mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
JSOn feat: raft smoothing setting (CURA-3854)
This commit is contained in:
parent
b714f0ff3e
commit
2ffeaadc46
1 changed files with 13 additions and 0 deletions
|
@ -4102,6 +4102,19 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"raft_smoothing":
|
||||
{
|
||||
"label": "Raft Smoothing",
|
||||
"description": "This setting control how much inner corners in the raft outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 5,
|
||||
"minimum_value_warning": "raft_interface_line_width",
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft'",
|
||||
"limit_to_extruder": "adhesion_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"raft_airgap":
|
||||
{
|
||||
"label": "Raft Air Gap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue