mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 04:25:52 +08:00
Add print job name
CURA-1036
This commit is contained in:
parent
d613863d83
commit
2143fc14ab
@ -155,7 +155,7 @@ Rectangle
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: settingsModeLabel
|
id: settingsModeLabel
|
||||||
text: catalog.i18nc("@label:listbox","Setup");
|
text: catalog.i18nc("@label:listbox","Print Setup");
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width;
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width;
|
||||||
anchors.top: headerSeparator.bottom
|
anchors.top: headerSeparator.bottom
|
||||||
@ -226,7 +226,7 @@ Rectangle
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: monitorLabel
|
id: monitorLabel
|
||||||
text: catalog.i18nc("@label","Activity Data");
|
text: catalog.i18nc("@label","Printer Monitor");
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width;
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width;
|
||||||
anchors.top: headerSeparator.bottom
|
anchors.top: headerSeparator.bottom
|
||||||
@ -322,6 +322,16 @@ Rectangle
|
|||||||
Label { text: " "}
|
Label { text: " "}
|
||||||
Label { text: " "}
|
Label { text: " "}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: "Job name:"
|
||||||
|
}
|
||||||
|
|
||||||
|
Label
|
||||||
|
{
|
||||||
|
text: " " + Cura.MachineManager.printerOutputDevices[0].jobName
|
||||||
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: "Printing Time:"
|
text: "Printing Time:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user