MrDraw/src/octoprint/util
2015-07-11 00:36:35 +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 Use UTF-8 for _all_ output from sarge 2015-07-02 15:27:17 +02:00
comm.py WIP. slicing working again. 2015-07-04 16:19:56 +02:00
comm_1.py basic acc attached. missing ! ~ command support. 2015-07-11 00:36:35 +02:00
comm_acc.py log is ignoring filtered messages. 2015-07-09 16:42:38 +02:00
gcodeInterpreter.py Merge remote-tracking branch 'upstream/maintenance' into upstream_merge 2015-07-02 22:36:30 +02:00
pip.py Use UTF-8 for _all_ output from sarge 2015-07-02 15:27:17 +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