Commit 1733c4a2 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix #581 by adding some documentation on gcoder_line

parent b9d947d5
......@@ -95,6 +95,12 @@ Printrun default G-Code parser is quite memory hungry, but we also provide a muc
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.
### Windows
Download the following, and install in this order:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment