MrDraw/src/octoprint/util
Gina Häußge b714c59004 Allow specification of known long running commands through settings
This should allow users to adjust the behaviour of the communication stack more granularly in case the regular settings which only consider G4, G28, G29, G30, G32 to be real long runners without output are not sufficient.
2015-06-03 12:34:00 +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 Base cut off point for temperature graph on timestamps instead of data points 2015-05-05 18:18:55 +02:00
comm.py Allow specification of known long running commands through settings 2015-06-03 12:34:00 +02:00
gcodeInterpreter.py Ignore feed rates of 0, those don't make sense anyhow 2015-05-10 00:36:09 +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