mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
disable 100% infill bottom layers trick for spiralize
This commit is contained in:
parent
60c91b5680
commit
0e71b9c653
1 changed files with 1 additions and 1 deletions
|
@ -1521,7 +1521,7 @@
|
||||||
"default_value": 6,
|
"default_value": 6,
|
||||||
"maximum_value": "999999",
|
"maximum_value": "999999",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": "999999 if infill_sparse_density == 100 else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))",
|
"value": "999999 if infill_sparse_density == 100 and not magic_spiralize else math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))",
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue