|
@@ -24,7 +24,7 @@ UM.MainWindow
|
|
// It should be phased out in newer plugin versions.
|
|
// It should be phased out in newer plugin versions.
|
|
Connections
|
|
Connections
|
|
{
|
|
{
|
|
- target: Printer
|
|
|
|
|
|
+ target: CuraApplication
|
|
onShowPrintMonitor: {
|
|
onShowPrintMonitor: {
|
|
if (show) {
|
|
if (show) {
|
|
UM.Controller.setActiveStage("MonitorStage")
|
|
UM.Controller.setActiveStage("MonitorStage")
|
|
@@ -377,7 +377,6 @@ UM.MainWindow
|
|
}
|
|
}
|
|
|
|
|
|
width: UM.Theme.getSize("sidebar").width
|
|
width: UM.Theme.getSize("sidebar").width
|
|
- z: 1
|
|
|
|
|
|
|
|
source: UM.Controller.activeStage.sidebarComponent
|
|
source: UM.Controller.activeStage.sidebarComponent
|
|
}
|
|
}
|
|
@@ -819,7 +818,7 @@ UM.MainWindow
|
|
|
|
|
|
Connections
|
|
Connections
|
|
{
|
|
{
|
|
- target: Printer
|
|
|
|
|
|
+ target: CuraApplication
|
|
onShowMessageBox:
|
|
onShowMessageBox:
|
|
{
|
|
{
|
|
messageDialog.title = title
|
|
messageDialog.title = title
|
|
@@ -865,7 +864,7 @@ UM.MainWindow
|
|
|
|
|
|
Connections
|
|
Connections
|
|
{
|
|
{
|
|
- target: Printer
|
|
|
|
|
|
+ target: CuraApplication
|
|
onRequestAddPrinter:
|
|
onRequestAddPrinter:
|
|
{
|
|
{
|
|
addMachineDialog.visible = true
|
|
addMachineDialog.visible = true
|