kbrown73
kbrown73
Hello @mhlong10. I've only just found this yesterday and have also read #422. Sounds like you've cracked the Da Vinci gcode for g2core laser engravers :) I'm curious if you're...
I'm experiencing the same. Probe goes down and on contact it just stops and doesn't appear to do anything else. I'm running latest stable g2core on Arduino Due + [g2core...
I messed about with it a bit more and it turns out that unhandled message was linked to a setting I had compiled g2core with: ``` #ifndef PROBE_REPORT_ENABLE #define PROBE_REPORT_ENABLE...
Hi, I just successfully compiled PlanetaryImager for RPi4 after installing the dependencies. I had to tweak the CMakeLists.txt to include the following line: `set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -latomic")` Without that I would...
Ok. It seems to start okay if I run it as root. No idea why that would be required?