MrDraw/src/octoprint/util
2015-01-30 20:04:47 +01: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 Small addendum and changelog entry for #717 2015-01-16 21:49:01 +01:00
comm.py trying to get the gcode viewer working 2015-01-27 11:48:07 +01:00
gcodeInterpreter.py workaround for corrupt metadata file. bugfixes in the gcode preview 2015-01-30 20:04:47 +01: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 Support action: commands sent from printer, for now only pause, resume and disconnect are supported, plus a new hook "octoprint.comm.protocol.action" to add handlers of custom actions via plugins. 2014-12-20 00:31:46 +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 (highly modified now)
* gcodeInterpreter => Cura.util.gcodeInterpreter