You are not logged in.
Pages: 1
Hello all!
I would like to use Arch as a controller for my 3D printer and CNC router; however my Arch installation does not have (nor do I want) a GUI. I am finding a lot of packages for executing GCode, but never just that - most include some interactive features that I do not need.
Does anyone have a recommendation for GCode software? I am using OpenSCAD to design objects, KiCAD to design PCB's, so I just need a CLI that can send the resulting GCode over USB to the printer.
Thanks!
Offline
I've not used G-Code, but with related protocols, you can generally just send it directly to the device:
cat /path/to/gcode.file > /dev/usbWHATEVER"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I think linuxcnc should have textmode and/or cli interfaces. If you do not have to execute the code, but only upload it to your printers, maybe you can use curl / tty / minicom /... directly
Last edited by progandy (2021-09-27 19:36:37)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Maybe
pronsolesuits your needs. It is meant for 3D printers though. I have not yet used it myself because I usually work with GUIs.
Offline
Thanks for the suggestions everyone, Trilby's suggestion is similar to what I saw on [StackOverflow](https://3dprinting.stackexchange.com/qu … x-terminal) (though the baud rate needs to be set). The printer just arrived so I am going to be setting it up and trying it out over the next few days. I'll share any progress!
Offline
Pages: 1