Cura/cura/PrinterOutput
Jaime van Kessel 86be07b095 Refactored the config models so they they function are more stand alone units.
The seperation of concern got a bit mixed up, as the printer output model was connecting the signals that the config model needed to function together.
With these changes it's now also possible to use the config model as a part of a printjob, since printjobs can also have a configuration
2018-08-09 16:22:35 +02:00
..
__init__.py Added first stubs for printer output models 2017-11-17 15:05:08 +01:00
ConfigurationModel.py Refactored the config models so they they function are more stand alone units. 2018-08-09 16:22:35 +02:00
ExtruderConfigurationModel.py Refactored the config models so they they function are more stand alone units. 2018-08-09 16:22:35 +02:00
ExtruderOutputModel.py Refactored the config models so they they function are more stand alone units. 2018-08-09 16:22:35 +02:00
GenericOutputController.py CURA-5330 Fix typing and code-style in the ContainerNode and all the 2018-06-13 10:55:57 +02:00
MaterialOutputModel.py LegacyUM3 now handles warnings & errors again 2017-11-23 13:37:59 +01:00
NetworkCamera.py Camera delete now triggers the correct function 2018-01-03 13:44:38 +01:00
NetworkedPrinterOutputDevice.py Fix some more code-style 2018-07-03 13:09:05 +02:00
PrinterOutputController.py Fix merge conflicts, add can_send_raw_gcode ability, rename to sendRawCommand, small fixes 2018-03-15 16:51:25 +01:00
PrinterOutputModel.py Refactored the config models so they they function are more stand alone units. 2018-08-09 16:22:35 +02:00
PrintJobOutputModel.py CURA-5330 Change TYPE_CHECKING flag 2018-06-08 15:54:28 +02:00