fishpepper

Results 20 comments of fishpepper

Is there a cncjs branch somewhere that uses the ethernet port to talk to a smoothieboard? Where is the best spot to add this feature? Inside the cncjs-controller (https://github.com/cncjs/cncjs-controller) ?...

The Smoothieboard part looks quite easy. Sending data via a network connection should be straight forward as well (api very similar to serial port). I am fighting with finding the...

I hacked together a first version. You can find my fork here: https://github.com/fishpepper/cncjs See SmoothieController.js to set your IP and Port: ``` this.connection = new SocketSerialConnection({ host: 'cnc', //'192.168.178.222', port:...

As my old installation was quite outdated i did setup a fresh debian stretch based system. Unfortunately that one crashes with the same error. I can not run the simulation...

Ok. These files have been created on my fresh debian stretch based install on a BBB. version output: https://pastebin.com/Ld0qreS0 console output with debug=5: https://pastebin.com/uKxzQfu6 /var/log/linuxcnc.log http://paste.debian.net/1084174/

ok nice... I am glad that you could reproduce it. I was about to build machinekit from source and enable debugging symbols. It is still building, I had to add...

My machinekit compiled sucessfully... At least I have debug symbols now :) I was wondering, can I call haltcl when no machinekit is running? If I do so it segfaults...

I already figured that out as well, tclStubsPtr was a good hint. Indeed the linking is missing the tcl stubs lib. With this fix haltcl does not segfault any more....

It just finished compiling while i wrote this. I can not physically connect the hb04 right now as I only have remote shell access to the bbb right now. But...

It loads and seems to work. I can not test it properly because my stretch based image is unbelievable slow. Machinekit gui shows up after ~5 minutes of waiting. Not...