mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:29:02 +08:00
Constrain already warned users less.
part of CURA-6464
This commit is contained in:
parent
4c56205e61
commit
862cdf80a7
@ -7512,7 +7512,7 @@
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 50,
|
||||
"minimum_value": "10",
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"settable_per_mesh": true
|
||||
@ -7525,7 +7525,7 @@
|
||||
"type": "float",
|
||||
"default_value": 50,
|
||||
"value": "small_feature_speed_factor",
|
||||
"minimum_value": "10",
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"settable_per_mesh": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user