MrDraw/src/octoprint/util
2014-02-14 21:04:23 -08: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 Properly calculate time deltas (forgot the days) 2013-11-20 22:00:47 +01:00
comm.py fix crash when getStartTime() returns None 2014-02-14 21:04:23 -08:00
gcodeInterpreter.py If no tool offset is defined for the current extruder, just assume 0 instead of dying 2014-01-06 17:52:05 +01:00
README Moved octoprint sources to "src" folder, adjusted setup.py and run script accordingly 2013-09-15 21:45:33 +02:00
virtual.py Couple of multi extruder related fixes 2014-01-11 15:15:46 +01: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