mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
modified some code to fix the multiple extrusion issues - CURA-4379
This commit is contained in:
parent
07899ba798
commit
e3edc79a3e
4 changed files with 9 additions and 6 deletions
|
|
@ -94,8 +94,8 @@ Column
|
|||
onGlobalContainerChanged:
|
||||
{
|
||||
forceActiveFocus() // Changing focus applies the currently-being-typed values so it can change the displayed setting values.
|
||||
var extruder_index = (machineExtruderCount.properties.value == 1) ? -1 : 0
|
||||
ExtruderManager.setActiveExtruderIndex(extruder_index);
|
||||
// var extruder_index = (machineExtruderCount.properties.value == 1) ? -1 : 0
|
||||
// ExtruderManager.setActiveExtruderIndex(extruder_index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue