Merge pull request #3758 from Ultimaker/feature_travel_resolution

Add setting for maximum travel resolution
This commit is contained in:
jack 2018-05-01 11:48:33 +02:00 committed by GitHub
commit 0d8674eceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5532,6 +5532,20 @@
"maximum_value_warning": "0.1",
"settable_per_mesh": true
},
"meshfix_maximum_travel_resolution":
{
"label": "Maximum Travel Resolution",
"description": "The minimum size of a travel line segment after slicing. If you increase this, the travel moves will have less smooth corners. This may allow the printer to keep up with the speed it has to process g-code, but it may cause model avoidance to become less accurate.",
"type": "float",
"unit": "mm",
"default_value": 0.02,
"value": "meshfix_maximum_resolution * speed_travel / speed_print",
"minimum_value": "0.001",
"minimum_value_warning": "0.005",
"maximum_value_warning": "1",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"support_skip_some_zags":
{
"label": "Break Up Support In Chunks",