Should hopefully help with #5 and #9 -- will not reduce the communication errors (that's most probably not the comm stacks fault but rather a noise issue or something) but will lead to a more error resilient behaviour. Please test (I can't reproduce the issue(s)). |
||
|---|---|---|
| .. | ||
| avr_isp | ||
| __init__.py | ||
| comm.py | ||
| gcodeInterpreter.py | ||
| README | ||
| util3d.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