mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
ab467a65a2
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2015 Ultimaker B.V.
|
// Copyright (c) 2017 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the AGPLv3 or higher.
|
// Cura is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
@ -25,7 +25,14 @@ UM.MainWindow
|
|||||||
target: Printer
|
target: Printer
|
||||||
onShowPrintMonitor:
|
onShowPrintMonitor:
|
||||||
{
|
{
|
||||||
base.showPrintMonitor = show;
|
if (show)
|
||||||
|
{
|
||||||
|
topbar.startMonitoringPrint()
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
topbar.stopMonitoringPrint()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2015 Ultimaker B.V.
|
// Copyright (c) 2017 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the AGPLv3 or higher.
|
// Cura is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
@ -24,7 +24,7 @@ Item {
|
|||||||
{
|
{
|
||||||
if(!activity)
|
if(!activity)
|
||||||
{
|
{
|
||||||
return catalog.i18nc("@label:PrintjobStatus", "Please load a 3d model");
|
return catalog.i18nc("@label:PrintjobStatus", "Please load a 3D model");
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(base.backendState)
|
switch(base.backendState)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user