Fix: bed leveling for UM+

CURA-4844
This commit is contained in:
Aleksei S 2018-03-29 11:53:31 +02:00
parent 70f867c4f1
commit 290adbd906
5 changed files with 57 additions and 2 deletions

View file

@ -335,6 +335,9 @@ class MachineManager(QObject):
self._initMachineState(containers[0])
self._onGlobalContainerChanged()
#The signal should update/reset settings of all connected USB devices
#self.usbOutputDeviceChanged.emit()
self.__emitChangedSignals()
## Given a definition id, return the machine with this id.