OctoPrint/printer_webui/util
Thomas Sanladerer ea6b109dec Update printer_webui/util/comm.py
Enables bed target temperature display.
2013-01-07 18:54:49 +01:00
..
avr_isp Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
__init__.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
comm.py Update printer_webui/util/comm.py 2013-01-07 18:54:49 +01:00
gcodeInterpreter.py Established settings mechanism 2013-01-01 21:04:00 +01:00
README Established settings mechanism 2013-01-01 21:04:00 +01:00
util3d.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +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
* gcodeInterpreter => Cura.util.gcodeInterpreter
* util3d => Cura.util.util3d