mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Build plate extruder now hides itself if the adhesion type is none
CURA-759
This commit is contained in:
parent
d0bae5acd7
commit
850fcac9c2
1 changed files with 1 additions and 1 deletions
|
@ -3011,7 +3011,7 @@
|
|||
"description": "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.",
|
||||
"type": "extruder",
|
||||
"default_value": "0",
|
||||
"enabled": "machine_extruder_count > 1",
|
||||
"enabled": "machine_extruder_count > 1 and resolveOrValue('adhesion_type') != 'none'",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue