Enable support_infill_sparse_thickness when support is enabled

CURA-2724
This commit is contained in:
Lipu Fei 2017-07-04 11:38:53 +02:00
parent 848c607db1
commit b2a263b2db

View File

@ -3417,7 +3417,7 @@
"maximum_value_warning": "0.75 * machine_nozzle_size",
"maximum_value": "resolveOrValue('layer_height') * 8",
"value": "resolveOrValue('layer_height')",
"enabled": "support_infill_rate > 0",
"enabled": "support_enable and support_infill_rate > 0",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false
},