Also hide support interface line width if support is disabled

Also, the extruderValue call is superfluous since the setting is already limited to this extruder.
This commit is contained in:
Ghostkeeper 2016-10-04 11:00:02 +02:00
parent faf98e40f8
commit 3b6d8f40aa
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -679,7 +679,7 @@
"minimum_value": "0.0001",
"maximum_value_warning": "machine_nozzle_size * 2",
"type": "float",
"enabled": "extruderValue(support_interface_extruder_nr, 'support_interface_enable')",
"enabled": "support_enable and support_interface_enable",
"limit_to_extruder": "support_interface_extruder_nr",
"value": "line_width",
"settable_per_mesh": false,