gcode-cli
gcode-cli copied to clipboard
Simple command line tool to send gcode to serial 3D printer/CNC machine.
Currently, the code fails on Mac. We edited a few libraries: ``` #ifdef __linux__ #include #elif defined(__APPLE__) #include #endif ``` But we still get this error on Mac: ``` ./gcode-cli...
thanks
just wanted to say thank you for this utility,
I’m getting this error ( and similar errors that begin with G) I’ve tried out multiple gcode files created with multiple svg to gcode and the error have been all...