mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:55:54 +08:00
Adjusts default LibArachne settings for all machines
Lower transition angle shows better visual quality. Wall ordering to center last for better dimensional accuracy.
This commit is contained in:
parent
cfb147853e
commit
92085d488c
@ -1156,9 +1156,9 @@
|
||||
"description": "When transitioning between different numbers of walls as the part becomes thinner, two adjacent walls will join together at this angle. This can make the walls come together faster than what the Wall Transition Length indicates, filling the space better.",
|
||||
"type": "float",
|
||||
"unit": "°",
|
||||
"default_value": 30,
|
||||
"default_value": 10,
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "15",
|
||||
"minimum_value_warning": "5",
|
||||
"maximum_value_warning": "50",
|
||||
"maximum_value": "59"
|
||||
},
|
||||
@ -1218,7 +1218,7 @@
|
||||
"outside_in": "Outside To Inside",
|
||||
"center_last": "Center Last"
|
||||
},
|
||||
"default_value": "inside_out",
|
||||
"default_value": "center_last",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"alternate_extra_perimeter":
|
||||
|
Loading…
x
Reference in New Issue
Block a user