| .. | ||
| avr_isp | ||
| __init__.py | ||
| comm.py | ||
| gcodeInterpreter.py | ||
| README | ||
| util3d.py | ||
| virtual.py | ||
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