Rebuilt a couple more dialog boxes in Svelte.
This commit is contained in:
@@ -418,7 +418,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
showToolpathMessageDialog: function (axis) {
|
||||
SvelteComponents.showDialog("ToolpathMessage", { msg: this[axis].toolmsg });
|
||||
SvelteComponents.showDialog("Message", { title: this[axis].toolmsg });
|
||||
},
|
||||
|
||||
set_position: function (axis, position) {
|
||||
|
||||
Reference in New Issue
Block a user