New tuning settings should not invalidate gcode by modifying hash
This commit is contained in:
parent
3151b16296
commit
0f8f81be6e
1 changed files with 4 additions and 2 deletions
|
|
@ -2689,7 +2689,8 @@
|
|||
"ShowAsOverride": true,
|
||||
"ShowIfSet": null,
|
||||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "1"
|
||||
"DefaultValue": "1",
|
||||
"RebuildGCodeOnChange": false
|
||||
},
|
||||
{
|
||||
"QuickMenuSettings": [ ],
|
||||
|
|
@ -2702,6 +2703,7 @@
|
|||
"ShowAsOverride": true,
|
||||
"ShowIfSet": null,
|
||||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "1"
|
||||
"DefaultValue": "1",
|
||||
"RebuildGCodeOnChange": false
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue