Disable retraction fields when Retraction section is disabled
- Issue MatterHackers/MCCentral#3876 Retraction section items remain enabled when disabled
This commit is contained in:
parent
75533b2509
commit
0ca5735bc8
1 changed files with 2 additions and 0 deletions
|
|
@ -1148,6 +1148,7 @@
|
|||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"Units": "mm",
|
||||
"EnableIfSet": "enable_retractions",
|
||||
"DefaultValue": "10"
|
||||
},
|
||||
{
|
||||
|
|
@ -1175,6 +1176,7 @@
|
|||
"HelpText": "Length of extra filament to extrude after a complete tool change (in addition to the re-extrusion of the tool change retraction distance).",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"EnableIfSet": "enable_retractions",
|
||||
"Units": "mm zero to disable",
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue