MrDraw/src/octoprint/util
Gina Häußge b52422db2e Simplifier comm _monitor thread a bit
Should now also trigger comm timeouts when not printing
2015-09-02 09:36:34 +02:00
..
avr_isp Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
__init__.py Two new callbacks for RepeatedTimer when cancelled or condition untrue 2015-08-28 16:53:22 +02:00
comm.py Simplifier comm _monitor thread a bit 2015-09-02 09:36:34 +02:00
commandline.py New helper CommandlineCaller 2015-07-03 13:56:31 +02:00
gcodeInterpreter.py Throttle gcode analysis a bit for low prio entries 2015-06-19 22:33:26 +02:00
paths.py New util resource for testing paths and urls from the frontend 2015-07-08 13:36:29 +02:00
pip.py PipCaller now manages special parameters on its own 2015-07-23 15:00:47 +02:00
README Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +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 (highly modified now)
* gcodeInterpreter => Cura.util.gcodeInterpreter