mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Update text for pre-login screen
This is a new text that we got from marketing.
This commit is contained in:
parent
66ed42838f
commit
7d871e5a18
2 changed files with 6 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2018 Ultimaker B.V.
|
# Copyright (c) 2019 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the LGPLv3 or higher.
|
# Cura is released under the terms of the LGPLv3 or higher.
|
||||||
import json
|
import json
|
||||||
from queue import Queue
|
from queue import Queue
|
||||||
|
@ -245,7 +245,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
properties = device.getProperties().copy()
|
properties = device.getProperties().copy()
|
||||||
if b"incomplete" in properties:
|
if b"incomplete" in properties:
|
||||||
del properties[b"incomplete"]
|
del properties[b"incomplete"]
|
||||||
properties[b'cluster_size'] = len(cluster_printers_list)
|
properties[b"cluster_size"] = len(cluster_printers_list)
|
||||||
self._onRemoveDevice(instance_name)
|
self._onRemoveDevice(instance_name)
|
||||||
self._onAddDevice(instance_name, address, properties)
|
self._onAddDevice(instance_name, address, properties)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2018 Ultimaker B.V.
|
// Copyright (c) 2019 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.10
|
import QtQuick 2.10
|
||||||
|
@ -37,8 +37,8 @@ Column
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@label", "Enjoy a more powerful 3D printing experience.")
|
text: catalog.i18nc("@label", "The next generation 3D printing workflow")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,12 +48,7 @@ Column
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: {
|
text: catalog.i18nc("@text", "- Send print jobs to your Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to material profiles from leading brands")
|
||||||
var t = " - Send prints to your Ultimaker printer from anywhere\n"
|
|
||||||
+ " - Access your Ultimaker Cura Settings worldwide\n"
|
|
||||||
+ " - Enhance your workflow with advanced material profiles"
|
|
||||||
return catalog.i18nc("@label", t)
|
|
||||||
}
|
|
||||||
lineHeight: 1.4
|
lineHeight: 1.4
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue