mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Remove incorrect maximum_value for bridge_skin_density
Whoops. That should have already been removed. Fixes #12455
This commit is contained in:
parent
d5511a078c
commit
e57af7556c
1 changed files with 0 additions and 1 deletions
|
|
@ -7654,7 +7654,6 @@
|
||||||
"default_value": 100,
|
"default_value": 100,
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "5",
|
"minimum_value": "5",
|
||||||
"maximum_value": "100",
|
|
||||||
"minimum_value_warning": "20",
|
"minimum_value_warning": "20",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "100",
|
||||||
"enabled": "bridge_settings_enabled",
|
"enabled": "bridge_settings_enabled",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue