OctoPrint/octoprint/util
Gina Häußge 33bcf284a9 Always send all lower case filenames to the printer for sd card commands 2013-05-22 18:20:21 +02:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
README Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
__init__.py Login and logout working for the first time 2013-04-13 21:45:20 +02:00
comm.py Always send all lower case filenames to the printer for sd card commands 2013-05-22 18:20:21 +02:00
gcodeInterpreter.py Moved totalExtrusion calculation into existing branches, added calculation of currentE for relative extruders (in case GCODE switches back to absolute) 2013-03-02 13:39:44 +01:00
util3d.py Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01: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
* gcodeInterpreter => Cura.util.gcodeInterpreter
* util3d => Cura.util.util3d