mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-06 06:37:46 -07:00
Add work around to prevent setting not updating
This commit is contained in:
parent
d01286a340
commit
78bbc4c955
1 changed files with 1 additions and 1 deletions
|
|
@ -2098,7 +2098,7 @@
|
|||
"minimum_value": "0",
|
||||
"maximum_value": "machine_height",
|
||||
"type": "float",
|
||||
"value": "0",
|
||||
"value": "0 if infill_sparse_density > 0 else 0",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue