mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove arbitrary limits on wall speed overhang factor
There is no physical or programmatical limitation to the wall speed overhang factor. In particular, you could want the overhang speed to be higher than the normal printing speed.
This commit is contained in:
parent
afa3e62dc1
commit
15a538bb94
1 changed files with 1 additions and 2 deletions
|
@ -6598,9 +6598,8 @@
|
|||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100,
|
||||
"minimum_value": "10",
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "25",
|
||||
"maximum_value": "100",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"bridge_settings_enabled":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue