Cura/cura/Machines/Models
Diego Prado Gesto 43657010ba CURA-5164 The Preferences is not a singleton class anymore since in some point
several instances need to be created.

- In the ThreeMFWorkspaceReader we need to create some temporal
instances of Preferences that makes it not singleton anymore.

- The current preferences are kept in the Application class and so all
the calls to the preferences are changed to get the preferences from
Application.

- The method getInstance in Preferences is kept as deprecated since some
external plugins.
2018-05-11 08:50:42 +02:00
..
__init__.py WIP: Move NozzleModel.py 2018-02-16 14:23:11 +01:00
BaseMaterialsModel.py Remove unnecessary signal connection in MaterialsModel 2018-03-07 10:39:23 +01:00
BrandMaterialsModel.py Update when switching printers 2018-03-14 08:26:12 +01:00
BuildPlateModel.py Add logging for every setting model update 2018-03-12 14:48:56 +01:00
CustomQualityProfilesDropDownMenuModel.py Add logging for every setting model update 2018-03-12 14:48:56 +01:00
GenericMaterialsModel.py Handle excluded_materials in getAvailableMaterials() 2018-04-12 16:12:07 +02:00
MachineManagementModel.py Cleanup MachineManagementModel 2018-03-15 10:44:02 +01:00
MaterialManagementModel.py Add logging for every setting model update 2018-03-12 14:48:56 +01:00
MultiBuildPlateModel.py CURA-5090 speedups by using qtimers on updating mostly visual elements 2018-03-14 16:09:59 +01:00
NozzleModel.py Only update NozzleModel when machine changes 2018-03-12 16:19:47 +01:00
QualityManagementModel.py Merge branch '3.3' 2018-04-18 10:43:31 +02:00
QualityProfilesDropDownMenuModel.py Merge pull request #3436 from Ultimaker/feature_enable_disable_extruder 2018-03-12 16:42:25 +01:00
QualitySettingsModel.py Merge branch '3.3' 2018-04-18 10:43:31 +02:00
SettingVisibilityPresetsModel.py CURA-5164 The Preferences is not a singleton class anymore since in some point 2018-05-11 08:50:42 +02:00