mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
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:
parent
06a044b40f
commit
932fb75145
1 changed files with 13 additions and 0 deletions
|
|
@ -5875,6 +5875,19 @@
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"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":
|
"support_skip_some_zags":
|
||||||
{
|
{
|
||||||
"label": "Break Up Support In Chunks",
|
"label": "Break Up Support In Chunks",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue