MrDraw/src/octoprint/util
2015-10-26 18:26:07 +01: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 atomic_write context to save configs first to temp file, then move 2015-09-14 12:17:17 +02:00
comm.py WIP. slicing working again. 2015-07-04 16:19:56 +02:00
comm_acc.py added stop of temperature_poll during printing 2015-10-12 17:41:55 +02:00
comm_acc2.py commented all send_event stuff 2015-10-26 18:26:07 +01: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