mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:05:59 +08:00
Slightly increase resolution by default
Most Marlin installations should be able to handle a bit more. Contributes to issue CURA-6458.
This commit is contained in:
parent
f2044998ae
commit
af42340e68
@ -5853,7 +5853,7 @@
|
|||||||
"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.",
|
"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",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0.25,
|
"default_value": 0.20,
|
||||||
"minimum_value": "0.001",
|
"minimum_value": "0.001",
|
||||||
"minimum_value_warning": "0.02",
|
"minimum_value_warning": "0.02",
|
||||||
"maximum_value_warning": "2",
|
"maximum_value_warning": "2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user