mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue