Move maximum resolution itself out of experimental as well

This was forgotten accidentally, it seems.
This commit is contained in:
Ghostkeeper 2019-10-18 00:07:43 +02:00
parent ad5fae5b66
commit 84c9b28bb2
No known key found for this signature in database
GPG key ID: B47E36CF62F1D06E

View file

@ -5833,6 +5833,18 @@
"settable_per_mesh": false,
"settable_per_extruder": false
},
"meshfix_maximum_resolution":
{
"label": "Maximum Resolution",
"description": "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway.",
"type": "float",
"unit": "mm",
"default_value": 0.5,
"minimum_value": "0.001",
"minimum_value_warning": "0.01",
"maximum_value_warning": "3",
"settable_per_mesh": true
},
"meshfix_maximum_travel_resolution":
{
"label": "Maximum Travel Resolution",
@ -6255,18 +6267,6 @@
"settable_per_mesh": true,
"settable_per_extruder": false
},
"meshfix_maximum_resolution":
{
"label": "Maximum Resolution",
"description": "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway.",
"type": "float",
"unit": "mm",
"default_value": 0.5,
"minimum_value": "0.001",
"minimum_value_warning": "0.01",
"maximum_value_warning": "3",
"settable_per_mesh": true
},
"support_skip_some_zags":
{
"label": "Break Up Support In Chunks",