123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- "dev":
- conan:
- curaengine: "curaengine/latest@ultimaker/cura-9365"
- arcus: "arcus/latest@ultimaker/cura-9365"
- savitar: "savitar/latest@ultimaker/cura-9365"
- pynest2d: "pynest2d/latest@ultimaker/cura-9365"
- sources:
- fdm_materials:
- root: "../fdm_materials"
- src: "."
- dst: "resources/materials/fdm_materials"
- filter: [ "**/*.fdm_material", "**/*.sig" ]
- pyinstaller:
- datas:
- cura_plugins:
- root: "."
- src: "plugins"
- dst: "share/cura/plugins"
- cura_resources:
- root: "."
- src: "resources"
- dst: "share/cura/resources"
- uranium_plugins:
- root: "../uranium"
- src: "plugins"
- dst: "share/uranium/plugins"
- uranium_resources:
- root: "../uranium"
- src: "resources"
- dst: "share/uranium/resources"
- uranium_um_qt_qml_um:
- root: "../uranium"
- src: "UM/Qt/qml/UM"
- dst: "PyQt6/qt6/qml/UM"
- cura_binary_data:
- root: "../cura-binary-data"
- src: "cura/resources"
- dst: "share/cura/resources"
- uranium_binary_data:
- root: "../cura-binary-data"
- src: "uranium/resources"
- dst: "share/uranium/resources"
- binaries:
- curaengine:
- package: "curaengine"
- src: "bin"
- dst: "."
- binary: "CuraEngine"
- hiddenimports:
- - "pySavitar"
- - "pyArcus"
- - "pynest2d"
- - "PyQt6.QtNetwork"
- - "logging.handlers"
- - "zeroconf"
- - "fcntl"
- collect_all:
- - "cura"
- - "UM"
- - "serial"
- - "Charon"
- - "sqlite3"
- - "trimesh"
- - "win32ctypes"
- pathex:
- - "."
- - "../uranium"
- - "../libcharon"
- icon:
- Windows: "./icons/Cura.ico"
- Macos: "./icons/cura.icns"
- Linux: ".icons/cura-128.png"
- "5.1.0-CURA-9365":
- conan:
- curaengine: "curaengine/latest@ultimaker/cura-9365"
- arcus: "arcus/latest@ultimaker/cura-9365"
- savitar: "savitar/latest@ultimaker/cura-9365"
- pynest2d: "pynest2d/latest@ultimaker/cura-9365"
- sources:
- fdm_materials:
- root: "../fdm_materials"
- src: "."
- dst: "resources/materials/fdm_materials"
- filter: [ "**/*.fdm_material", "**/*.sig" ]
- pyinstaller:
- datas:
- cura_plugins:
- root: "."
- src: "plugins"
- dst: "share/cura/plugins"
- cura_resources:
- root: "."
- src: "resources"
- dst: "share/cura/resources"
- uranium_plugins:
- root: "../uranium"
- src: "plugins"
- dst: "share/uranium/plugins"
- uranium_resources:
- root: "../uranium"
- src: "resources"
- dst: "share/uranium/resources"
- uranium_um_qt_qml_um:
- root: "../uranium"
- src: "UM/Qt/qml/UM"
- dst: "PyQt6/qt6/qml/UM"
- cura_binary_data:
- root: "../cura-binary-data"
- src: "cura/resources"
- dst: "share/cura/resources"
- uranium_binary_data:
- root: "../cura-binary-data"
- src: "uranium/resources"
- dst: "share/uranium/resources"
- binaries:
- curaengine:
- package: "curaengine"
- src: "bin"
- dst: "."
- binary: "CuraEngine"
- hiddenimports:
- - "pySavitar"
- - "pyArcus"
- - "pynest2d"
- - "PyQt6.QtNetwork"
- - "logging.handlers"
- - "zeroconf"
- - "fcntl"
- collect_all:
- - "cura"
- - "UM"
- - "serial"
- - "Charon"
- - "sqlite3"
- - "trimesh"
- - "win32ctypes"
- pathex:
- - "."
- - "../uranium"
- - "../libcharon"
- icon:
- Windows: "./icons/Cura.ico"
- Macos: "./icons/cura.icns"
- Linux: ".icons/cura-128.png"
|