mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Remove maximum on small feature speed
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there. Discovered during investigation of #6866.
This commit is contained in:
parent
0862fd493e
commit
c7dbb1477a
1 changed files with 2 additions and 2 deletions
|
@ -7650,7 +7650,7 @@
|
|||
"default_value": 50,
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"maximum_value_warning": "100",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"small_feature_speed_factor_0":
|
||||
|
@ -7663,7 +7663,7 @@
|
|||
"value": "small_feature_speed_factor",
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"maximum_value_warning": "100",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue