Completed changes for the "Move to zero" dialog
This commit is contained in:
@@ -421,6 +421,10 @@ module.exports = {
|
||||
SvelteComponents.showDialog("SetAxisPosition", { axis });
|
||||
},
|
||||
|
||||
showMoveToZeroDialog: function (axes) {
|
||||
SvelteComponents.showDialog("MoveToZero", { axes });
|
||||
},
|
||||
|
||||
show_toolpath_msg: function (axis) {
|
||||
this.toolpath_msg[axis] = true;
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
aria-describedby="move-to-zero-dialog-content"
|
||||
>
|
||||
<Title id="move-to-zero-dialog-title">
|
||||
Move to ${(axes || "").toUpperCase()} origin?
|
||||
Move to {(axes || "").toUpperCase()} origin?
|
||||
</Title>
|
||||
|
||||
<Actions>
|
||||
|
||||
Reference in New Issue
Block a user