mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Constrain already warned users less.
part of CURA-6464
This commit is contained in:
parent
4c56205e61
commit
862cdf80a7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue