fix: don't enable Roffing by default

This commit is contained in:
Tim Kuipers 2017-07-27 17:05:02 +02:00
parent ed525478d6
commit 693cbd2f9f

View File

@ -968,7 +968,7 @@
"minimum_value": "0",
"maximum_value_warning": "top_layers - 1",
"type": "int",
"value": "0 if infill_sparse_density == 100 else 1",
"value": "0",
"limit_to_extruder": "roofing_extruder_nr",
"settable_per_mesh": true,
"enabled": "top_layers > 0"