MrDraw/printer_webui/util
2012-12-31 13:18:55 +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 Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
gcodeInterpreter.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
profile.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
README Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
resources.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
util3d.py Major reorganization to only include the communication stack from Cura. 2012-12-31 13:18:55 +01:00
version.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 originates from the Cura project (https://github.com/daid/Cura). It has been
slightly reorganized. The mapping to the original Cura source is the following:

* avr_isp.* => Cura.avr_isp.*
* comm => Cura.util.machineCom
* gcodeInterpreter => Cura.util.gcodeInterpreter
* profile => Cura.util.profile
* resources => Cura.util.resources
* util3d => Cura.util.util3d
* version => Cura.util.version

In the future "profile" and "version" are to be replaced by custom implementations.