modified some code to fix the multiple extrusion issues - CURA-4379

This commit is contained in:
Diego Prado Gesto 2017-09-28 13:21:03 +02:00
parent 07899ba798
commit e3edc79a3e
4 changed files with 9 additions and 6 deletions

View file

@ -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);
}
}