mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Enable support_infill_sparse_thickness when support is enabled
CURA-2724
This commit is contained in:
parent
848c607db1
commit
b2a263b2db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue