mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Adjust warning values for maximum resolution
Due to the change in tactics to limit resolution by deviation, this can be increased quite a lot (as long as you don't increase deviation too much).
This commit is contained in:
parent
eb3e343be5
commit
3771040c04
1 changed files with 2 additions and 2 deletions
|
@ -5857,8 +5857,8 @@
|
|||
"unit": "mm",
|
||||
"default_value": 0.25,
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "0.005",
|
||||
"maximum_value_warning": "0.1",
|
||||
"minimum_value_warning": "0.02",
|
||||
"maximum_value_warning": "2",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"meshfix_maximum_travel_resolution":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue