mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
7 lines
225 B
Python
7 lines
225 B
Python
# Copyright (c) 2015 Ultimaker B.V.
|
|
# Cura is released under the terms of the AGPLv3 or higher.
|
|
|
|
CuraVersion = "@CURA_VERSION@"
|
|
CuraBuildType = "@CURA_BUILDTYPE@"
|
|
CuraDebugMode = True if "@CURA_DEBUGMODE@" == "ON" else False
|