mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Fix: bed leveling for UM+
CURA-4844
This commit is contained in:
parent
70f867c4f1
commit
290adbd906
5 changed files with 57 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue