MrDraw/src/octoprint/util
2014-09-14 14:41:18 +02:00
..
avr_isp Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
__init__.py Some small bugfixes in the plugin handling code and a changelog entry 2014-09-14 14:41:18 +02:00
comm.py Initial comm protocol gcode hooks 2014-09-12 10:23:08 -06:00
gcodeInterpreter.py Added sanity check for extruder selection in gcode files 2014-08-11 15:21:50 +02:00
README Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
virtual.py Also support extended sd file list (including size in bytes) from printer 2014-05-30 18:05:43 +02: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 (highly modified now)
* gcodeInterpreter => Cura.util.gcodeInterpreter