MrDraw/octoprint/util
2013-02-04 16:53:01 +11:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
__init__.py Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
comm.py Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
gcodeInterpreter.py Add support for M82/M83 absolute/relative extruder positions 2013-02-04 16:53:01 +11: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