teseting first implementation

This commit is contained in:
sanjayk03-dev
2024-07-17 21:38:29 +05:30
parent 2e2dff2d32
commit e5a8be5aa1
5 changed files with 4 additions and 16 deletions

View File

@@ -748,7 +748,6 @@ module.exports = {
if (typeof axis == "undefined") {
api.put("home");
console.log('store data')
} else if (this[axis].homingMode != "manual") {
api.put(`home/${axis}`);
} else {