Merge pull request #2177 from Ultimaker/raft_smoothing

JSOn feat: raft smoothing setting (CURA-3854)
This commit is contained in:
Lipu Fei 2017-08-09 08:40:34 +02:00 committed by GitHub
commit 7d3ad43c90

View file

@ -4035,6 +4035,20 @@
"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": "0",
"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",