MrDraw/src/octoprint/util
2015-01-08 21:41:48 +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 Improved slicing and file management 2014-10-06 17:34:07 +02:00
comm.py fixed the M110 N... timeout. 2015-01-08 21:41:48 +01: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 Correctly interpret Smoothieware temperature data for multiple extruders 2014-10-31 14:08:52 +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