mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Replaced hack for setting extruders with more robust setter
CURA-1263
This commit is contained in:
parent
b175e6876f
commit
053f0ca031
3 changed files with 17 additions and 5 deletions
|
@ -128,7 +128,7 @@ UM.Dialog
|
|||
width: parent.width
|
||||
height: visible ? 25 : 0
|
||||
text: catalog.i18nc("@info:tooltip", "How should the conflict in the material(s) be resolved?")
|
||||
visible: false #manager.materialConflict
|
||||
visible: false //manager.materialConflict
|
||||
Row
|
||||
{
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue