Remove upper limit of bridge skin density

There is no theoretical or algorithmic limit here. We may warn the user, but not prevent them from changing it.

Done as a five minute fix. Fixes CURA-8693. Fixes #10736.
This commit is contained in:
Ghostkeeper 2021-11-11 15:45:36 +01:00
parent 136aa45172
commit 6171107140
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -7421,9 +7421,9 @@
"unit": "%",
"default_value": 100,
"type": "float",
"minimum_value": "5",
"maximum_value": "100",
"minimum_value": "0.001",
"minimum_value_warning": "20",
"maximum_value_warning": "100",
"enabled": "bridge_settings_enabled",
"settable_per_mesh": true
},