..
__init__.py
Heaps to changes to get the Cura code through the type checker (with minimal checking).
2016-11-21 21:36:08 +01:00
ContainerManager.py
Use the new stack properties so we can properly create quality changes
2017-05-03 13:16:57 +02:00
ContainerSettingsModel.py
Use ListModel.setItems() instead of appending one item at a time
2016-08-29 13:43:02 +02:00
CuraContainerRegistry.py
Fix missing imports in CuraContainerRegistry
2017-05-04 16:19:18 +02:00
CuraContainerStack.py
Correct a typo in CuraContainerStack::findDefaultQuality
2017-05-03 13:16:19 +02:00
CuraStackBuilder.py
Fixed wrong typehinting
2017-05-02 17:00:26 +02:00
Exceptions.py
Override getProperty in ExtruderStack with some additional checks
2017-04-11 17:45:23 +02:00
ExtruderManager.py
Ignore values of extruders that are inactive for the current machine instance
2017-05-08 13:43:09 +02:00
ExtrudersModel.py
Merge branch 'master' into feature_multiextruder_machinesettings
2017-05-02 17:26:27 +02:00
ExtruderStack.py
Added way to dynamicly set loading order
2017-05-03 09:54:00 +02:00
GlobalStack.py
Changed addExtruder exception to a warning to let Custom FDM Printer work again. Removed unused imports. CURA-3757
2017-05-08 11:27:19 +02:00
MachineManager.py
Fix setting number of extruders when hasVariants is set
2017-05-08 12:54:12 +02:00
MachineNameValidator.py
Fixed a bunch of error which were reported by PyCharm's code analysis.
2017-02-26 21:05:09 +01:00
MaterialSettingsVisibilityHandler.py
Use full import path for parent class
2017-02-17 12:42:11 +01:00
ProfilesModel.py
Added typing to all singletons
2017-04-13 16:32:17 +02:00
QualityAndUserProfilesModel.py
A small fix for the case when Cura is starting up and there is no printer.
2016-10-13 11:12:43 +02:00
QualitySettingsModel.py
Merge branch 'master' into python_type_hinting
2017-01-17 08:42:55 +01:00
SetObjectExtruderOperation.py
Add a SetObjectExtruderOperation class
2017-04-20 17:42:06 +02:00
SettingInheritanceManager.py
Fixed inhertiance manager getting update from a Category setting
2017-04-24 13:10:33 +02:00
SettingOverrideDecorator.py
Add a selectedObjectExtruders property to ExtruderManager
2017-04-20 17:42:06 +02:00
UserChangesModel.py
Coding style fixes
2017-03-08 15:09:02 +01:00
UserProfilesModel.py
Filter the list of quality changes taking into account the quality(-type) profile they depend on.
2016-10-05 09:32:18 +02:00