MrDraw/src/octoprint/util
Gina Häußge d0fadb1b6f atomic_write context to save configs first to temp file, then move
Should prevent corruption of files
(cherry picked from commit c6d0290)
2015-09-14 12:17:17 +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 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 fixed position update bug after grbl flashing 2015-09-09 12:45:24 +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