mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
fix: don't enable Roffing by default
This commit is contained in:
parent
ed525478d6
commit
693cbd2f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue