mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08:00
Removing min warning from support_tower_diameter
The min warning caused an infinite recursion when support was enabled / disabled CURA-1156
This commit is contained in:
parent
43d13096a1
commit
bb220ed952
@ -1489,7 +1489,6 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 3.0,
|
"default": 3.0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"min_value_warning": "support_minimal_diameter",
|
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable and support_use_towers"
|
"enabled": "support_enable and support_use_towers"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user