finxing hex

This commit is contained in:
sanjayk03-dev
2024-01-30 01:36:07 +05:30
parent 934cf6e92e
commit 74da431675

View File

@@ -244,7 +244,7 @@ module.exports = {
clearMacros: async function () {
if (this.tab == 0) {
document.getElementById("macros-name").value = "";
document.getElementById("macros-color").value = "#fff";
document.getElementById("macros-color").value = "#ffffff";
this.fileName = "default";
this.newGcode = "";
} else {