Hide setting when support pattern is set to concentric...

because it has no influence on the concentric pattern
This commit is contained in:
fieldOfView 2018-08-30 14:36:54 +02:00
parent b9ac567123
commit ac2125c3a5

View File

@ -3882,7 +3882,7 @@
"minimum_value": "-90",
"maximum_value": "90",
"default_value": 0,
"enabled": "support_enable",
"enabled": "support_enable and support_pattern != 'concentric' and support_infill_rate > 0",
"settable_per_mesh": false,
"settable_per_extruder": true
},