gcodes box, naming conventions,

This commit is contained in:
sanjayk03-dev
2024-03-27 15:27:00 +05:30
parent 60718891f6
commit 894e7b64cb
4 changed files with 37 additions and 16 deletions

View File

@@ -377,11 +377,11 @@ module.exports = {
}
this.deleteSelected = false;
},
},
print_config: function () {
console.log(this.config);
},
print_state: function () {
console.log(this.state);
print_config: function () {
console.log(this.config);
},
print_state: function () {
console.log(this.state);
},
},
};