mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:15:56 +08:00
Remove old commented code
This is not valid any more by a long shot.
This commit is contained in:
parent
20180e3804
commit
4f1b2d51cc
@ -407,43 +407,6 @@ class CuraApplication(QtApplication):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
"""
|
|
||||||
self._currently_loading_files = []
|
|
||||||
self._non_sliceable_extensions = []
|
|
||||||
|
|
||||||
self._machine_action_manager = MachineActionManager.MachineActionManager()
|
|
||||||
self._machine_manager = None # This is initialized on demand.
|
|
||||||
self._extruder_manager = None
|
|
||||||
self._material_manager = None
|
|
||||||
self._quality_manager = None
|
|
||||||
self._object_manager = None
|
|
||||||
self._build_plate_model = None
|
|
||||||
self._multi_build_plate_model = None
|
|
||||||
self._setting_visibility_presets_model = None
|
|
||||||
self._setting_inheritance_manager = None
|
|
||||||
self._simple_mode_settings_manager = None
|
|
||||||
self._cura_scene_controller = None
|
|
||||||
self._machine_error_checker = None
|
|
||||||
self._auto_save = None
|
|
||||||
self._save_data_enabled = True
|
|
||||||
|
|
||||||
self._additional_components = {} # Components to add to certain areas in the interface
|
|
||||||
|
|
||||||
super().__init__(name = "cura",
|
|
||||||
version = CuraVersion,
|
|
||||||
buildtype = CuraBuildType,
|
|
||||||
is_debug_mode = CuraDebugMode,
|
|
||||||
tray_icon_name = "cura-icon-32.png",
|
|
||||||
**kwargs)
|
|
||||||
|
|
||||||
# FOR TESTING ONLY
|
|
||||||
if kwargs["parsed_command_line"].get("trigger_early_crash", False):
|
|
||||||
assert not "This crash is triggered by the trigger_early_crash command line argument."
|
|
||||||
|
|
||||||
self._variant_manager = None
|
|
||||||
|
|
||||||
self.default_theme = "cura-light"
|
|
||||||
"""
|
|
||||||
# Runs preparations that needs to be done before the starting process.
|
# Runs preparations that needs to be done before the starting process.
|
||||||
def startSplashWindowPhase(self):
|
def startSplashWindowPhase(self):
|
||||||
super().startSplashWindowPhase()
|
super().startSplashWindowPhase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user