OctoPrint/octoprint/util
Gina Häußge c33c32410b Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +02:00
..
avr_isp Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
README Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
__init__.py Added timeout settings for serial communiction, initial connection and baudrate detection 2013-07-04 21:26:53 +02:00
comm.py Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +02:00
gcodeInterpreter.py Added filament diameter retrieval from gcode generated by Cura, fixed Slic3r version 2013-06-18 21:28:05 +02:00
util3d.py Renamed from Printer WebUI to OctoPrint 2013-01-18 23:44:11 +01:00
virtual.py Added configurable pause triggers to be able to react to custom firmware messages with pausing/unpausing/pause toggling 2013-07-08 18:01:10 +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
* gcodeInterpreter => Cura.util.gcodeInterpreter
* util3d => Cura.util.util3d