mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Adjust warning values for maximum travel 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
3771040c04
commit
96abaf2376
@ -5870,8 +5870,8 @@
|
||||
"default_value": 0.5,
|
||||
"value": "meshfix_maximum_resolution * speed_travel / speed_print",
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "0.005",
|
||||
"maximum_value_warning": "1",
|
||||
"minimum_value_warning": "0.05",
|
||||
"maximum_value_warning": "10",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user