mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Move maximum resolution itself out of experimental as well
This was forgotten accidentally, it seems.
This commit is contained in:
parent
ad5fae5b66
commit
84c9b28bb2
@ -5833,6 +5833,18 @@
|
|||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": 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":
|
"meshfix_maximum_travel_resolution":
|
||||||
{
|
{
|
||||||
"label": "Maximum Travel Resolution",
|
"label": "Maximum Travel Resolution",
|
||||||
@ -6255,18 +6267,6 @@
|
|||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"settable_per_extruder": 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
|
|
||||||
},
|
|
||||||
"support_skip_some_zags":
|
"support_skip_some_zags":
|
||||||
{
|
{
|
||||||
"label": "Break Up Support In Chunks",
|
"label": "Break Up Support In Chunks",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user