Jakob Flierl
Jakob Flierl
@AceXIE the error happens, because kernel modules get not built with VFP registers IMHO. A work-around I found is to `touch ../master/soe_errors.c` after the error happens and re-run make. This...
Update: I RTFM of OSM2World, downloaded and ran JOSM. created an .obj file with OSM2Wold (– latest binary build). When opening the file in MeshLab, I see this warning: 
**Update:** Link to the protocol: - https://github.com/strahlex/machinetalk-doc/blob/master/application
With https://github.com/koppi/gcoder/commit/d47818ddb2854cd901c6721fe2a3b4925da0ca46 you can run: ``` bash tests/ngc-urandom.sh [N] ``` where N is the number of random G01 moves to create, see screenshot: 
What I want is a non-blocking pipeline: ``` bash shell script | gcodeviewer | rs274 | opengl gui ``` In the current Code-base, QGCodeViewer emits a textChanged() signal, which triggers...
In https://github.com/koppi/QGCodeEditor/commit/f9827ee83975d19492dd6bdfaa345941cfc174b3 I just added a pipe example to QGcodeEditor. It may be helpful to measure the performance of the Qt Gui stuff, and perhaps we can find a more...