gcode-cli
gcode-cli copied to clipboard
Simple command line tool to send gcode to serial 3D printer/CNC machine.
Results
2
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...
thanks
1
just wanted to say thank you for this utility,