mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
b5ab25ed55
commit
86d4f0583c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
"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",
|
"type": "str",
|
||||||
"default_value": "",
|
"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",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue