Cura/plugins/USBPrinting
Ghostkeeper 0d55b8b440
Resume after pausing without waiting for next ok
Previously the resume only worked because in the message receiving loop it would no longer ignore the next 'ok'. It doesn't actually send a message that would trigger an 'ok'. This only worked because we are polling every 2 seconds for the nozzle temperature which also happens to trigger an 'ok' response, which we interpret as a go-ahead for being able to send the next g-code line.
Now it's no longer dependent on the fact that we happen to also poll the temperatures, so the code is more stable. And it also resumes immediately instead of waiting for up to 2 seconds.
2018-05-25 12:04:00 +02: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 Add a retry when probing for printers on discovered ports. This is to accomodate for printers that needs a few seconds to initialize before they open the port. 2018-02-23 18:47:10 +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
USBPrinterOutputDevice.py Resume after pausing without waiting for next ok 2018-05-25 12:04:00 +02:00
USBPrinterOutputDeviceManager.py Merge branch '3.3' 2018-05-24 14:33:55 +02:00