OctoPrint/octoprint/util
Gina Häußge dd3e9030fa Yet another fix for the M999 resend issue
Should hopefully now be also fixed in case of a newly established connection with the printer, which was a regression due to the fix of the resending code.
2013-06-27 21:12:06 +02:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
__init__.py Introduced new function matchesGcode to properly test if a line contains a specific gcode 2013-06-09 18:03:41 +02:00
comm.py Yet another fix for the M999 resend issue 2013-06-27 21:12:06 +02:00
gcodeInterpreter.py Print 'unknown G/M code' warnings to console once 2013-05-09 08:07:33 -07:00
README Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
util3d.py Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +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