|
楼主 |
发表于 2015-11-8 23:30:30
|
显示全部楼层
### Cython-based G-Code parser
Printrun default G-Code parser is quite memory hungry, but we also provide a much lighter one which just needs an extra build-time dependency (Cython), plus compiling the extension with:
python setup.py build_ext --inplace
The warning message
WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line
means that this optimized G-Code parser hasn't been compiled. To get rid of it and benefit from the better implementation, please install Cython and run the command above.
|
|