mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 08:35:55 +08:00
Add work around to prevent setting not updating
This commit is contained in:
parent
d01286a340
commit
78bbc4c955
@ -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…
x
Reference in New Issue
Block a user