mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 01:59:09 +08:00
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:
parent
faf98e40f8
commit
3b6d8f40aa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user