Make showing of support density image dependent on support pattern

Because that's what it's actually depending on.

Contributes to issue CURA-4513.
This commit is contained in:
Ghostkeeper 2018-05-30 13:15:32 +02:00
parent b5ab25ed55
commit 86d4f0583c
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -5812,7 +5812,7 @@
"description": "The file location of an image of which the brightness values determine the minimal density at the corresponding location in the support.",
"type": "str",
"default_value": "",
"enabled": "infill_pattern == 'cross' or infill_pattern == 'cross_3d'",
"enabled": "support_pattern == 'cross' or support_pattern == 'cross_3d'",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false,
"settable_per_extruder": true