setting button to load origin

This commit is contained in:
sanjayk03-dev
2024-07-23 23:24:11 +05:30
parent 95c05031be
commit eceb3aef7f
3 changed files with 9 additions and 0 deletions

View File

@@ -806,6 +806,10 @@ module.exports = {
}
},
load_position: function (axis) {
console.log(this.config.axes["offset_" + axis]);
},
start: function () {
api.put("start");
},