mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Changed namespace of usbprintermanager (QML) to Cura from UM
CURA-1339
This commit is contained in:
parent
a59c113887
commit
8a47903374
5 changed files with 8 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ Item
|
|||
property int platform_width: UM.MachineManager.getSettingValue("machine_width")
|
||||
property int platform_height: UM.MachineManager.getSettingValue("machine_depth")
|
||||
anchors.fill: parent;
|
||||
property variant printer_connection: UM.USBPrinterManager.connectedPrinterList.getItem(0).printer
|
||||
property variant printer_connection: Cura.USBPrinterManager.connectedPrinterList.getItem(0).printer
|
||||
Component.onCompleted:
|
||||
{
|
||||
printer_connection.homeBed()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue