mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 21:45:51 +08:00
Removed unused code
CURA-5814
This commit is contained in:
parent
3fd9d35ea4
commit
440dee2191
@ -30,16 +30,6 @@ catalog = i18nCatalog("cura")
|
|||||||
# This class also mangles the current machine name and the filename of the first loaded mesh into a job name.
|
# This class also mangles the current machine name and the filename of the first loaded mesh into a job name.
|
||||||
# This job name is requested by the JobSpecs qml file.
|
# This job name is requested by the JobSpecs qml file.
|
||||||
class PrintInformation(QObject):
|
class PrintInformation(QObject):
|
||||||
class SlicePass:
|
|
||||||
CurrentSettings = 1
|
|
||||||
LowQualitySettings = 2
|
|
||||||
HighQualitySettings = 3
|
|
||||||
|
|
||||||
class SliceReason:
|
|
||||||
SceneChanged = 1
|
|
||||||
SettingChanged = 2
|
|
||||||
ActiveMachineChanged = 3
|
|
||||||
Other = 4
|
|
||||||
|
|
||||||
UNTITLED_JOB_NAME = "Untitled"
|
UNTITLED_JOB_NAME = "Untitled"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user