CuraApplication.py 99 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075
  1. # Copyright (c) 2022 Ultimaker B.V.
  2. # Cura is released under the terms of the LGPLv3 or higher.
  3. import enum
  4. import os
  5. import sys
  6. import tempfile
  7. import time
  8. from typing import cast, TYPE_CHECKING, Optional, Callable, List, Any, Dict
  9. import numpy
  10. from PyQt6.QtCore import QObject, QTimer, QUrl, pyqtSignal, pyqtProperty, QEvent, pyqtEnum, QCoreApplication
  11. from PyQt6.QtGui import QColor, QIcon
  12. from PyQt6.QtQml import qmlRegisterUncreatableType, qmlRegisterUncreatableMetaObject, qmlRegisterSingletonType, qmlRegisterType
  13. from PyQt6.QtWidgets import QMessageBox
  14. import UM.Util
  15. import cura.Settings.cura_empty_instance_containers
  16. from UM.Application import Application
  17. from UM.Decorators import override
  18. from UM.FlameProfiler import pyqtSlot
  19. from UM.Logger import Logger
  20. from UM.Math.AxisAlignedBox import AxisAlignedBox
  21. from UM.Math.Matrix import Matrix
  22. from UM.Math.Quaternion import Quaternion
  23. from UM.Math.Vector import Vector
  24. from UM.Mesh.ReadMeshJob import ReadMeshJob
  25. from UM.Message import Message
  26. from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation
  27. from UM.Operations.GroupedOperation import GroupedOperation
  28. from UM.Operations.SetTransformOperation import SetTransformOperation
  29. from UM.Platform import Platform
  30. from UM.PluginError import PluginNotFoundError
  31. from UM.Preferences import Preferences
  32. from UM.Qt.Bindings.FileProviderModel import FileProviderModel
  33. from UM.Qt.QtApplication import QtApplication # The class we're inheriting from.
  34. from UM.Resources import Resources
  35. from UM.Scene.Camera import Camera
  36. from UM.Scene.GroupDecorator import GroupDecorator
  37. from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
  38. from UM.Scene.SceneNode import SceneNode
  39. from UM.Scene.SceneNodeSettings import SceneNodeSettings
  40. from UM.Scene.Selection import Selection
  41. from UM.Scene.ToolHandle import ToolHandle
  42. from UM.Settings.ContainerRegistry import ContainerRegistry
  43. from UM.Settings.InstanceContainer import InstanceContainer
  44. from UM.Settings.SettingDefinition import SettingDefinition, DefinitionPropertyType, toIntConversion
  45. from UM.Settings.SettingFunction import SettingFunction
  46. from UM.Settings.Validator import Validator
  47. from UM.View.SelectionPass import SelectionPass # For typing.
  48. from UM.Workspace.WorkspaceReader import WorkspaceReader
  49. from UM.i18n import i18nCatalog
  50. from cura import ApplicationMetadata
  51. from cura.API import CuraAPI
  52. from cura.API.Account import Account
  53. from cura.Arranging.ArrangeObjectsJob import ArrangeObjectsJob
  54. from cura.Arranging.Nest2DArrange import arrange
  55. from cura.Machines.MachineErrorChecker import MachineErrorChecker
  56. from cura.Machines.Models.BuildPlateModel import BuildPlateModel
  57. from cura.Machines.Models.CustomQualityProfilesDropDownMenuModel import CustomQualityProfilesDropDownMenuModel
  58. from cura.Machines.Models.DiscoveredPrintersModel import DiscoveredPrintersModel
  59. from cura.Machines.Models.DiscoveredCloudPrintersModel import DiscoveredCloudPrintersModel
  60. from cura.Machines.Models.ExtrudersModel import ExtrudersModel
  61. from cura.Machines.Models.FavoriteMaterialsModel import FavoriteMaterialsModel
  62. from cura.Machines.Models.FirstStartMachineActionsModel import FirstStartMachineActionsModel
  63. from cura.Machines.Models.GenericMaterialsModel import GenericMaterialsModel
  64. from cura.Machines.Models.GlobalStacksModel import GlobalStacksModel
  65. from cura.Machines.Models.IntentCategoryModel import IntentCategoryModel
  66. from cura.Machines.Models.IntentModel import IntentModel
  67. from cura.Machines.Models.MaterialBrandsModel import MaterialBrandsModel
  68. from cura.Machines.Models.MaterialManagementModel import MaterialManagementModel
  69. from cura.Machines.Models.MultiBuildPlateModel import MultiBuildPlateModel
  70. from cura.Machines.Models.NozzleModel import NozzleModel
  71. from cura.Machines.Models.QualityManagementModel import QualityManagementModel
  72. from cura.Machines.Models.QualityProfilesDropDownMenuModel import QualityProfilesDropDownMenuModel
  73. from cura.Machines.Models.QualitySettingsModel import QualitySettingsModel
  74. from cura.Machines.Models.SettingVisibilityPresetsModel import SettingVisibilityPresetsModel
  75. from cura.Machines.Models.UserChangesModel import UserChangesModel
  76. from cura.Operations.SetParentOperation import SetParentOperation
  77. from cura.PrinterOutput.NetworkMJPGImage import NetworkMJPGImage
  78. from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice
  79. from cura.Scene import ZOffsetDecorator
  80. from cura.Scene.BlockSlicingDecorator import BlockSlicingDecorator
  81. from cura.Scene.BuildPlateDecorator import BuildPlateDecorator
  82. from cura.Scene.ConvexHullDecorator import ConvexHullDecorator
  83. from cura.Scene.CuraSceneController import CuraSceneController
  84. from cura.Scene.CuraSceneNode import CuraSceneNode
  85. from cura.Scene.SliceableObjectDecorator import SliceableObjectDecorator
  86. from cura.Settings.ContainerManager import ContainerManager
  87. from cura.Settings.CuraContainerRegistry import CuraContainerRegistry
  88. from cura.Settings.CuraFormulaFunctions import CuraFormulaFunctions
  89. from cura.Settings.ExtruderManager import ExtruderManager
  90. from cura.Settings.ExtruderStack import ExtruderStack
  91. from cura.Settings.GlobalStack import GlobalStack
  92. from cura.Settings.IntentManager import IntentManager
  93. from cura.Settings.MachineManager import MachineManager
  94. from cura.Settings.MachineNameValidator import MachineNameValidator
  95. from cura.Settings.MaterialSettingsVisibilityHandler import MaterialSettingsVisibilityHandler
  96. from cura.Settings.SettingInheritanceManager import SettingInheritanceManager
  97. from cura.Settings.SidebarCustomMenuItemsModel import SidebarCustomMenuItemsModel
  98. from cura.Settings.SimpleModeSettingsManager import SimpleModeSettingsManager
  99. from cura.TaskManagement.OnExitCallbackManager import OnExitCallbackManager
  100. from cura.UI import CuraSplashScreen, MachineActionManager, PrintInformation
  101. from cura.UI.AddPrinterPagesModel import AddPrinterPagesModel
  102. from cura.UI.MachineSettingsManager import MachineSettingsManager
  103. from cura.UI.ObjectsModel import ObjectsModel
  104. from cura.UI.RecommendedMode import RecommendedMode
  105. from cura.UI.TextManager import TextManager
  106. from cura.UI.WelcomePagesModel import WelcomePagesModel
  107. from cura.UI.WhatsNewPagesModel import WhatsNewPagesModel
  108. from cura.UltimakerCloud import UltimakerCloudConstants
  109. from cura.Utils.NetworkingUtil import NetworkingUtil
  110. from . import BuildVolume
  111. from . import CameraAnimation
  112. from . import CuraActions
  113. from . import PlatformPhysics
  114. from . import PrintJobPreviewImageProvider
  115. from .AutoSave import AutoSave
  116. from .Machines.Models.MachineListModel import MachineListModel
  117. from .Machines.Models.ActiveIntentQualitiesModel import ActiveIntentQualitiesModel
  118. from .Machines.Models.IntentSelectionModel import IntentSelectionModel
  119. from .SingleInstance import SingleInstance
  120. if TYPE_CHECKING:
  121. from UM.Settings.EmptyInstanceContainer import EmptyInstanceContainer
  122. numpy.seterr(all = "ignore")
  123. class CuraApplication(QtApplication):
  124. # SettingVersion represents the set of settings available in the machine/extruder definitions.
  125. # You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
  126. # changes of the settings.
  127. SettingVersion = 20
  128. Created = False
  129. class ResourceTypes(enum.IntEnum):
  130. QmlFiles = Resources.UserType + 1
  131. Firmware = Resources.UserType + 2
  132. QualityInstanceContainer = Resources.UserType + 3
  133. QualityChangesInstanceContainer = Resources.UserType + 4
  134. MaterialInstanceContainer = Resources.UserType + 5
  135. VariantInstanceContainer = Resources.UserType + 6
  136. UserInstanceContainer = Resources.UserType + 7
  137. MachineStack = Resources.UserType + 8
  138. ExtruderStack = Resources.UserType + 9
  139. DefinitionChangesContainer = Resources.UserType + 10
  140. SettingVisibilityPreset = Resources.UserType + 11
  141. IntentInstanceContainer = Resources.UserType + 12
  142. pyqtEnum(ResourceTypes)
  143. def __init__(self, *args, **kwargs):
  144. super().__init__(name = ApplicationMetadata.CuraAppName,
  145. app_display_name = ApplicationMetadata.CuraAppDisplayName,
  146. version = ApplicationMetadata.CuraVersion if not ApplicationMetadata.IsAlternateVersion else ApplicationMetadata.CuraBuildType,
  147. latest_url = ApplicationMetadata.CuraLatestURL,
  148. api_version = ApplicationMetadata.CuraSDKVersion,
  149. build_type = ApplicationMetadata.CuraBuildType,
  150. is_debug_mode = ApplicationMetadata.CuraDebugMode,
  151. tray_icon_name = "cura-icon-32.png" if not ApplicationMetadata.IsAlternateVersion else "cura-icon-32_wip.png",
  152. **kwargs)
  153. self.default_theme = "cura-light"
  154. self.change_log_url = "https://ultimaker.com/ultimaker-cura-latest-features?utm_source=cura&utm_medium=software&utm_campaign=cura-update-features"
  155. self.beta_change_log_url = "https://ultimaker.com/ultimaker-cura-beta-features?utm_source=cura&utm_medium=software&utm_campaign=cura-update-features"
  156. self._boot_loading_time = time.time()
  157. self._on_exit_callback_manager = OnExitCallbackManager(self)
  158. # Variables set from CLI
  159. self._files_to_open = []
  160. self._use_single_instance = False
  161. self._single_instance = None
  162. self._cura_formula_functions = None # type: Optional[CuraFormulaFunctions]
  163. self._machine_action_manager = None # type: Optional[MachineActionManager.MachineActionManager]
  164. self.empty_container = None # type: EmptyInstanceContainer
  165. self.empty_definition_changes_container = None # type: EmptyInstanceContainer
  166. self.empty_variant_container = None # type: EmptyInstanceContainer
  167. self.empty_intent_container = None # type: EmptyInstanceContainer
  168. self.empty_material_container = None # type: EmptyInstanceContainer
  169. self.empty_quality_container = None # type: EmptyInstanceContainer
  170. self.empty_quality_changes_container = None # type: EmptyInstanceContainer
  171. self._material_manager = None
  172. self._machine_manager = None
  173. self._extruder_manager = None
  174. self._container_manager = None
  175. self._object_manager = None
  176. self._extruders_model = None
  177. self._extruders_model_with_optional = None
  178. self._build_plate_model = None
  179. self._multi_build_plate_model = None
  180. self._setting_visibility_presets_model = None
  181. self._setting_inheritance_manager = None
  182. self._simple_mode_settings_manager = None
  183. self._cura_scene_controller = None
  184. self._machine_error_checker = None
  185. self._machine_settings_manager = MachineSettingsManager(self, parent = self)
  186. self._material_management_model = None
  187. self._quality_management_model = None
  188. self._discovered_printer_model = DiscoveredPrintersModel(self, parent = self)
  189. self._discovered_cloud_printers_model = DiscoveredCloudPrintersModel(self, parent = self)
  190. self._first_start_machine_actions_model = None
  191. self._welcome_pages_model = WelcomePagesModel(self, parent = self)
  192. self._add_printer_pages_model = AddPrinterPagesModel(self, parent = self)
  193. self._add_printer_pages_model_without_cancel = AddPrinterPagesModel(self, parent = self)
  194. self._whats_new_pages_model = WhatsNewPagesModel(self, parent = self)
  195. self._text_manager = TextManager(parent = self)
  196. self._quality_profile_drop_down_menu_model = None
  197. self._custom_quality_profile_drop_down_menu_model = None
  198. self._cura_API = CuraAPI(self)
  199. self._physics = None
  200. self._volume = None
  201. self._output_devices = {}
  202. self._print_information = None
  203. self._previous_active_tool = None
  204. self._platform_activity = False
  205. self._scene_bounding_box = AxisAlignedBox.Null
  206. self._center_after_select = False
  207. self._camera_animation = None
  208. self._cura_actions = None
  209. self.started = False
  210. self._message_box_callback = None
  211. self._message_box_callback_arguments = []
  212. self._i18n_catalog = None
  213. self._currently_loading_files = []
  214. self._non_sliceable_extensions = []
  215. self._additional_components = {} # Components to add to certain areas in the interface
  216. self._open_file_queue = [] # A list of files to open (after the application has started)
  217. self._update_platform_activity_timer = None
  218. self._sidebar_custom_menu_items = [] # type: list # Keeps list of custom menu items for the side bar
  219. self._plugins_loaded = False
  220. # Backups
  221. self._auto_save = None # type: Optional[AutoSave]
  222. self._enable_save = True
  223. self._container_registry_class = CuraContainerRegistry
  224. # Redefined here in order to please the typing.
  225. self._container_registry = None # type: CuraContainerRegistry
  226. from cura.CuraPackageManager import CuraPackageManager
  227. self._package_manager_class = CuraPackageManager
  228. from UM.CentralFileStorage import CentralFileStorage
  229. CentralFileStorage.setIsEnterprise(ApplicationMetadata.IsEnterpriseVersion)
  230. Resources.setIsEnterprise(ApplicationMetadata.IsEnterpriseVersion)
  231. @pyqtProperty(str, constant=True)
  232. def ultimakerCloudApiRootUrl(self) -> str:
  233. return UltimakerCloudConstants.CuraCloudAPIRoot
  234. @pyqtProperty(str, constant = True)
  235. def ultimakerCloudAccountRootUrl(self) -> str:
  236. return UltimakerCloudConstants.CuraCloudAccountAPIRoot
  237. @pyqtProperty(str, constant=True)
  238. def ultimakerDigitalFactoryUrl(self) -> str:
  239. return UltimakerCloudConstants.CuraDigitalFactoryURL
  240. def addCommandLineOptions(self):
  241. """Adds command line options to the command line parser.
  242. This should be called after the application is created and before the pre-start.
  243. """
  244. super().addCommandLineOptions()
  245. self._cli_parser.add_argument("--help", "-h",
  246. action = "store_true",
  247. default = False,
  248. help = "Show this help message and exit.")
  249. self._cli_parser.add_argument("--single-instance",
  250. dest = "single_instance",
  251. action = "store_true",
  252. default = False)
  253. # >> For debugging
  254. # Trigger an early crash, i.e. a crash that happens before the application enters its event loop.
  255. self._cli_parser.add_argument("--trigger-early-crash",
  256. dest = "trigger_early_crash",
  257. action = "store_true",
  258. default = False,
  259. help = "FOR TESTING ONLY. Trigger an early crash to show the crash dialog.")
  260. self._cli_parser.add_argument("file", nargs = "*", help = "Files to load after starting the application.")
  261. def getContainerRegistry(self) -> "CuraContainerRegistry":
  262. return self._container_registry
  263. def parseCliOptions(self):
  264. super().parseCliOptions()
  265. if self._cli_args.help:
  266. self._cli_parser.print_help()
  267. sys.exit(0)
  268. self._use_single_instance = self._cli_args.single_instance
  269. # FOR TESTING ONLY
  270. if self._cli_args.trigger_early_crash:
  271. assert not "This crash is triggered by the trigger_early_crash command line argument."
  272. for filename in self._cli_args.file:
  273. self._files_to_open.append(os.path.abspath(filename))
  274. def initialize(self) -> None:
  275. self.__addExpectedResourceDirsAndSearchPaths() # Must be added before init of super
  276. super().initialize(ApplicationMetadata.IsEnterpriseVersion)
  277. self._preferences.addPreference("cura/single_instance", False)
  278. self._use_single_instance = self._preferences.getValue("cura/single_instance") or self._cli_args.single_instance
  279. self.__sendCommandToSingleInstance()
  280. self._initializeSettingDefinitions()
  281. self._initializeSettingFunctions()
  282. self.__addAllResourcesAndContainerResources()
  283. self.__addAllEmptyContainers()
  284. self.__setLatestResouceVersionsForVersionUpgrade()
  285. self._machine_action_manager = MachineActionManager.MachineActionManager(self)
  286. self._machine_action_manager.initialize()
  287. def __sendCommandToSingleInstance(self):
  288. self._single_instance = SingleInstance(self, self._files_to_open)
  289. # If we use single instance, try to connect to the single instance server, send commands, and then exit.
  290. # If we cannot find an existing single instance server, this is the only instance, so just keep going.
  291. if self._use_single_instance:
  292. if self._single_instance.startClient():
  293. Logger.log("i", "Single instance commands were sent, exiting")
  294. sys.exit(0)
  295. def __addExpectedResourceDirsAndSearchPaths(self):
  296. """Adds expected directory names and search paths for Resources."""
  297. # this list of dir names will be used by UM to detect an old cura directory
  298. for dir_name in ["extruders", "machine_instances", "materials", "plugins", "quality", "quality_changes", "user", "variants", "intent"]:
  299. Resources.addExpectedDirNameInData(dir_name)
  300. app_root = os.path.abspath(os.path.join(os.path.dirname(sys.executable)))
  301. Resources.addSecureSearchPath(os.path.join(app_root, "share", "cura", "resources"))
  302. Resources.addSecureSearchPath(os.path.join(self._app_install_dir, "share", "cura", "resources"))
  303. if not hasattr(sys, "frozen"):
  304. Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "resources"))
  305. # local Conan cache
  306. Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "resources"))
  307. Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "plugins"))
  308. # venv site-packages
  309. Resources.addSearchPath(os.path.join(app_root, "..", "share", "cura", "resources"))
  310. @classmethod
  311. def _initializeSettingDefinitions(cls):
  312. # Need to do this before ContainerRegistry tries to load the machines
  313. SettingDefinition.addSupportedProperty("settable_per_mesh", DefinitionPropertyType.Any, default=True,
  314. read_only=True)
  315. SettingDefinition.addSupportedProperty("settable_per_extruder", DefinitionPropertyType.Any, default=True,
  316. read_only=True)
  317. # this setting can be changed for each group in one-at-a-time mode
  318. SettingDefinition.addSupportedProperty("settable_per_meshgroup", DefinitionPropertyType.Any, default=True,
  319. read_only=True)
  320. SettingDefinition.addSupportedProperty("settable_globally", DefinitionPropertyType.Any, default=True,
  321. read_only=True)
  322. # From which stack the setting would inherit if not defined per object (handled in the engine)
  323. # AND for settings which are not settable_per_mesh:
  324. # which extruder is the only extruder this setting is obtained from
  325. SettingDefinition.addSupportedProperty("limit_to_extruder", DefinitionPropertyType.Function, default="-1",
  326. depends_on="value")
  327. # For settings which are not settable_per_mesh and not settable_per_extruder:
  328. # A function which determines the glabel/meshgroup value by looking at the values of the setting in all (used) extruders
  329. SettingDefinition.addSupportedProperty("resolve", DefinitionPropertyType.Function, default=None,
  330. depends_on="value")
  331. SettingDefinition.addSettingType("extruder", None, toIntConversion, Validator)
  332. SettingDefinition.addSettingType("optional_extruder", None, toIntConversion, None)
  333. SettingDefinition.addSettingType("[int]", None, str, None)
  334. def _initializeSettingFunctions(self):
  335. """Adds custom property types, settings types, and extra operators (functions).
  336. Whom need to be registered in SettingDefinition and SettingFunction.
  337. """
  338. self._cura_formula_functions = CuraFormulaFunctions(self)
  339. SettingFunction.registerOperator("extruderValue", self._cura_formula_functions.getValueInExtruder)
  340. SettingFunction.registerOperator("extruderValues", self._cura_formula_functions.getValuesInAllExtruders)
  341. SettingFunction.registerOperator("resolveOrValue", self._cura_formula_functions.getResolveOrValue)
  342. SettingFunction.registerOperator("defaultExtruderPosition", self._cura_formula_functions.getDefaultExtruderPosition)
  343. SettingFunction.registerOperator("valueFromContainer", self._cura_formula_functions.getValueFromContainerAtIndex)
  344. SettingFunction.registerOperator("extruderValueFromContainer", self._cura_formula_functions.getValueFromContainerAtIndexInExtruder)
  345. def __addAllResourcesAndContainerResources(self) -> None:
  346. """Adds all resources and container related resources."""
  347. Resources.addStorageType(self.ResourceTypes.QualityInstanceContainer, "quality")
  348. Resources.addStorageType(self.ResourceTypes.QualityChangesInstanceContainer, "quality_changes")
  349. Resources.addStorageType(self.ResourceTypes.VariantInstanceContainer, "variants")
  350. Resources.addStorageType(self.ResourceTypes.MaterialInstanceContainer, "materials")
  351. Resources.addStorageType(self.ResourceTypes.UserInstanceContainer, "user")
  352. Resources.addStorageType(self.ResourceTypes.ExtruderStack, "extruders")
  353. Resources.addStorageType(self.ResourceTypes.MachineStack, "machine_instances")
  354. Resources.addStorageType(self.ResourceTypes.DefinitionChangesContainer, "definition_changes")
  355. Resources.addStorageType(self.ResourceTypes.SettingVisibilityPreset, "setting_visibility")
  356. Resources.addStorageType(self.ResourceTypes.IntentInstanceContainer, "intent")
  357. self._container_registry.addResourceType(self.ResourceTypes.QualityInstanceContainer, "quality")
  358. self._container_registry.addResourceType(self.ResourceTypes.QualityChangesInstanceContainer, "quality_changes")
  359. self._container_registry.addResourceType(self.ResourceTypes.VariantInstanceContainer, "variant")
  360. self._container_registry.addResourceType(self.ResourceTypes.MaterialInstanceContainer, "material")
  361. self._container_registry.addResourceType(self.ResourceTypes.UserInstanceContainer, "user")
  362. self._container_registry.addResourceType(self.ResourceTypes.ExtruderStack, "extruder_train")
  363. self._container_registry.addResourceType(self.ResourceTypes.MachineStack, "machine")
  364. self._container_registry.addResourceType(self.ResourceTypes.DefinitionChangesContainer, "definition_changes")
  365. self._container_registry.addResourceType(self.ResourceTypes.IntentInstanceContainer, "intent")
  366. Resources.addType(self.ResourceTypes.QmlFiles, "qml")
  367. Resources.addType(self.ResourceTypes.Firmware, "firmware")
  368. def __addAllEmptyContainers(self) -> None:
  369. """Adds all empty containers."""
  370. # Add empty variant, material and quality containers.
  371. # Since they are empty, they should never be serialized and instead just programmatically created.
  372. # We need them to simplify the switching between materials.
  373. self.empty_container = cura.Settings.cura_empty_instance_containers.empty_container
  374. self._container_registry.addContainer(
  375. cura.Settings.cura_empty_instance_containers.empty_definition_changes_container)
  376. self.empty_definition_changes_container = cura.Settings.cura_empty_instance_containers.empty_definition_changes_container
  377. self._container_registry.addContainer(cura.Settings.cura_empty_instance_containers.empty_variant_container)
  378. self.empty_variant_container = cura.Settings.cura_empty_instance_containers.empty_variant_container
  379. self._container_registry.addContainer(cura.Settings.cura_empty_instance_containers.empty_intent_container)
  380. self.empty_intent_container = cura.Settings.cura_empty_instance_containers.empty_intent_container
  381. self._container_registry.addContainer(cura.Settings.cura_empty_instance_containers.empty_material_container)
  382. self.empty_material_container = cura.Settings.cura_empty_instance_containers.empty_material_container
  383. self._container_registry.addContainer(cura.Settings.cura_empty_instance_containers.empty_quality_container)
  384. self.empty_quality_container = cura.Settings.cura_empty_instance_containers.empty_quality_container
  385. self._container_registry.addContainer(cura.Settings.cura_empty_instance_containers.empty_quality_changes_container)
  386. self.empty_quality_changes_container = cura.Settings.cura_empty_instance_containers.empty_quality_changes_container
  387. def __setLatestResouceVersionsForVersionUpgrade(self):
  388. """Initializes the version upgrade manager with by providing the paths for each resource type and the latest
  389. versions. """
  390. self._version_upgrade_manager.setCurrentVersions(
  391. {
  392. ("quality", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.QualityInstanceContainer, "application/x-uranium-instancecontainer"),
  393. ("quality_changes", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.QualityChangesInstanceContainer, "application/x-uranium-instancecontainer"),
  394. ("intent", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.IntentInstanceContainer, "application/x-uranium-instancecontainer"),
  395. ("machine_stack", GlobalStack.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.MachineStack, "application/x-cura-globalstack"),
  396. ("extruder_train", ExtruderStack.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.ExtruderStack, "application/x-cura-extruderstack"),
  397. ("preferences", Preferences.Version * 1000000 + self.SettingVersion): (Resources.Preferences, "application/x-uranium-preferences"),
  398. ("user", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.UserInstanceContainer, "application/x-uranium-instancecontainer"),
  399. ("definition_changes", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.DefinitionChangesContainer, "application/x-uranium-instancecontainer"),
  400. ("variant", InstanceContainer.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.VariantInstanceContainer, "application/x-uranium-instancecontainer"),
  401. ("setting_visibility", SettingVisibilityPresetsModel.Version * 1000000 + self.SettingVersion): (self.ResourceTypes.SettingVisibilityPreset, "application/x-uranium-preferences"),
  402. ("machine", 2): (Resources.DefinitionContainers, "application/x-uranium-definitioncontainer"),
  403. ("extruder", 2): (Resources.DefinitionContainers, "application/x-uranium-definitioncontainer")
  404. }
  405. )
  406. def startSplashWindowPhase(self) -> None:
  407. """Runs preparations that needs to be done before the starting process."""
  408. super().startSplashWindowPhase()
  409. if not self.getIsHeadLess():
  410. try:
  411. self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png" if not ApplicationMetadata.IsAlternateVersion else "cura-icon_wip.png")))
  412. except FileNotFoundError:
  413. Logger.log("w", "Unable to find the window icon.")
  414. self.setRequiredPlugins([
  415. # Misc.:
  416. "ConsoleLogger", #You want to be able to read the log if something goes wrong.
  417. "CuraEngineBackend", #Cura is useless without this one since you can't slice.
  418. "FileLogger", #You want to be able to read the log if something goes wrong.
  419. "XmlMaterialProfile", #Cura crashes without this one.
  420. "Marketplace", #This contains the interface to enable/disable plug-ins, so if you disable it you can't enable it back.
  421. "PrepareStage", #Cura is useless without this one since you can't load models.
  422. "PreviewStage", #This shows the list of the plugin views that are installed in Cura.
  423. "MonitorStage", #Major part of Cura's functionality.
  424. "LocalFileOutputDevice", #Major part of Cura's functionality.
  425. "LocalContainerProvider", #Cura is useless without any profiles or setting definitions.
  426. # Views:
  427. "SimpleView", #Dependency of SolidView.
  428. "SolidView", #Displays models. Cura is useless without it.
  429. # Readers & Writers:
  430. "GCodeWriter", #Cura is useless if it can't write its output.
  431. "STLReader", #Most common model format, so disabling this makes Cura 90% useless.
  432. "3MFWriter", #Required for writing project files.
  433. # Tools:
  434. "CameraTool", #Needed to see the scene. Cura is useless without it.
  435. "SelectionTool", #Dependency of the rest of the tools.
  436. "TranslateTool", #You'll need this for almost every print.
  437. ])
  438. self._i18n_catalog = i18nCatalog("cura")
  439. self._update_platform_activity_timer = QTimer()
  440. self._update_platform_activity_timer.setInterval(500)
  441. self._update_platform_activity_timer.setSingleShot(True)
  442. self._update_platform_activity_timer.timeout.connect(self.updatePlatformActivity)
  443. self.getController().getScene().sceneChanged.connect(self.updatePlatformActivityDelayed)
  444. self.getController().toolOperationStopped.connect(self._onToolOperationStopped)
  445. self.getController().contextMenuRequested.connect(self._onContextMenuRequested)
  446. self.getCuraSceneController().activeBuildPlateChanged.connect(self.updatePlatformActivityDelayed)
  447. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Loading machines..."))
  448. self._container_registry.allMetadataLoaded.connect(ContainerRegistry.getInstance)
  449. with self._container_registry.lockFile():
  450. self._container_registry.loadAllMetadata()
  451. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Setting up preferences..."))
  452. # Set the setting version for Preferences
  453. preferences = self.getPreferences()
  454. preferences.addPreference("metadata/setting_version", 0)
  455. preferences.setValue("metadata/setting_version", self.SettingVersion) # Don't make it equal to the default so that the setting version always gets written to the file.
  456. preferences.addPreference("cura/active_mode", "simple")
  457. preferences.addPreference("cura/categories_expanded", "")
  458. preferences.addPreference("cura/jobname_prefix", True)
  459. preferences.addPreference("cura/select_models_on_load", False)
  460. preferences.addPreference("view/center_on_select", False)
  461. preferences.addPreference("mesh/scale_to_fit", False)
  462. preferences.addPreference("mesh/scale_tiny_meshes", True)
  463. preferences.addPreference("cura/dialog_on_project_save", True)
  464. preferences.addPreference("cura/asked_dialog_on_project_save", False)
  465. preferences.addPreference("cura/choice_on_profile_override", "always_ask")
  466. preferences.addPreference("cura/choice_on_open_project", "always_ask")
  467. preferences.addPreference("cura/use_multi_build_plate", False)
  468. preferences.addPreference("cura/show_list_of_objects", False)
  469. preferences.addPreference("view/settings_list_height", 400)
  470. preferences.addPreference("view/settings_visible", False)
  471. preferences.addPreference("view/settings_xpos", 0)
  472. preferences.addPreference("view/settings_ypos", 56)
  473. preferences.addPreference("view/colorscheme_xpos", 0)
  474. preferences.addPreference("view/colorscheme_ypos", 56)
  475. preferences.addPreference("cura/currency", "€")
  476. preferences.addPreference("cura/material_settings", "{}")
  477. preferences.addPreference("view/invert_zoom", False)
  478. preferences.addPreference("view/filter_current_build_plate", False)
  479. preferences.addPreference("cura/sidebar_collapsed", False)
  480. preferences.addPreference("cura/favorite_materials", "")
  481. preferences.addPreference("cura/expanded_brands", "")
  482. preferences.addPreference("cura/expanded_types", "")
  483. preferences.addPreference("general/accepted_user_agreement", False)
  484. preferences.addPreference("cura/market_place_show_plugin_banner", True)
  485. preferences.addPreference("cura/market_place_show_material_banner", True)
  486. preferences.addPreference("cura/market_place_show_manage_packages_banner", True)
  487. for key in [
  488. "dialog_load_path", # dialog_save_path is in LocalFileOutputDevicePlugin
  489. "dialog_profile_path",
  490. "dialog_material_path"]:
  491. preferences.addPreference("local_file/%s" % key, os.path.expanduser("~/"))
  492. preferences.setDefault("local_file/last_used_type", "text/x-gcode")
  493. self.applicationShuttingDown.connect(self.saveSettings)
  494. self.engineCreatedSignal.connect(self._onEngineCreated)
  495. self.getCuraSceneController().setActiveBuildPlate(0) # Initialize
  496. CuraApplication.Created = True
  497. def _onEngineCreated(self):
  498. self._qml_engine.addImageProvider("print_job_preview", PrintJobPreviewImageProvider.PrintJobPreviewImageProvider())
  499. @pyqtProperty(bool)
  500. def needToShowUserAgreement(self) -> bool:
  501. return not UM.Util.parseBool(self.getPreferences().getValue("general/accepted_user_agreement"))
  502. @pyqtSlot(bool)
  503. def setNeedToShowUserAgreement(self, set_value: bool = True) -> None:
  504. self.getPreferences().setValue("general/accepted_user_agreement", str(not set_value))
  505. @pyqtSlot(str, str)
  506. def writeToLog(self, severity: str, message: str) -> None:
  507. Logger.log(severity, message)
  508. # DO NOT call this function to close the application, use checkAndExitApplication() instead which will perform
  509. # pre-exit checks such as checking for in-progress USB printing, etc.
  510. # Except for the 'Decline and close' in the 'User Agreement'-step in the Welcome-pages, that should be a hard exit.
  511. @pyqtSlot()
  512. def closeApplication(self) -> None:
  513. Logger.log("i", "Close application")
  514. # Workaround: Before closing the window, remove the global stack.
  515. # This is necessary because as the main window gets closed, hundreds of QML elements get updated which often
  516. # request the global stack. However as the Qt-side of the Machine Manager is being dismantled, the conversion of
  517. # the Global Stack to a QObject fails.
  518. # If instead we first take down the global stack, PyQt will just convert `None` to `null` which succeeds, and
  519. # the QML code then gets `null` as the global stack and can deal with that as it deems fit.
  520. self.getMachineManager().setActiveMachine(None)
  521. QtApplication.getInstance().closeAllWindows()
  522. main_window = self.getMainWindow()
  523. if main_window is not None:
  524. main_window.close()
  525. QtApplication.closeAllWindows()
  526. QCoreApplication.quit()
  527. # This function first performs all upon-exit checks such as USB printing that is in progress.
  528. # Use this to close the application.
  529. @pyqtSlot()
  530. def checkAndExitApplication(self) -> None:
  531. self._on_exit_callback_manager.resetCurrentState()
  532. self._on_exit_callback_manager.triggerNextCallback()
  533. @pyqtSlot(result = bool)
  534. def getIsAllChecksPassed(self) -> bool:
  535. return self._on_exit_callback_manager.getIsAllChecksPassed()
  536. def getOnExitCallbackManager(self) -> "OnExitCallbackManager":
  537. return self._on_exit_callback_manager
  538. def triggerNextExitCheck(self) -> None:
  539. self._on_exit_callback_manager.triggerNextCallback()
  540. showConfirmExitDialog = pyqtSignal(str, arguments = ["message"])
  541. def setConfirmExitDialogCallback(self, callback: Callable) -> None:
  542. self._confirm_exit_dialog_callback = callback
  543. @pyqtSlot(bool)
  544. def callConfirmExitDialogCallback(self, yes_or_no: bool) -> None:
  545. self._confirm_exit_dialog_callback(yes_or_no)
  546. showPreferencesWindow = pyqtSignal()
  547. """Signal to connect preferences action in QML"""
  548. @pyqtSlot()
  549. def showPreferences(self) -> None:
  550. """Show the preferences window"""
  551. self.showPreferencesWindow.emit()
  552. # This is called by drag-and-dropping curapackage files.
  553. @pyqtSlot(QUrl)
  554. def installPackageViaDragAndDrop(self, file_url: str) -> Optional[str]:
  555. filename = QUrl(file_url).toLocalFile()
  556. return self._package_manager.installPackage(filename)
  557. @override(Application)
  558. def getGlobalContainerStack(self) -> Optional["GlobalStack"]:
  559. return self._global_container_stack
  560. @override(Application)
  561. def setGlobalContainerStack(self, stack: Optional["GlobalStack"]) -> None:
  562. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Initializing Active Machine..."))
  563. super().setGlobalContainerStack(stack)
  564. showMessageBox = pyqtSignal(str,str, str, str, int, int,
  565. arguments = ["title", "text", "informativeText", "detailedText","buttons", "icon"])
  566. """A reusable dialogbox"""
  567. def messageBox(self, title, text,
  568. informativeText = "",
  569. detailedText = "",
  570. buttons = QMessageBox.StandardButton.Ok,
  571. icon = QMessageBox.Icon.NoIcon,
  572. callback = None,
  573. callback_arguments = []
  574. ):
  575. self._message_box_callback = callback
  576. self._message_box_callback_arguments = callback_arguments
  577. self.showMessageBox.emit(title, text, informativeText, detailedText, buttons, icon)
  578. showDiscardOrKeepProfileChanges = pyqtSignal()
  579. def discardOrKeepProfileChanges(self) -> bool:
  580. has_user_interaction = False
  581. choice = self.getPreferences().getValue("cura/choice_on_profile_override")
  582. if choice == "always_discard":
  583. # don't show dialog and DISCARD the profile
  584. self.discardOrKeepProfileChangesClosed("discard")
  585. elif choice == "always_keep":
  586. # don't show dialog and KEEP the profile
  587. self.discardOrKeepProfileChangesClosed("keep")
  588. elif not self._is_headless:
  589. # ALWAYS ask whether to keep or discard the profile
  590. self.showDiscardOrKeepProfileChanges.emit()
  591. has_user_interaction = True
  592. return has_user_interaction
  593. @pyqtSlot(str)
  594. def discardOrKeepProfileChangesClosed(self, option: str) -> None:
  595. global_stack = self.getGlobalContainerStack()
  596. if global_stack is None:
  597. return
  598. if option == "discard":
  599. for extruder in global_stack.extruderList:
  600. extruder.userChanges.clear()
  601. global_stack.userChanges.clear()
  602. self.getMachineManager().correctExtruderSettings()
  603. # if the user decided to keep settings then the user settings should be re-calculated and validated for errors
  604. # before slicing. To ensure that slicer uses right settings values
  605. elif option == "keep":
  606. for extruder in global_stack.extruderList:
  607. extruder.userChanges.update()
  608. global_stack.userChanges.update()
  609. @pyqtSlot(int)
  610. def messageBoxClosed(self, button):
  611. if self._message_box_callback:
  612. self._message_box_callback(button, *self._message_box_callback_arguments)
  613. self._message_box_callback = None
  614. self._message_box_callback_arguments = []
  615. def enableSave(self, enable: bool):
  616. self._enable_save = enable
  617. # Cura has multiple locations where instance containers need to be saved, so we need to handle this differently.
  618. def saveSettings(self) -> None:
  619. if not self.started or not self._enable_save:
  620. # Do not do saving during application start or when data should not be saved on quit.
  621. return
  622. ContainerRegistry.getInstance().saveDirtyContainers()
  623. self.savePreferences()
  624. def saveStack(self, stack):
  625. if not self._enable_save:
  626. return
  627. ContainerRegistry.getInstance().saveContainer(stack)
  628. @pyqtSlot(str, result = QUrl)
  629. def getDefaultPath(self, key):
  630. default_path = self.getPreferences().getValue("local_file/%s" % key)
  631. if os.path.exists(default_path):
  632. return QUrl.fromLocalFile(default_path)
  633. return QUrl()
  634. @pyqtSlot(str, str)
  635. def setDefaultPath(self, key, default_path):
  636. self.getPreferences().setValue("local_file/%s" % key, QUrl(default_path).toLocalFile())
  637. def _loadPlugins(self) -> None:
  638. """Handle loading of all plugin types (and the backend explicitly)
  639. :py:class:`Uranium.UM.PluginRegistry`
  640. """
  641. self._plugin_registry.setCheckIfTrusted(ApplicationMetadata.IsEnterpriseVersion)
  642. self._plugin_registry.addType("profile_reader", self._addProfileReader)
  643. self._plugin_registry.addType("profile_writer", self._addProfileWriter)
  644. if Platform.isLinux():
  645. lib_suffixes = {"", "64", "32", "x32"} # A few common ones on different distributions.
  646. else:
  647. lib_suffixes = {""}
  648. for suffix in lib_suffixes:
  649. self._plugin_registry.addPluginLocation(os.path.join(QtApplication.getInstallPrefix(), "lib" + suffix, "cura"))
  650. if not hasattr(sys, "frozen"):
  651. self._plugin_registry.addPluginLocation(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "plugins"))
  652. self._plugin_registry.preloaded_plugins.append("ConsoleLogger")
  653. # Since it's possible to get crashes in code before the sentrylogger is loaded, we want to start this plugin
  654. # as quickly as possible, as we might get unsolvable crash reports without it.
  655. self._plugin_registry.preloaded_plugins.append("SentryLogger")
  656. self._plugin_registry.loadPlugins()
  657. if self.getBackend() is None:
  658. raise RuntimeError("Could not load the backend plugin!")
  659. self._plugins_loaded = True
  660. def _setLoadingHint(self, hint: str):
  661. """Set a short, user-friendly hint about current loading status.
  662. The way this message is displayed depends on application state
  663. """
  664. if self.started:
  665. Logger.info(hint)
  666. else:
  667. self.showSplashMessage(hint)
  668. def run(self):
  669. super().run()
  670. if len(ApplicationMetadata.DEPENDENCY_INFO) > 0:
  671. Logger.debug("Using Conan managed dependencies: " + ", ".join(
  672. [dep["recipe"]["id"] for dep in ApplicationMetadata.DEPENDENCY_INFO["installed"] if dep["recipe"]["version"] != "latest"]))
  673. else:
  674. Logger.warning("Could not find conan_install_info.json")
  675. Logger.log("i", "Initializing machine error checker")
  676. self._machine_error_checker = MachineErrorChecker(self)
  677. self._machine_error_checker.initialize()
  678. self.processEvents()
  679. Logger.log("i", "Initializing machine manager")
  680. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Initializing machine manager..."))
  681. self.getMachineManager()
  682. self.processEvents()
  683. Logger.log("i", "Initializing container manager")
  684. self._container_manager = ContainerManager(self)
  685. self.processEvents()
  686. # Check if we should run as single instance or not. If so, set up a local socket server which listener which
  687. # coordinates multiple Cura instances and accepts commands.
  688. if self._use_single_instance:
  689. self.__setUpSingleInstanceServer()
  690. # Setup scene and build volume
  691. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Initializing build volume..."))
  692. root = self.getController().getScene().getRoot()
  693. self._volume = BuildVolume.BuildVolume(self, root)
  694. # initialize info objects
  695. self._print_information = PrintInformation.PrintInformation(self)
  696. self._cura_actions = CuraActions.CuraActions(self)
  697. self.processEvents()
  698. # Initialize setting visibility presets model.
  699. self._setting_visibility_presets_model = SettingVisibilityPresetsModel(self.getPreferences(), parent = self)
  700. # Initialize Cura API
  701. self._cura_API.initialize()
  702. self.processEvents()
  703. self._output_device_manager.start()
  704. self._welcome_pages_model.initialize()
  705. self._add_printer_pages_model.initialize()
  706. self._add_printer_pages_model_without_cancel.initialize(cancellable = False)
  707. self._whats_new_pages_model.initialize()
  708. # Initialize the FileProviderModel
  709. self._file_provider_model.initialize(self._onFileProviderEnabledChanged)
  710. # Detect in which mode to run and execute that mode
  711. if self._is_headless:
  712. self.runWithoutGUI()
  713. else:
  714. self.runWithGUI()
  715. self.started = True
  716. self.initializationFinished.emit()
  717. Logger.log("d", "Booting Cura took %s seconds", time.time() - self._boot_loading_time)
  718. # For now use a timer to postpone some things that need to be done after the application and GUI are
  719. # initialized, for example opening files because they may show dialogs which can be closed due to incomplete
  720. # GUI initialization.
  721. self._post_start_timer = QTimer(self)
  722. self._post_start_timer.setInterval(1000)
  723. self._post_start_timer.setSingleShot(True)
  724. self._post_start_timer.timeout.connect(self._onPostStart)
  725. self._post_start_timer.start()
  726. self._auto_save = AutoSave(self)
  727. self._auto_save.initialize()
  728. self.exec()
  729. def __setUpSingleInstanceServer(self):
  730. if self._use_single_instance:
  731. self._single_instance.startServer()
  732. def _onPostStart(self):
  733. for file_name in self._files_to_open:
  734. self.callLater(self._openFile, file_name)
  735. for file_name in self._open_file_queue: # Open all the files that were queued up while plug-ins were loading.
  736. self.callLater(self._openFile, file_name)
  737. initializationFinished = pyqtSignal()
  738. showAddPrintersUncancellableDialog = pyqtSignal() # Used to show the add printers dialog with a greyed background
  739. def runWithoutGUI(self):
  740. """Run Cura without GUI elements and interaction (server mode)."""
  741. self.closeSplash()
  742. def runWithGUI(self):
  743. """Run Cura with GUI (desktop mode)."""
  744. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Setting up scene..."))
  745. controller = self.getController()
  746. t = controller.getTool("TranslateTool")
  747. if t:
  748. t.setEnabledAxis([ToolHandle.XAxis, ToolHandle.YAxis, ToolHandle.ZAxis])
  749. Selection.selectionChanged.connect(self.onSelectionChanged)
  750. # Set default background color for scene
  751. self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
  752. self.processEvents()
  753. # Initialize platform physics
  754. self._physics = PlatformPhysics.PlatformPhysics(controller, self._volume)
  755. # Initialize camera
  756. root = controller.getScene().getRoot()
  757. camera = Camera("3d", root)
  758. diagonal = self.getBuildVolume().getDiagonalSize()
  759. if diagonal < 1: #No printer added yet. Set a default camera distance for normal-sized printers.
  760. diagonal = 375
  761. camera.setPosition(Vector(-80, 180, 700) * diagonal / 375)
  762. camera.lookAt(Vector(0, 0, 0))
  763. controller.getScene().setActiveCamera("3d")
  764. # Initialize camera tool
  765. camera_tool = controller.getTool("CameraTool")
  766. if camera_tool:
  767. camera_tool.setOrigin(Vector(0, 30, 0))
  768. camera_tool.setZoomRange(0.1, 2000)
  769. # Initialize camera animations
  770. self._camera_animation = CameraAnimation.CameraAnimation()
  771. self._camera_animation.setCameraTool(self.getController().getTool("CameraTool"))
  772. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Loading interface..."))
  773. # Initialize QML engine
  774. self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml"))
  775. self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles))
  776. self._setLoadingHint(self._i18n_catalog.i18nc("@info:progress", "Initializing engine..."))
  777. self.initializeEngine()
  778. self.getTheme().setCheckIfTrusted(ApplicationMetadata.IsEnterpriseVersion)
  779. # Initialize UI state
  780. controller.setActiveStage("PrepareStage")
  781. controller.setActiveView("SolidView")
  782. controller.setCameraTool("CameraTool")
  783. controller.setSelectionTool("SelectionTool")
  784. # Hide the splash screen
  785. self.closeSplash()
  786. @pyqtSlot(result = QObject)
  787. def getDiscoveredPrintersModel(self, *args) -> "DiscoveredPrintersModel":
  788. return self._discovered_printer_model
  789. @pyqtSlot(result=QObject)
  790. def getDiscoveredCloudPrintersModel(self, *args) -> "DiscoveredCloudPrintersModel":
  791. return self._discovered_cloud_printers_model
  792. @pyqtSlot(result = QObject)
  793. def getFirstStartMachineActionsModel(self, *args) -> "FirstStartMachineActionsModel":
  794. if self._first_start_machine_actions_model is None:
  795. self._first_start_machine_actions_model = FirstStartMachineActionsModel(self, parent = self)
  796. if self.started:
  797. self._first_start_machine_actions_model.initialize()
  798. return self._first_start_machine_actions_model
  799. @pyqtSlot(result = QObject)
  800. def getSettingVisibilityPresetsModel(self, *args) -> SettingVisibilityPresetsModel:
  801. return self._setting_visibility_presets_model
  802. @pyqtSlot(result = QObject)
  803. def getWelcomePagesModel(self, *args) -> "WelcomePagesModel":
  804. return self._welcome_pages_model
  805. @pyqtSlot(result = QObject)
  806. def getAddPrinterPagesModel(self, *args) -> "AddPrinterPagesModel":
  807. return self._add_printer_pages_model
  808. @pyqtSlot(result = QObject)
  809. def getAddPrinterPagesModelWithoutCancel(self, *args) -> "AddPrinterPagesModel":
  810. return self._add_printer_pages_model_without_cancel
  811. @pyqtSlot(result = QObject)
  812. def getWhatsNewPagesModel(self, *args) -> "WhatsNewPagesModel":
  813. return self._whats_new_pages_model
  814. @pyqtSlot(result = QObject)
  815. def getMachineSettingsManager(self, *args) -> "MachineSettingsManager":
  816. return self._machine_settings_manager
  817. @pyqtSlot(result = QObject)
  818. def getTextManager(self, *args) -> "TextManager":
  819. return self._text_manager
  820. def getCuraFormulaFunctions(self, *args) -> "CuraFormulaFunctions":
  821. if self._cura_formula_functions is None:
  822. self._cura_formula_functions = CuraFormulaFunctions(self)
  823. return self._cura_formula_functions
  824. def getMachineErrorChecker(self, *args) -> MachineErrorChecker:
  825. return self._machine_error_checker
  826. def getMachineManager(self, *args) -> MachineManager:
  827. if self._machine_manager is None:
  828. self._machine_manager = MachineManager(self, parent = self)
  829. return self._machine_manager
  830. def getExtruderManager(self, *args) -> ExtruderManager:
  831. if self._extruder_manager is None:
  832. self._extruder_manager = ExtruderManager()
  833. return self._extruder_manager
  834. def getIntentManager(self, *args) -> IntentManager:
  835. return IntentManager.getInstance()
  836. def getObjectsModel(self, *args):
  837. if self._object_manager is None:
  838. self._object_manager = ObjectsModel(self)
  839. return self._object_manager
  840. @pyqtSlot(result = QObject)
  841. def getExtrudersModel(self, *args) -> "ExtrudersModel":
  842. if self._extruders_model is None:
  843. self._extruders_model = ExtrudersModel(self)
  844. return self._extruders_model
  845. @pyqtSlot(result = QObject)
  846. def getExtrudersModelWithOptional(self, *args) -> "ExtrudersModel":
  847. if self._extruders_model_with_optional is None:
  848. self._extruders_model_with_optional = ExtrudersModel(self)
  849. self._extruders_model_with_optional.setAddOptionalExtruder(True)
  850. return self._extruders_model_with_optional
  851. @pyqtSlot(result = QObject)
  852. def getMultiBuildPlateModel(self, *args) -> MultiBuildPlateModel:
  853. if self._multi_build_plate_model is None:
  854. self._multi_build_plate_model = MultiBuildPlateModel(self)
  855. return self._multi_build_plate_model
  856. @pyqtSlot(result = QObject)
  857. def getBuildPlateModel(self, *args) -> BuildPlateModel:
  858. if self._build_plate_model is None:
  859. self._build_plate_model = BuildPlateModel(self)
  860. return self._build_plate_model
  861. def getCuraSceneController(self, *args) -> CuraSceneController:
  862. if self._cura_scene_controller is None:
  863. self._cura_scene_controller = CuraSceneController.createCuraSceneController()
  864. return self._cura_scene_controller
  865. def getSettingInheritanceManager(self, *args) -> SettingInheritanceManager:
  866. if self._setting_inheritance_manager is None:
  867. self._setting_inheritance_manager = SettingInheritanceManager.createSettingInheritanceManager()
  868. return self._setting_inheritance_manager
  869. def getMachineActionManager(self, *args: Any) -> MachineActionManager.MachineActionManager:
  870. """Get the machine action manager
  871. We ignore any *args given to this, as we also register the machine manager as qml singleton.
  872. It wants to give this function an engine and script engine, but we don't care about that.
  873. """
  874. return cast(MachineActionManager.MachineActionManager, self._machine_action_manager)
  875. @pyqtSlot(result = QObject)
  876. def getMaterialManagementModel(self) -> MaterialManagementModel:
  877. if not self._material_management_model:
  878. self._material_management_model = MaterialManagementModel(parent = self)
  879. return self._material_management_model
  880. @pyqtSlot(result = QObject)
  881. def getQualityManagementModel(self) -> QualityManagementModel:
  882. if not self._quality_management_model:
  883. self._quality_management_model = QualityManagementModel(parent = self)
  884. return self._quality_management_model
  885. def getSimpleModeSettingsManager(self, *args):
  886. if self._simple_mode_settings_manager is None:
  887. self._simple_mode_settings_manager = SimpleModeSettingsManager()
  888. return self._simple_mode_settings_manager
  889. @pyqtSlot(result = QObject)
  890. def getFileProviderModel(self) -> FileProviderModel:
  891. return self._file_provider_model
  892. def _onFileProviderEnabledChanged(self):
  893. self._file_provider_model.update()
  894. def event(self, event):
  895. """Handle Qt events"""
  896. if event.type() == QEvent.Type.FileOpen:
  897. if self._plugins_loaded:
  898. self._openFile(event.file())
  899. else:
  900. self._open_file_queue.append(event.file())
  901. if int(event.type()) == 20: # 'QEvent.Type.Quit' enum isn't there, even though it should be according to docs.
  902. # Once we're at this point, everything should have been flushed already (past OnExitCallbackManager).
  903. # It's more difficult to call sys.exit(0): That requires that it happens as the result of a pyqtSignal-emit.
  904. # (See https://doc.qt.io/qt-6/qcoreapplication.html#quit)
  905. os._exit(0)
  906. return super().event(event)
  907. def getAutoSave(self) -> Optional[AutoSave]:
  908. return self._auto_save
  909. def getPrintInformation(self):
  910. """Get print information (duration / material used)"""
  911. return self._print_information
  912. def getQualityProfilesDropDownMenuModel(self, *args, **kwargs):
  913. if self._quality_profile_drop_down_menu_model is None:
  914. self._quality_profile_drop_down_menu_model = QualityProfilesDropDownMenuModel(self)
  915. return self._quality_profile_drop_down_menu_model
  916. def getCustomQualityProfilesDropDownMenuModel(self, *args, **kwargs):
  917. if self._custom_quality_profile_drop_down_menu_model is None:
  918. self._custom_quality_profile_drop_down_menu_model = CustomQualityProfilesDropDownMenuModel(self)
  919. return self._custom_quality_profile_drop_down_menu_model
  920. def getCuraAPI(self, *args, **kwargs) -> "CuraAPI":
  921. return self._cura_API
  922. def registerObjects(self, engine):
  923. """Registers objects for the QML engine to use.
  924. :param engine: The QML engine.
  925. """
  926. super().registerObjects(engine)
  927. # global contexts
  928. self.processEvents()
  929. engine.rootContext().setContextProperty("Printer", self)
  930. engine.rootContext().setContextProperty("CuraApplication", self)
  931. engine.rootContext().setContextProperty("PrintInformation", self._print_information)
  932. engine.rootContext().setContextProperty("CuraActions", self._cura_actions)
  933. engine.rootContext().setContextProperty("CuraSDKVersion", ApplicationMetadata.CuraSDKVersion)
  934. self.processEvents()
  935. qmlRegisterUncreatableMetaObject(CuraApplication.staticMetaObject, "Cura", 1, 0, "ResourceTypes", "ResourceTypes is an enum-only type")
  936. self.processEvents()
  937. qmlRegisterSingletonType(CuraSceneController, "Cura", 1, 0, self.getCuraSceneController, "SceneController")
  938. qmlRegisterSingletonType(ExtruderManager, "Cura", 1, 0, self.getExtruderManager, "ExtruderManager")
  939. qmlRegisterSingletonType(MachineManager, "Cura", 1, 0, self.getMachineManager, "MachineManager")
  940. qmlRegisterSingletonType(IntentManager, "Cura", 1, 6, self.getIntentManager, "IntentManager")
  941. qmlRegisterSingletonType(SettingInheritanceManager, "Cura", 1, 0, self.getSettingInheritanceManager, "SettingInheritanceManager")
  942. qmlRegisterSingletonType(SimpleModeSettingsManager, "Cura", 1, 0, self.getSimpleModeSettingsManager, "SimpleModeSettingsManager")
  943. qmlRegisterSingletonType(MachineActionManager.MachineActionManager, "Cura", 1, 0, self.getMachineActionManager, "MachineActionManager")
  944. self.processEvents()
  945. qmlRegisterType(NetworkingUtil, "Cura", 1, 5, "NetworkingUtil")
  946. qmlRegisterType(WelcomePagesModel, "Cura", 1, 0, "WelcomePagesModel")
  947. qmlRegisterType(WhatsNewPagesModel, "Cura", 1, 0, "WhatsNewPagesModel")
  948. qmlRegisterType(AddPrinterPagesModel, "Cura", 1, 0, "AddPrinterPagesModel")
  949. qmlRegisterType(TextManager, "Cura", 1, 0, "TextManager")
  950. qmlRegisterType(RecommendedMode, "Cura", 1, 0, "RecommendedMode")
  951. self.processEvents()
  952. qmlRegisterType(NetworkMJPGImage, "Cura", 1, 0, "NetworkMJPGImage")
  953. qmlRegisterType(ObjectsModel, "Cura", 1, 0, "ObjectsModel")
  954. qmlRegisterType(BuildPlateModel, "Cura", 1, 0, "BuildPlateModel")
  955. qmlRegisterType(MultiBuildPlateModel, "Cura", 1, 0, "MultiBuildPlateModel")
  956. qmlRegisterType(InstanceContainer, "Cura", 1, 0, "InstanceContainer")
  957. qmlRegisterType(ExtrudersModel, "Cura", 1, 0, "ExtrudersModel")
  958. qmlRegisterType(GlobalStacksModel, "Cura", 1, 0, "GlobalStacksModel")
  959. qmlRegisterType(MachineListModel, "Cura", 1, 0, "MachineListModel")
  960. self.processEvents()
  961. qmlRegisterType(FavoriteMaterialsModel, "Cura", 1, 0, "FavoriteMaterialsModel")
  962. qmlRegisterType(GenericMaterialsModel, "Cura", 1, 0, "GenericMaterialsModel")
  963. qmlRegisterType(MaterialBrandsModel, "Cura", 1, 0, "MaterialBrandsModel")
  964. qmlRegisterSingletonType(QualityManagementModel, "Cura", 1, 0, self.getQualityManagementModel, "QualityManagementModel")
  965. qmlRegisterSingletonType(MaterialManagementModel, "Cura", 1, 5, self.getMaterialManagementModel, "MaterialManagementModel")
  966. self.processEvents()
  967. qmlRegisterType(DiscoveredPrintersModel, "Cura", 1, 0, "DiscoveredPrintersModel")
  968. qmlRegisterType(DiscoveredCloudPrintersModel, "Cura", 1, 7, "DiscoveredCloudPrintersModel")
  969. qmlRegisterSingletonType(QualityProfilesDropDownMenuModel, "Cura", 1, 0,
  970. self.getQualityProfilesDropDownMenuModel, "QualityProfilesDropDownMenuModel")
  971. qmlRegisterSingletonType(CustomQualityProfilesDropDownMenuModel, "Cura", 1, 0,
  972. self.getCustomQualityProfilesDropDownMenuModel, "CustomQualityProfilesDropDownMenuModel")
  973. qmlRegisterType(NozzleModel, "Cura", 1, 0, "NozzleModel")
  974. qmlRegisterType(IntentModel, "Cura", 1, 6, "IntentModel")
  975. qmlRegisterType(IntentCategoryModel, "Cura", 1, 6, "IntentCategoryModel")
  976. qmlRegisterType(IntentSelectionModel, "Cura", 1, 7, "IntentSelectionModel")
  977. qmlRegisterType(ActiveIntentQualitiesModel, "Cura", 1, 7, "ActiveIntentQualitiesModel")
  978. self.processEvents()
  979. qmlRegisterType(MaterialSettingsVisibilityHandler, "Cura", 1, 0, "MaterialSettingsVisibilityHandler")
  980. qmlRegisterType(SettingVisibilityPresetsModel, "Cura", 1, 0, "SettingVisibilityPresetsModel")
  981. qmlRegisterType(QualitySettingsModel, "Cura", 1, 0, "QualitySettingsModel")
  982. qmlRegisterType(FirstStartMachineActionsModel, "Cura", 1, 0, "FirstStartMachineActionsModel")
  983. qmlRegisterType(MachineNameValidator, "Cura", 1, 0, "MachineNameValidator")
  984. qmlRegisterType(UserChangesModel, "Cura", 1, 0, "UserChangesModel")
  985. qmlRegisterSingletonType(ContainerManager, "Cura", 1, 0, ContainerManager.getInstance, "ContainerManager")
  986. qmlRegisterType(SidebarCustomMenuItemsModel, "Cura", 1, 0, "SidebarCustomMenuItemsModel")
  987. qmlRegisterType(PrinterOutputDevice, "Cura", 1, 0, "PrinterOutputDevice")
  988. from cura.API import CuraAPI
  989. qmlRegisterSingletonType(CuraAPI, "Cura", 1, 1, self.getCuraAPI, "API")
  990. qmlRegisterUncreatableMetaObject(CuraApplication.staticMetaObject, "Cura", 1, 0, "AccountSyncState", "AccountSyncState is an enum-only type")
  991. # As of Qt5.7, it is necessary to get rid of any ".." in the path for the singleton to work.
  992. actions_url = QUrl.fromLocalFile(os.path.abspath(Resources.getPath(CuraApplication.ResourceTypes.QmlFiles, "Actions.qml")))
  993. qmlRegisterSingletonType(actions_url, "Cura", 1, 0, "Actions")
  994. for path in Resources.getAllResourcesOfType(CuraApplication.ResourceTypes.QmlFiles):
  995. type_name = os.path.splitext(os.path.basename(path))[0]
  996. if type_name in ("Cura", "Actions"):
  997. continue
  998. # Ignore anything that is not a QML file.
  999. if not path.endswith(".qml"):
  1000. continue
  1001. qmlRegisterType(QUrl.fromLocalFile(path), "Cura", 1, 0, type_name)
  1002. self.processEvents()
  1003. def onSelectionChanged(self):
  1004. if Selection.hasSelection():
  1005. if self.getController().getActiveTool():
  1006. # If the tool has been disabled by the new selection
  1007. if not self.getController().getActiveTool().getEnabled():
  1008. # Default
  1009. self.getController().setActiveTool("TranslateTool")
  1010. else:
  1011. if self._previous_active_tool:
  1012. self.getController().setActiveTool(self._previous_active_tool)
  1013. if not self.getController().getActiveTool().getEnabled():
  1014. self.getController().setActiveTool("TranslateTool")
  1015. self._previous_active_tool = None
  1016. else:
  1017. # Default
  1018. self.getController().setActiveTool("TranslateTool")
  1019. if self.getPreferences().getValue("view/center_on_select"):
  1020. self._center_after_select = True
  1021. else:
  1022. if self.getController().getActiveTool():
  1023. self._previous_active_tool = self.getController().getActiveTool().getPluginId()
  1024. self.getController().setActiveTool(None)
  1025. def _onToolOperationStopped(self, event):
  1026. if self._center_after_select and Selection.getSelectedObject(0) is not None:
  1027. self._center_after_select = False
  1028. self._camera_animation.setStart(self.getController().getTool("CameraTool").getOrigin())
  1029. self._camera_animation.setTarget(Selection.getSelectedObject(0).getWorldPosition())
  1030. self._camera_animation.start()
  1031. activityChanged = pyqtSignal()
  1032. sceneBoundingBoxChanged = pyqtSignal()
  1033. @pyqtProperty(bool, notify = activityChanged)
  1034. def platformActivity(self):
  1035. return self._platform_activity
  1036. @pyqtProperty(str, notify = sceneBoundingBoxChanged)
  1037. def getSceneBoundingBoxString(self):
  1038. return self._i18n_catalog.i18nc("@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm.", "%(width).1f x %(depth).1f x %(height).1f mm") % {'width' : self._scene_bounding_box.width.item(), 'depth': self._scene_bounding_box.depth.item(), 'height' : self._scene_bounding_box.height.item()}
  1039. def updatePlatformActivityDelayed(self, node = None):
  1040. if node is not None and (node.getMeshData() is not None or node.callDecoration("getLayerData")):
  1041. self._update_platform_activity_timer.start()
  1042. def updatePlatformActivity(self, node = None):
  1043. """Update scene bounding box for current build plate"""
  1044. count = 0
  1045. scene_bounding_box = None
  1046. is_block_slicing_node = False
  1047. active_build_plate = self.getMultiBuildPlateModel().activeBuildPlate
  1048. print_information = self.getPrintInformation()
  1049. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1050. if (
  1051. not issubclass(type(node), CuraSceneNode) or
  1052. (not node.getMeshData() and not node.callDecoration("getLayerData")) or
  1053. (node.callDecoration("getBuildPlateNumber") != active_build_plate)):
  1054. continue
  1055. if node.callDecoration("isBlockSlicing"):
  1056. is_block_slicing_node = True
  1057. count += 1
  1058. # After clicking the Undo button, if the build plate empty the project name needs to be set
  1059. if print_information.baseName == '':
  1060. print_information.setBaseName(node.getName())
  1061. if not scene_bounding_box:
  1062. scene_bounding_box = node.getBoundingBox()
  1063. else:
  1064. other_bb = node.getBoundingBox()
  1065. if other_bb is not None:
  1066. scene_bounding_box = scene_bounding_box + node.getBoundingBox()
  1067. if print_information:
  1068. print_information.setPreSliced(is_block_slicing_node)
  1069. self.getWorkspaceFileHandler().setEnabled(not is_block_slicing_node)
  1070. if not scene_bounding_box:
  1071. scene_bounding_box = AxisAlignedBox.Null
  1072. if repr(self._scene_bounding_box) != repr(scene_bounding_box):
  1073. self._scene_bounding_box = scene_bounding_box
  1074. self.sceneBoundingBoxChanged.emit()
  1075. self._platform_activity = True if count > 0 else False
  1076. self.activityChanged.emit()
  1077. @pyqtSlot()
  1078. def selectAll(self):
  1079. """Select all nodes containing mesh data in the scene."""
  1080. if not self.getController().getToolsEnabled():
  1081. return
  1082. Selection.clear()
  1083. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1084. if not isinstance(node, SceneNode):
  1085. continue
  1086. if not node.getMeshData() and not node.callDecoration("isGroup"):
  1087. continue # Node that doesn't have a mesh and is not a group.
  1088. if node.getParent() and node.getParent().callDecoration("isGroup") or node.getParent().callDecoration("isSliceable"):
  1089. continue # Grouped nodes don't need resetting as their parent (the group) is reset)
  1090. if not node.isSelectable():
  1091. continue # i.e. node with layer data
  1092. if not node.callDecoration("isSliceable") and not node.callDecoration("isGroup"):
  1093. continue # i.e. node with layer data
  1094. Selection.add(node)
  1095. @pyqtSlot()
  1096. def resetAllTranslation(self):
  1097. """Reset all translation on nodes with mesh data."""
  1098. Logger.log("i", "Resetting all scene translations")
  1099. nodes = []
  1100. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1101. if not isinstance(node, SceneNode):
  1102. continue
  1103. if not node.getMeshData() and not node.callDecoration("isGroup"):
  1104. continue # Node that doesn't have a mesh and is not a group.
  1105. if node.getParent() and node.getParent().callDecoration("isGroup"):
  1106. continue # Grouped nodes don't need resetting as their parent (the group) is reset)
  1107. if not node.isSelectable():
  1108. continue # i.e. node with layer data
  1109. nodes.append(node)
  1110. if nodes:
  1111. op = GroupedOperation()
  1112. for node in nodes:
  1113. # Ensure that the object is above the build platform
  1114. node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
  1115. if node.getBoundingBox():
  1116. center_y = node.getWorldPosition().y - node.getBoundingBox().bottom
  1117. else:
  1118. center_y = 0
  1119. op.addOperation(SetTransformOperation(node, Vector(0, center_y, 0)))
  1120. op.push()
  1121. @pyqtSlot()
  1122. def resetAll(self):
  1123. """Reset all transformations on nodes with mesh data."""
  1124. Logger.log("i", "Resetting all scene transformations")
  1125. nodes = []
  1126. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1127. if not isinstance(node, SceneNode):
  1128. continue
  1129. if not node.getMeshData() and not node.callDecoration("isGroup"):
  1130. continue # Node that doesn't have a mesh and is not a group.
  1131. if node.getParent() and node.getParent().callDecoration("isGroup"):
  1132. continue # Grouped nodes don't need resetting as their parent (the group) is reset)
  1133. if not node.callDecoration("isSliceable") and not node.callDecoration("isGroup"):
  1134. continue # i.e. node with layer data
  1135. nodes.append(node)
  1136. if nodes:
  1137. op = GroupedOperation()
  1138. for node in nodes:
  1139. # Ensure that the object is above the build platform
  1140. node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
  1141. if node.getBoundingBox():
  1142. center_y = node.getWorldPosition().y - node.getBoundingBox().bottom
  1143. else:
  1144. center_y = 0
  1145. op.addOperation(SetTransformOperation(node, Vector(0, center_y, 0), Quaternion(), Vector(1, 1, 1)))
  1146. op.push()
  1147. # Single build plate
  1148. @pyqtSlot()
  1149. def arrangeAll(self) -> None:
  1150. nodes_to_arrange = []
  1151. active_build_plate = self.getMultiBuildPlateModel().activeBuildPlate
  1152. locked_nodes = []
  1153. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1154. if not isinstance(node, SceneNode):
  1155. continue
  1156. if not node.getMeshData() and not node.callDecoration("isGroup"):
  1157. continue # Node that doesn't have a mesh and is not a group.
  1158. parent_node = node.getParent()
  1159. if parent_node and parent_node.callDecoration("isGroup"):
  1160. continue # Grouped nodes don't need resetting as their parent (the group) is reset)
  1161. if not node.isSelectable():
  1162. continue # i.e. node with layer data
  1163. if not node.callDecoration("isSliceable") and not node.callDecoration("isGroup"):
  1164. continue # i.e. node with layer data
  1165. if node.callDecoration("getBuildPlateNumber") == active_build_plate:
  1166. # Skip nodes that are too big
  1167. bounding_box = node.getBoundingBox()
  1168. if bounding_box is None or bounding_box.width < self._volume.getBoundingBox().width or bounding_box.depth < self._volume.getBoundingBox().depth:
  1169. # Arrange only the unlocked nodes and keep the locked ones in place
  1170. if UM.Util.parseBool(node.getSetting(SceneNodeSettings.LockPosition)):
  1171. locked_nodes.append(node)
  1172. else:
  1173. nodes_to_arrange.append(node)
  1174. self.arrange(nodes_to_arrange, locked_nodes)
  1175. def arrange(self, nodes: List[SceneNode], fixed_nodes: List[SceneNode]) -> None:
  1176. """Arrange a set of nodes given a set of fixed nodes
  1177. :param nodes: nodes that we have to place
  1178. :param fixed_nodes: nodes that are placed in the arranger before finding spots for nodes
  1179. """
  1180. min_offset = self.getBuildVolume().getEdgeDisallowedSize() + 2 # Allow for some rounding errors
  1181. job = ArrangeObjectsJob(nodes, fixed_nodes, min_offset = max(min_offset, 8))
  1182. job.start()
  1183. @pyqtSlot()
  1184. def reloadAll(self) -> None:
  1185. """Reload all mesh data on the screen from file."""
  1186. Logger.log("i", "Reloading all loaded mesh data.")
  1187. nodes = []
  1188. has_merged_nodes = False
  1189. gcode_filename = None # type: Optional[str]
  1190. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1191. # Objects loaded from Gcode should also be included.
  1192. gcode_filename = node.callDecoration("getGcodeFileName")
  1193. if gcode_filename is not None:
  1194. break
  1195. if not isinstance(node, CuraSceneNode) or not node.getMeshData():
  1196. if node.getName() == "MergedMesh":
  1197. has_merged_nodes = True
  1198. continue
  1199. nodes.append(node)
  1200. # We can open only one gcode file at the same time. If the current view has a gcode file open, just reopen it
  1201. # for reloading.
  1202. if gcode_filename:
  1203. self._openFile(gcode_filename)
  1204. if not nodes:
  1205. return
  1206. objects_in_filename = {} # type: Dict[str, List[CuraSceneNode]]
  1207. for node in nodes:
  1208. mesh_data = node.getMeshData()
  1209. if mesh_data:
  1210. file_name = mesh_data.getFileName()
  1211. if file_name:
  1212. if file_name not in objects_in_filename:
  1213. objects_in_filename[file_name] = []
  1214. if file_name in objects_in_filename:
  1215. objects_in_filename[file_name].append(node)
  1216. else:
  1217. Logger.log("w", "Unable to reload data because we don't have a filename.")
  1218. for file_name, nodes in objects_in_filename.items():
  1219. for node in nodes:
  1220. file_path = os.path.normpath(os.path.dirname(file_name))
  1221. job = ReadMeshJob(file_name, add_to_recent_files = file_path != tempfile.gettempdir()) # Don't add temp files to the recent files list
  1222. job._node = node # type: ignore
  1223. job.finished.connect(self._reloadMeshFinished)
  1224. if has_merged_nodes:
  1225. job.finished.connect(self.updateOriginOfMergedMeshes)
  1226. job.start()
  1227. @pyqtSlot("QStringList")
  1228. def setExpandedCategories(self, categories: List[str]) -> None:
  1229. categories = list(set(categories))
  1230. categories.sort()
  1231. joined = ";".join(categories)
  1232. if joined != self.getPreferences().getValue("cura/categories_expanded"):
  1233. self.getPreferences().setValue("cura/categories_expanded", joined)
  1234. self.expandedCategoriesChanged.emit()
  1235. expandedCategoriesChanged = pyqtSignal()
  1236. @pyqtProperty("QStringList", notify = expandedCategoriesChanged)
  1237. def expandedCategories(self) -> List[str]:
  1238. return self.getPreferences().getValue("cura/categories_expanded").split(";")
  1239. @pyqtSlot()
  1240. def mergeSelected(self):
  1241. self.groupSelected()
  1242. try:
  1243. group_node = Selection.getAllSelectedObjects()[0]
  1244. except Exception as e:
  1245. Logger.log("e", "mergeSelected: Exception: %s", e)
  1246. return
  1247. meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
  1248. # Compute the center of the objects
  1249. object_centers = []
  1250. for mesh, node in zip(meshes, group_node.getChildren()):
  1251. transformed_mesh = mesh.getTransformed(Matrix()) # Forget about the transformations that the original object had.
  1252. center = transformed_mesh.getCenterPosition()
  1253. if center is not None:
  1254. object_centers.append(center)
  1255. if object_centers:
  1256. middle_x = sum([v.x for v in object_centers]) / len(object_centers)
  1257. middle_y = sum([v.y for v in object_centers]) / len(object_centers)
  1258. middle_z = sum([v.z for v in object_centers]) / len(object_centers)
  1259. offset = Vector(middle_x, middle_y, middle_z)
  1260. else:
  1261. offset = Vector(0, 0, 0)
  1262. # Move each node to the same position.
  1263. for mesh, node in zip(meshes, group_node.getChildren()):
  1264. node.setTransformation(Matrix()) # Removes any changes in position and rotation.
  1265. # Align the object around its zero position
  1266. # and also apply the offset to center it inside the group.
  1267. node.setPosition(-mesh.getZeroPosition() - offset)
  1268. # Use the previously found center of the group bounding box as the new location of the group
  1269. group_node.setPosition(group_node.getBoundingBox().center)
  1270. group_node.setName("MergedMesh") # add a specific name to distinguish this node
  1271. def updateOriginOfMergedMeshes(self, _):
  1272. """Updates origin position of all merged meshes"""
  1273. group_nodes = []
  1274. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1275. if isinstance(node, CuraSceneNode) and node.getName() == "MergedMesh":
  1276. # Checking by name might be not enough, the merged mesh should has "GroupDecorator" decorator
  1277. for decorator in node.getDecorators():
  1278. if isinstance(decorator, GroupDecorator):
  1279. group_nodes.append(node)
  1280. break
  1281. for group_node in group_nodes:
  1282. meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
  1283. # Compute the center of the objects
  1284. object_centers = []
  1285. # Forget about the translation that the original objects have
  1286. zero_translation = Matrix(data=numpy.zeros(3))
  1287. for mesh, node in zip(meshes, group_node.getChildren()):
  1288. transformation = node.getLocalTransformation()
  1289. transformation.setTranslation(zero_translation)
  1290. transformed_mesh = mesh.getTransformed(transformation)
  1291. center = transformed_mesh.getCenterPosition()
  1292. if center is not None:
  1293. object_centers.append(center)
  1294. if object_centers:
  1295. middle_x = sum([v.x for v in object_centers]) / len(object_centers)
  1296. middle_y = sum([v.y for v in object_centers]) / len(object_centers)
  1297. middle_z = sum([v.z for v in object_centers]) / len(object_centers)
  1298. offset = Vector(middle_x, middle_y, middle_z)
  1299. else:
  1300. offset = Vector(0, 0, 0)
  1301. # Move each node to the same position.
  1302. for mesh, node in zip(meshes, group_node.getChildren()):
  1303. transformation = node.getLocalTransformation()
  1304. transformation.setTranslation(zero_translation)
  1305. transformed_mesh = mesh.getTransformed(transformation)
  1306. # Align the object around its zero position
  1307. # and also apply the offset to center it inside the group.
  1308. node.setPosition(-transformed_mesh.getZeroPosition() - offset)
  1309. # Use the previously found center of the group bounding box as the new location of the group
  1310. group_node.setPosition(group_node.getBoundingBox().center)
  1311. @pyqtSlot()
  1312. def groupSelected(self) -> None:
  1313. # Create a group-node
  1314. group_node = CuraSceneNode()
  1315. group_decorator = GroupDecorator()
  1316. group_node.addDecorator(group_decorator)
  1317. group_node.addDecorator(ConvexHullDecorator())
  1318. group_node.addDecorator(BuildPlateDecorator(self.getMultiBuildPlateModel().activeBuildPlate))
  1319. group_node.setParent(self.getController().getScene().getRoot())
  1320. group_node.setSelectable(True)
  1321. center = Selection.getSelectionCenter()
  1322. group_node.setPosition(center)
  1323. group_node.setCenterPosition(center)
  1324. # Remove nodes that are directly parented to another selected node from the selection so they remain parented
  1325. selected_nodes = Selection.getAllSelectedObjects().copy()
  1326. for node in selected_nodes:
  1327. parent = node.getParent()
  1328. if parent is not None and parent in selected_nodes and not parent.callDecoration("isGroup"):
  1329. Selection.remove(node)
  1330. # Move selected nodes into the group-node
  1331. Selection.applyOperation(SetParentOperation, group_node)
  1332. # Deselect individual nodes and select the group-node instead
  1333. for node in group_node.getChildren():
  1334. Selection.remove(node)
  1335. Selection.add(group_node)
  1336. @pyqtSlot()
  1337. def ungroupSelected(self) -> None:
  1338. selected_objects = Selection.getAllSelectedObjects().copy()
  1339. for node in selected_objects:
  1340. if node.callDecoration("isGroup"):
  1341. op = GroupedOperation()
  1342. group_parent = node.getParent()
  1343. children = node.getChildren().copy()
  1344. for child in children:
  1345. # Ungroup only 1 level deep
  1346. if child.getParent() != node:
  1347. continue
  1348. # Set the parent of the children to the parent of the group-node
  1349. op.addOperation(SetParentOperation(child, group_parent))
  1350. # Add all individual nodes to the selection
  1351. Selection.add(child)
  1352. op.push()
  1353. # Note: The group removes itself from the scene once all its children have left it,
  1354. # see GroupDecorator._onChildrenChanged
  1355. def _createSplashScreen(self) -> Optional[CuraSplashScreen.CuraSplashScreen]:
  1356. if self._is_headless:
  1357. return None
  1358. return CuraSplashScreen.CuraSplashScreen()
  1359. def _onActiveMachineChanged(self):
  1360. pass
  1361. fileLoaded = pyqtSignal(str)
  1362. fileCompleted = pyqtSignal(str)
  1363. def _reloadMeshFinished(self, job) -> None:
  1364. """
  1365. Function called whenever a ReadMeshJob finishes in the background. It reloads a specific node object in the
  1366. scene from its source file. The function gets all the nodes that exist in the file through the job result, and
  1367. then finds the scene node that it wants to refresh by its object id. Each job refreshes only one node.
  1368. :param job: The :py:class:`Uranium.UM.ReadMeshJob.ReadMeshJob` running in the background that reads all the
  1369. meshes in a file
  1370. """
  1371. job_result = job.getResult() # nodes that exist inside the file read by this job
  1372. if len(job_result) == 0:
  1373. Logger.log("e", "Reloading the mesh failed.")
  1374. return
  1375. object_found = False
  1376. mesh_data = None
  1377. # Find the node to be refreshed based on its id
  1378. for job_result_node in job_result:
  1379. if job_result_node.getId() == job._node.getId():
  1380. mesh_data = job_result_node.getMeshData()
  1381. object_found = True
  1382. break
  1383. if not object_found:
  1384. Logger.warning("The object with id {} no longer exists! Keeping the old version in the scene.".format(job_result_node.getId()))
  1385. return
  1386. if not mesh_data:
  1387. Logger.log("w", "Could not find a mesh in reloaded node.")
  1388. return
  1389. job._node.setMeshData(mesh_data)
  1390. def _openFile(self, filename):
  1391. self.readLocalFile(QUrl.fromLocalFile(filename))
  1392. def _addProfileReader(self, profile_reader):
  1393. # TODO: Add the profile reader to the list of plug-ins that can be used when importing profiles.
  1394. pass
  1395. def _addProfileWriter(self, profile_writer):
  1396. pass
  1397. @pyqtSlot("QSize")
  1398. def setMinimumWindowSize(self, size):
  1399. main_window = self.getMainWindow()
  1400. if main_window:
  1401. main_window.setMinimumSize(size)
  1402. def getBuildVolume(self):
  1403. return self._volume
  1404. additionalComponentsChanged = pyqtSignal(str, arguments = ["areaId"])
  1405. @pyqtProperty("QVariantMap", notify = additionalComponentsChanged)
  1406. def additionalComponents(self):
  1407. return self._additional_components
  1408. @pyqtSlot(str, "QVariant")
  1409. def addAdditionalComponent(self, area_id: str, component):
  1410. """Add a component to a list of components to be reparented to another area in the GUI.
  1411. The actual reparenting is done by the area itself.
  1412. :param area_id: dentifying name of the area to which the component should be reparented
  1413. :param (QQuickComponent) component: The component that should be reparented
  1414. """
  1415. if area_id not in self._additional_components:
  1416. self._additional_components[area_id] = []
  1417. self._additional_components[area_id].append(component)
  1418. self.additionalComponentsChanged.emit(area_id)
  1419. @pyqtSlot(str)
  1420. def log(self, msg):
  1421. Logger.log("d", msg)
  1422. openProjectFile = pyqtSignal(QUrl, bool, arguments = ["project_file", "add_to_recent_files"]) # Emitted when a project file is about to open.
  1423. @pyqtSlot(QUrl, str, bool)
  1424. @pyqtSlot(QUrl, str)
  1425. @pyqtSlot(QUrl)
  1426. def readLocalFile(self, file: QUrl, project_mode: Optional[str] = None, add_to_recent_files: bool = True):
  1427. """Open a local file
  1428. :param project_mode: How to handle project files. Either None(default): Follow user preference, "open_as_model"
  1429. or "open_as_project". This parameter is only considered if the file is a project file.
  1430. :param add_to_recent_files: Whether or not to add the file as an option to the Recent Files list.
  1431. """
  1432. Logger.log("i", "Attempting to read file %s", file.toString())
  1433. if not file.isValid():
  1434. return
  1435. scene = self.getController().getScene()
  1436. for node in DepthFirstIterator(scene.getRoot()):
  1437. if node.callDecoration("isBlockSlicing"):
  1438. self.deleteAll()
  1439. break
  1440. is_project_file = self.checkIsValidProjectFile(file)
  1441. if project_mode is None:
  1442. project_mode = self.getPreferences().getValue("cura/choice_on_open_project")
  1443. if is_project_file and project_mode == "open_as_project":
  1444. # open as project immediately without presenting a dialog
  1445. workspace_handler = self.getWorkspaceFileHandler()
  1446. workspace_handler.readLocalFile(file, add_to_recent_files_hint = add_to_recent_files)
  1447. return
  1448. if is_project_file and project_mode == "always_ask":
  1449. # present a dialog asking to open as project or import models
  1450. self.callLater(self.openProjectFile.emit, file, add_to_recent_files)
  1451. return
  1452. # Either the file is a model file or we want to load only models from project. Continue to load models.
  1453. if self.getPreferences().getValue("cura/select_models_on_load"):
  1454. Selection.clear()
  1455. f = file.toLocalFile()
  1456. extension = os.path.splitext(f)[1]
  1457. extension = extension.lower()
  1458. filename = os.path.basename(f)
  1459. if self._currently_loading_files:
  1460. # If a non-slicable file is already being loaded, we prevent loading of any further non-slicable files
  1461. if extension in self._non_sliceable_extensions:
  1462. message = Message(
  1463. self._i18n_catalog.i18nc("@info:status",
  1464. "Only one G-code file can be loaded at a time. Skipped importing {0}",
  1465. filename),
  1466. title = self._i18n_catalog.i18nc("@info:title", "Warning"),
  1467. message_type = Message.MessageType.WARNING)
  1468. message.show()
  1469. return
  1470. # If file being loaded is non-slicable file, then prevent loading of any other files
  1471. extension = os.path.splitext(self._currently_loading_files[0])[1]
  1472. extension = extension.lower()
  1473. if extension in self._non_sliceable_extensions:
  1474. message = Message(
  1475. self._i18n_catalog.i18nc("@info:status",
  1476. "Can't open any other file if G-code is loading. Skipped importing {0}",
  1477. filename),
  1478. title = self._i18n_catalog.i18nc("@info:title", "Error"),
  1479. message_type = Message.MessageType.ERROR)
  1480. message.show()
  1481. return
  1482. self._currently_loading_files.append(f)
  1483. if extension in self._non_sliceable_extensions:
  1484. self.deleteAll(only_selectable = False)
  1485. job = ReadMeshJob(f, add_to_recent_files = add_to_recent_files)
  1486. job.finished.connect(self._readMeshFinished)
  1487. job.start()
  1488. def _readMeshFinished(self, job):
  1489. global_container_stack = self.getGlobalContainerStack()
  1490. if not global_container_stack:
  1491. Logger.log("w", "Can't load meshes before a printer is added.")
  1492. return
  1493. if not self._volume:
  1494. Logger.log("w", "Can't load meshes before the build volume is initialized")
  1495. return
  1496. nodes = job.getResult()
  1497. if nodes is None:
  1498. Logger.error("Read mesh job returned None. Mesh loading must have failed.")
  1499. return
  1500. file_name = job.getFileName()
  1501. file_name_lower = file_name.lower()
  1502. file_extension = file_name_lower.split(".")[-1]
  1503. self._currently_loading_files.remove(file_name)
  1504. self.fileLoaded.emit(file_name)
  1505. target_build_plate = self.getMultiBuildPlateModel().activeBuildPlate
  1506. root = self.getController().getScene().getRoot()
  1507. fixed_nodes = []
  1508. for node_ in DepthFirstIterator(root):
  1509. if node_.callDecoration("isSliceable") and node_.callDecoration("getBuildPlateNumber") == target_build_plate:
  1510. fixed_nodes.append(node_)
  1511. default_extruder_position = self.getMachineManager().defaultExtruderPosition
  1512. default_extruder_id = self._global_container_stack.extruderList[int(default_extruder_position)].getId()
  1513. select_models_on_load = self.getPreferences().getValue("cura/select_models_on_load")
  1514. nodes_to_arrange = [] # type: List[CuraSceneNode]
  1515. fixed_nodes = []
  1516. for node_ in DepthFirstIterator(self.getController().getScene().getRoot()):
  1517. # Only count sliceable objects
  1518. if node_.callDecoration("isSliceable"):
  1519. fixed_nodes.append(node_)
  1520. for original_node in nodes:
  1521. # Create a CuraSceneNode just if the original node is not that type
  1522. if isinstance(original_node, CuraSceneNode):
  1523. node = original_node
  1524. else:
  1525. node = CuraSceneNode()
  1526. node.setMeshData(original_node.getMeshData())
  1527. node.source_mime_type = original_node.source_mime_type
  1528. # Setting meshdata does not apply scaling.
  1529. if original_node.getScale() != Vector(1.0, 1.0, 1.0):
  1530. node.scale(original_node.getScale())
  1531. node.setSelectable(True)
  1532. node.setName(os.path.basename(file_name))
  1533. self.getBuildVolume().checkBoundsAndUpdate(node)
  1534. is_non_sliceable = "." + file_extension in self._non_sliceable_extensions
  1535. if is_non_sliceable:
  1536. # Need to switch first to the preview stage and then to layer view
  1537. self.callLater(lambda: (self.getController().setActiveStage("PreviewStage"),
  1538. self.getController().setActiveView("SimulationView")))
  1539. block_slicing_decorator = BlockSlicingDecorator()
  1540. node.addDecorator(block_slicing_decorator)
  1541. else:
  1542. sliceable_decorator = SliceableObjectDecorator()
  1543. node.addDecorator(sliceable_decorator)
  1544. scene = self.getController().getScene()
  1545. # If there is no convex hull for the node, start calculating it and continue.
  1546. if not node.getDecorator(ConvexHullDecorator):
  1547. node.addDecorator(ConvexHullDecorator())
  1548. for child in node.getAllChildren():
  1549. if not child.getDecorator(ConvexHullDecorator):
  1550. child.addDecorator(ConvexHullDecorator())
  1551. if file_extension != "3mf":
  1552. if node.callDecoration("isSliceable"):
  1553. # Ensure that the bottom of the bounding box is on the build plate
  1554. if node.getBoundingBox():
  1555. center_y = node.getWorldPosition().y - node.getBoundingBox().bottom
  1556. else:
  1557. center_y = 0
  1558. node.translate(Vector(0, center_y, 0))
  1559. nodes_to_arrange.append(node)
  1560. # This node is deep copied from some other node which already has a BuildPlateDecorator, but the deepcopy
  1561. # of BuildPlateDecorator produces one that's associated with build plate -1. So, here we need to check if
  1562. # the BuildPlateDecorator exists or not and always set the correct build plate number.
  1563. build_plate_decorator = node.getDecorator(BuildPlateDecorator)
  1564. if build_plate_decorator is None:
  1565. build_plate_decorator = BuildPlateDecorator(target_build_plate)
  1566. node.addDecorator(build_plate_decorator)
  1567. build_plate_decorator.setBuildPlateNumber(target_build_plate)
  1568. operation = AddSceneNodeOperation(node, scene.getRoot())
  1569. operation.push()
  1570. node.callDecoration("setActiveExtruder", default_extruder_id)
  1571. scene.sceneChanged.emit(node)
  1572. if select_models_on_load:
  1573. Selection.add(node)
  1574. try:
  1575. arrange(nodes_to_arrange, self.getBuildVolume(), fixed_nodes)
  1576. except:
  1577. Logger.logException("e", "Failed to arrange the models")
  1578. # Ensure that we don't have any weird floaty objects (CURA-7855)
  1579. for node in nodes_to_arrange:
  1580. node.translate(Vector(0, -node.getBoundingBox().bottom, 0), SceneNode.TransformSpace.World)
  1581. self.fileCompleted.emit(file_name)
  1582. def addNonSliceableExtension(self, extension):
  1583. self._non_sliceable_extensions.append(extension)
  1584. @pyqtSlot(str, result=bool)
  1585. def checkIsValidProjectFile(self, file_url):
  1586. """Checks if the given file URL is a valid project file. """
  1587. file_path = QUrl(file_url).toLocalFile()
  1588. workspace_reader = self.getWorkspaceFileHandler().getReaderForFile(file_path)
  1589. if workspace_reader is None:
  1590. return False # non-project files won't get a reader
  1591. try:
  1592. result = workspace_reader.preRead(file_path, show_dialog=False)
  1593. return result == WorkspaceReader.PreReadResult.accepted
  1594. except:
  1595. Logger.logException("e", "Could not check file %s", file_url)
  1596. return False
  1597. def _onContextMenuRequested(self, x: float, y: float) -> None:
  1598. # Ensure we select the object if we request a context menu over an object without having a selection.
  1599. if Selection.hasSelection():
  1600. return
  1601. selection_pass = cast(SelectionPass, self.getRenderer().getRenderPass("selection"))
  1602. if not selection_pass: # If you right-click before the rendering has been initialised there might not be a selection pass yet.
  1603. return
  1604. node = self.getController().getScene().findObject(selection_pass.getIdAtPosition(x, y))
  1605. if not node:
  1606. return
  1607. parent = node.getParent()
  1608. while parent and parent.callDecoration("isGroup"):
  1609. node = parent
  1610. parent = node.getParent()
  1611. Selection.add(node)
  1612. @pyqtSlot()
  1613. def showMoreInformationDialogForAnonymousDataCollection(self):
  1614. try:
  1615. slice_info = self._plugin_registry.getPluginObject("SliceInfoPlugin")
  1616. slice_info.showMoreInfoDialog()
  1617. except PluginNotFoundError:
  1618. Logger.log("w", "Plugin SliceInfo was not found, so not able to show the info dialog.")
  1619. def addSidebarCustomMenuItem(self, menu_item: dict) -> None:
  1620. self._sidebar_custom_menu_items.append(menu_item)
  1621. def getSidebarCustomMenuItems(self) -> list:
  1622. return self._sidebar_custom_menu_items
  1623. @pyqtSlot(result = bool)
  1624. def shouldShowWelcomeDialog(self) -> bool:
  1625. # Only show the complete flow if there is no printer yet.
  1626. return self._machine_manager.activeMachine is None
  1627. @pyqtSlot(result = bool)
  1628. def shouldShowWhatsNewDialog(self) -> bool:
  1629. has_active_machine = self._machine_manager.activeMachine is not None
  1630. has_app_just_upgraded = self.hasJustUpdatedFromOldVersion()
  1631. # Only show the what's new dialog if there's no machine and we have just upgraded
  1632. show_whatsnew_only = has_active_machine and has_app_just_upgraded
  1633. return show_whatsnew_only
  1634. @pyqtSlot(result = int)
  1635. def appWidth(self) -> int:
  1636. main_window = QtApplication.getInstance().getMainWindow()
  1637. if main_window:
  1638. return main_window.width()
  1639. return 0
  1640. @pyqtSlot(result = int)
  1641. def appHeight(self) -> int:
  1642. main_window = QtApplication.getInstance().getMainWindow()
  1643. if main_window:
  1644. return main_window.height()
  1645. return 0
  1646. @pyqtSlot()
  1647. def deleteAll(self, only_selectable: bool = True) -> None:
  1648. super().deleteAll(only_selectable = only_selectable)
  1649. # Also remove nodes with LayerData
  1650. self._removeNodesWithLayerData(only_selectable = only_selectable)
  1651. def _removeNodesWithLayerData(self, only_selectable: bool = True) -> None:
  1652. Logger.log("i", "Clearing scene")
  1653. nodes = []
  1654. for node in DepthFirstIterator(self.getController().getScene().getRoot()):
  1655. if not isinstance(node, SceneNode):
  1656. continue
  1657. if not node.isEnabled():
  1658. continue
  1659. if (not node.getMeshData() and not node.callDecoration("getLayerData")) and not node.callDecoration("isGroup"):
  1660. continue # Node that doesn't have a mesh and is not a group.
  1661. if only_selectable and not node.isSelectable():
  1662. continue # Only remove nodes that are selectable.
  1663. if not node.callDecoration("isSliceable") and not node.callDecoration("getLayerData") and not node.callDecoration("isGroup"):
  1664. continue # Grouped nodes don't need resetting as their parent (the group) is reset)
  1665. nodes.append(node)
  1666. if nodes:
  1667. from UM.Operations.GroupedOperation import GroupedOperation
  1668. op = GroupedOperation()
  1669. for node in nodes:
  1670. from UM.Operations.RemoveSceneNodeOperation import RemoveSceneNodeOperation
  1671. op.addOperation(RemoveSceneNodeOperation(node))
  1672. # Reset the print information
  1673. self.getController().getScene().sceneChanged.emit(node)
  1674. op.push()
  1675. from UM.Scene.Selection import Selection
  1676. Selection.clear()
  1677. @classmethod
  1678. def getInstance(cls, *args, **kwargs) -> "CuraApplication":
  1679. return cast(CuraApplication, super().getInstance(**kwargs))