mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #2814 from Ultimaker/feature_maximum_resolution
Maximum mesh resolution
This commit is contained in:
commit
c0860f6b17
1 changed files with 12 additions and 0 deletions
|
|
@ -4945,6 +4945,18 @@
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"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.01,
|
||||||
|
"minimum_value": "0.001",
|
||||||
|
"minimum_value_warning": "0.005",
|
||||||
|
"maximum_value_warning": "0.1",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"multiple_mesh_overlap":
|
"multiple_mesh_overlap":
|
||||||
{
|
{
|
||||||
"label": "Merged Meshes Overlap",
|
"label": "Merged Meshes Overlap",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue