Add maximum deviation setting

This setting allows tweaking the deviation from the norm separately from the length of line segments.

Implements CURA-6458.
This commit is contained in:
Ghostkeeper 2019-04-12 18:40:22 +02:00
parent 06a044b40f
commit 932fb75145
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -5875,6 +5875,19 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"meshfix_maximum_deviation":
{
"label": "Maximum Deviation",
"description": "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller.",
"type": "float",
"unit": "mm",
"default_value": 0.005,
"value": "meshfix_maximum_resolution / 2",
"minimum_value": "0.001",
"minimum_value_warning": "0.003",
"maximum_value_warning": "0.1",
"settable_per_mesh": true
},
"support_skip_some_zags":
{
"label": "Break Up Support In Chunks",