mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08: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
@ -1438,7 +1438,7 @@
|
|||||||
"label": "Ignore Small Z Gaps",
|
"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.",
|
"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",
|
"type": "bool",
|
||||||
"default_value": true,
|
"default_value": false,
|
||||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user