CuraApplication.py 98 KB

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