conandata.yml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. urls:
  2. default:
  3. cloud_api_root: "https://api.ultimaker.com"
  4. cloud_account_api_root: "https://account.ultimaker.com"
  5. marketplace_root: "https://marketplace.ultimaker.com"
  6. digital_factory_url: "https://digitalfactory.ultimaker.com"
  7. cura_latest_url: "https://software.ultimaker.com/latest.json"
  8. staging:
  9. cloud_api_root: "https://api-staging.ultimaker.com"
  10. cloud_account_api_root: "https://account-staging.ultimaker.com"
  11. marketplace_root: "https://marketplace-staging.ultimaker.com"
  12. digital_factory_url: "https://digitalfactory-staging.ultimaker.com"
  13. cura_latest_url: "https://software.ultimaker.com/latest.json"
  14. pyinstaller:
  15. runinfo:
  16. entrypoint: "cura_app.py"
  17. datas:
  18. cura_plugins:
  19. package: "cura"
  20. src: "plugins"
  21. dst: "share/cura/plugins"
  22. curaengine_gradual_flow_plugin:
  23. package: "curaengine_plugin_gradual_flow"
  24. src: "res/plugins/CuraEngineGradualFlow"
  25. dst: "share/cura/plugins/CuraEngineGradualFlow"
  26. curaengine_gradual_flow_plugin_bundled:
  27. package: "curaengine_plugin_gradual_flow"
  28. src: "res/bundled_packages"
  29. dst: "share/cura/resources/bundled_packages"
  30. cura_resources:
  31. package: "cura"
  32. src: "resources"
  33. dst: "share/cura/resources"
  34. cura_private_data:
  35. package: "cura_private_data"
  36. src: "res"
  37. dst: "share/cura"
  38. internal: true
  39. uranium_plugins:
  40. package: "uranium"
  41. src: "plugins"
  42. dst: "share/uranium/plugins"
  43. uranium_resources:
  44. package: "uranium"
  45. src: "resources"
  46. dst: "share/uranium/resources"
  47. uranium_um_qt_qml_um:
  48. package: "uranium"
  49. src: "site-packages/UM/Qt/qml/UM"
  50. dst: "PyQt6/Qt6/qml/UM"
  51. cura_binary_data:
  52. package: "cura_binary_data"
  53. src: "resources/cura/resources"
  54. dst: "share/cura/resources"
  55. uranium_binary_data:
  56. package: "cura_binary_data"
  57. src: "resources/uranium/resources"
  58. dst: "share/uranium/resources"
  59. windows_binary_data:
  60. package: "cura_binary_data"
  61. src: "windows"
  62. dst: "share/windows"
  63. fdm_materials:
  64. package: "fdm_materials"
  65. src: "res/resources/materials"
  66. dst: "share/cura/resources/materials"
  67. tcl:
  68. package: "tcl"
  69. src: "lib/tcl8.6"
  70. dst: "tcl"
  71. tk:
  72. package: "tk"
  73. src: "lib/tk8.6"
  74. dst: "tk"
  75. binaries:
  76. curaengine:
  77. package: "curaengine"
  78. src: "bin"
  79. dst: "."
  80. binary: "CuraEngine"
  81. curaengine_gradual_flow_plugin_service:
  82. package: "curaengine_plugin_gradual_flow"
  83. src: "bin"
  84. dst: "."
  85. binary: "curaengine_plugin_gradual_flow"
  86. hiddenimports:
  87. - "pySavitar"
  88. - "pyArcus"
  89. - "pyDulcificum"
  90. - "pynest2d"
  91. - "PyQt6"
  92. - "PyQt6.QtNetwork"
  93. - "PyQt6.sip"
  94. - "logging.handlers"
  95. - "zeroconf"
  96. - "fcntl"
  97. - "stl"
  98. - "serial"
  99. collect_all:
  100. - "cura"
  101. - "UM"
  102. - "serial"
  103. - "Charon"
  104. - "sqlite3"
  105. - "trimesh"
  106. - "win32ctypes"
  107. - "PyQt6"
  108. - "PyQt6.QtNetwork"
  109. - "PyQt6.sip"
  110. - "stl"
  111. icon:
  112. Windows: "./icons/Cura.ico"
  113. Macos: "./icons/cura.icns"
  114. Linux: "./icons/cura-128.png"
  115. pycharm_targets:
  116. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  117. module_name: Cura
  118. name: cura
  119. script_name: cura_app.py
  120. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  121. module_name: Cura
  122. name: cura_external_engine
  123. parameters: --external-backend
  124. script_name: cura_app.py
  125. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  126. module_name: Cura
  127. name: pytest in tests
  128. script_name: tests/
  129. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  130. module_name: Cura
  131. name: pytest in TestBuildVolume.py
  132. script_name: tests/TestBuildVolume.py
  133. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  134. module_name: Cura
  135. name: pytest in TestConvexHullDecorator.py
  136. script_name: tests/TestConvexHullDecorator.py
  137. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  138. module_name: Cura
  139. name: pytest in TestCuraSceneNode.py
  140. script_name: tests/TestCuraSceneNode.py
  141. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  142. module_name: Cura
  143. name: pytest in TestCuraSceneNode.py
  144. script_name: tests/TestExtruderManager.py
  145. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  146. module_name: Cura
  147. name: pytest in TestGCodeListDecorator.py
  148. script_name: tests/TestGCodeListDecorator.py
  149. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  150. module_name: Cura
  151. name: pytest in TestIntentManager.py
  152. script_name: tests/TestIntentManager.py
  153. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  154. module_name: Cura
  155. name: pytest in TestLayer.py
  156. script_name: tests/TestLayer.py
  157. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  158. module_name: Cura
  159. name: pytest in TestMachineAction.py
  160. script_name: tests/TestMachineAction.py
  161. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  162. module_name: Cura
  163. name: pytest in TestMachineManager.py
  164. script_name: tests/TestMachineManager.py
  165. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  166. module_name: Cura
  167. name: pytest in TestOAuth2.py
  168. script_name: tests/TestOAuth2.py
  169. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  170. module_name: Cura
  171. name: pytest in TestObjectsModel.py
  172. script_name: tests/TestObjectsModel.py
  173. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  174. module_name: Cura
  175. name: pytest in TestPrintInformation.py
  176. script_name: tests/TestPrintInformation.py
  177. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  178. module_name: Cura
  179. name: pytest in TestProfileRequirements.py
  180. script_name: tests/TestProfileRequirements.py
  181. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  182. module_name: Cura
  183. name: pytest in TestThemes.py
  184. script_name: tests/TestThemes.py
  185. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  186. module_name: Cura
  187. name: pytest in TestContainerManager.py
  188. script_name: tests/Settings/TestContainerManager.py
  189. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  190. module_name: Cura
  191. name: pytest in TestCuraContainerRegistry.py
  192. script_name: tests/Settings/TestCuraContainerRegistry.py
  193. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  194. module_name: Cura
  195. name: pytest in TestCuraStackBuilder.py
  196. script_name: tests/Settings/TestCuraStackBuilder.py
  197. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  198. module_name: Cura
  199. name: pytest in TestDefinitionContainer.py
  200. script_name: tests/Settings/TestDefinitionContainer.py
  201. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  202. module_name: Cura
  203. name: pytest in TestExtruderStack.py
  204. script_name: tests/Settings/TestExtruderStack.py
  205. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  206. module_name: Cura
  207. name: pytest in TestGlobalStack.py
  208. script_name: tests/Settings/TestGlobalStack.py
  209. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  210. module_name: Cura
  211. name: pytest in TestProfiles.py
  212. script_name: tests/Settings/TestProfiles.py
  213. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  214. module_name: Cura
  215. name: pytest in TestSettingInheritanceManager.py
  216. script_name: tests/Settings/TestSettingInheritanceManager.py
  217. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  218. module_name: Cura
  219. name: pytest in TestSettingOverrideDecorator.py
  220. script_name: tests/Settings/TestSettingOverrideDecorator.py
  221. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  222. module_name: Cura
  223. name: pytest in TestSettingVisibilityPresets.py
  224. script_name: tests/Settings/TestSettingVisibilityPresets.py