OctoPrint/octoprint/util
Gina Häußge 54175d2146 First throw at autologin capabilities 2013-08-18 18:33:21 +02:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
README Removed commented out and unused code 2013-08-11 17:39:45 +02:00
__init__.py First throw at autologin capabilities 2013-08-18 18:33:21 +02:00
comm.py Overall better gcode file handling 2013-07-13 16:30:41 +02:00
gcodeInterpreter.py Removed commented out and unused code 2013-08-11 17:39:45 +02:00
virtual.py Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +02:00

README

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 (highly modified now)
* gcodeInterpreter => Cura.util.gcodeInterpreter