CuraVersion.py.jinja 681 B

1234567891011121314151617
  1. # Copyright (c) 2023 UltiMaker
  2. # Cura is released under the terms of the LGPLv3 or higher.
  3. CuraAppName = "{{ cura_app_name }}"
  4. CuraAppDisplayName = "{{ cura_app_display_name }}"
  5. CuraVersion = "{{ cura_version }}"
  6. CuraBuildType = "{{ cura_build_type }}"
  7. CuraDebugMode = {{ cura_debug_mode }}
  8. CuraCloudAPIRoot = "{{ cura_cloud_api_root }}"
  9. CuraCloudAPIVersion = "{{ cura_cloud_api_version }}"
  10. CuraCloudAccountAPIRoot = "{{ cura_cloud_account_api_root }}"
  11. CuraMarketplaceRoot = "{{ cura_marketplace_root }}"
  12. CuraDigitalFactoryURL = "{{ cura_digital_factory_url }}"
  13. CuraLatestURL = "{{ cura_latest_url }}"
  14. ConanInstalls = {{ conan_installs }}
  15. PythonInstalls = {{ python_installs }}