Cura/plugins/USBPrinting
2018-02-23 18:47:10 +01:00
..
avr_isp Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick of .bat files. They are just broken.) 2017-01-17 16:57:37 +01:00
__init__.py Clean up unused imports 2017-12-19 16:03:48 +01:00
AutoDetectBaudJob.py Added typing 2017-12-19 16:15:48 +01:00
FirmwareUpdateWindow.qml Added typing 2017-12-19 16:15:48 +01:00
plugin.json Set author to Ultimaker B.V. instead of Ultimaker 2017-06-28 13:50:37 +02:00
USBPrinterOutputController.py Fix typo in USBOutputController 2018-01-25 22:34:28 +01:00
USBPrinterOutputDevice.py Start the device thread GCODE streaming after the main thread has sent those first few lines of codes. This fixes an issue where a race between the main thread and device thread, caused both to try to send the first lines of codes and the line numbering were then messed up. This caused the printer to 2018-02-23 18:47:10 +01:00
USBPrinterOutputDeviceManager.py Added typing 2017-12-19 16:15:48 +01:00