mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
[CURA-5689] Make 'Ignore Small Z Gaps' false by default. WARNING: Increases default slicing time!
This commit is contained in:
parent
c59ff82c64
commit
0ff893c349
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@
|
|||
"label": "Ignore Small Z Gaps",
|
||||
"description": "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such case, disable the setting.",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
"default_value": false,
|
||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue