gcode-cli icon indicating copy to clipboard operation
gcode-cli copied to clipboard

Simple command line tool to send gcode to serial 3D printer/CNC machine.

Results 3 gcode-cli issues
Sort by recently updated
recently updated
newest added

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...

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...