This should allow users to adjust the behaviour of the communication stack more granularly in case the regular settings which only consider G4, G28, G29, G30, G32 to be real long runners without output are not sufficient. |
||
|---|---|---|
| .. | ||
| avr_isp | ||
| __init__.py | ||
| comm.py | ||
| gcodeInterpreter.py | ||
| 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 (highly modified now) * gcodeInterpreter => Cura.util.gcodeInterpreter