mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue