MrDraw/src/octoprint/util
2015-05-26 18:46:50 +02:00
..
avr_isp
__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 Fixed Z-Timelapse for Z changes on `G1` moves 2015-05-26 18:46:50 +02:00
gcodeInterpreter.py Ignore feed rates of 0, those don't make sense anyhow 2015-05-10 00:36:09 +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