MrDraw/octoprint/util
Bryan Mayland 27bc7d3d03 Increase progress callback to every 1000 lines.
The processor handles 2500 lines per second on a 700MHz pi so as a baseline
that's still 2.5 updates per second.
2013-08-07 11:23:40 -04:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
__init__.py Added left space on filesystem holding the uploads folder to the gcode files list 2013-07-20 16:01:17 +02:00
comm.py Overall better gcode file handling 2013-07-13 16:30:41 +02:00
gcodeInterpreter.py Increase progress callback to every 1000 lines. 2013-08-07 11:23:40 -04: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
virtual.py Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +02: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