MrDraw/printer_webui/util
Gina Häußge 83bf6efb1d Ignore "No Checksum with line number" errors as they trigger a resend just as well as e.g. "No Line Number with checksum" (quick check of the Marlin source seems to confirm this).
Should hopefully help with #5 and #9 -- will not reduce the communication errors (that's most probably not the comm stacks fault but rather a noise issue or something) but will lead to a more error resilient behaviour. Please test (I can't reproduce the issue(s)).
2013-01-05 00:00:38 +01:00
..
avr_isp Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
__init__.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
comm.py Ignore "No Checksum with line number" errors as they trigger a resend just as well as e.g. "No Line Number with checksum" (quick check of the Marlin source seems to confirm this). 2013-01-05 00:00:38 +01:00
gcodeInterpreter.py Established settings mechanism 2013-01-01 21:04:00 +01:00
README Established settings mechanism 2013-01-01 21:04:00 +01:00
util3d.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00

The code in this sub package mostly originates from the Cura project (https://github.com/daid/Cura). It has been
slightly reorganized and adapted. The mapping to the original Cura source is the following:

* avr_isp.* => Cura.avr_isp.*
* comm => Cura.util.machineCom
* gcodeInterpreter => Cura.util.gcodeInterpreter
* util3d => Cura.util.util3d