Revert buttons now work for single extrusion machines again

This commit is contained in:
Jaime van Kessel 2016-10-16 16:14:05 +02:00
parent 95f2b84fb5
commit cda8fd5827

View file

@ -397,6 +397,7 @@ class MachineManager(QObject):
stacks = ExtruderManager.getInstance().getMachineExtruders(self._global_container_stack.getId())
for stack in stacks:
if stack is not None:
container = stack.getTop()
container.removeInstance(key, postpone_emit=True)
send_emits_containers.append(container)