logging key

This commit is contained in:
sanjayk03-dev
2024-01-28 16:02:08 +05:30
parent f9c3f44bb6
commit 4128050a16
2 changed files with 2 additions and 2 deletions

View File

@@ -545,7 +545,7 @@ module.exports = {
SvelteComponents.showDialog("Probe", { probeType }); SvelteComponents.showDialog("Probe", { probeType });
}, },
runMacros: function (id) { runMacros: function (id) {
console.lof("runMAcros",id); console.log("index",id);
if (this.config.macros[id].file_name == "") { if (this.config.macros[id].file_name == "") {
this.showNoGcodeMessage = true; this.showNoGcodeMessage = true;
} else { } else {

View File

@@ -626,7 +626,7 @@ span.unit
margin 10px margin 10px
margin-left 100px margin-left 100px
.macros-buttons .macros-button
height 60px height 60px
width 140px width 140px
font-weight normal font-weight normal