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:
Ghostkeeper 2018-10-21 02:07:46 +02:00
parent afa3e62dc1
commit 15a538bb94
No known key found for this signature in database
GPG key ID: B47E36CF62F1D06E

View file

@ -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":