mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
6 lines
225 B
Python
6 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
|