Add work around to prevent setting not updating

This commit is contained in:
Jaime van Kessel 2020-03-12 13:38:36 +01:00
parent d01286a340
commit 78bbc4c955
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -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,