OctoPrint/printer_webui/util
2013-01-03 23:06:27 +01:00
..
avr_isp Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
__init__.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
comm.py Ooops... forgot something in a variable name 2013-01-03 23:06:27 +01:00
gcodeInterpreter.py Established settings mechanism 2013-01-01 21:04:00 +01:00
README Established settings mechanism 2013-01-01 21:04:00 +01:00
util3d.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +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