OctoPrint/octoprint/util
Gina Häußge 2f3c3c0c20 Properly calculate time deltas (forgot the days)
Fixes #313
2013-11-20 20:22:03 +01:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
README Removed commented out and unused code 2013-08-11 17:39:45 +02:00
__init__.py Properly calculate time deltas (forgot the days) 2013-11-20 20:22:03 +01:00
comm.py Properly restart sd prints 2013-09-23 21:59:48 +02:00
gcodeInterpreter.py Minor optimizations in gcode interpreter 2013-09-01 19:27:57 +02:00
virtual.py Changed SD filename generation, made SD handling more reliable as a whole 2013-09-23 17:59:22 +02: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 (highly modified now)
* gcodeInterpreter => Cura.util.gcodeInterpreter