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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user