-
Hi, The ugs-cli has run instructions to execute a shell java command against a .jar that isn't included in the ugs-cli folder. Please can someone help me bundle/compile that jar for use with Raspberry Pi? thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The cli-variant of UGS is currently only included in the classic edition, the script is called |
Beta Was this translation helpful? Give feedback.
-
Figured it out, thank you for all your help @breiler The documentation says in the CLI folder Can I suggest that the docs in the CLI folder (readme.md) get padded a little and/or changed to perhaps say: Launch from command line example, use: That is what I used to carve successfully from the terminal. Thanks again. |
Beta Was this translation helpful? Give feedback.
Figured it out, thank you for all your help @breiler
The documentation says in the CLI folder
java -jar ugs-cli-2.0-SNAPSHOT.jar --controller GRBL --port /dev/ttyUSB0 --baud 115200 --print-progressbar --file test.gcode
This however just launched UGS UI and works great but isn't CLI.
Can I suggest that the docs in the CLI folder (readme.md) get padded a little and/or changed to perhaps say: Launch from command line example, use:
./start-cli.sh --controller GRBL --port /dev/ttyUSB0 --baud 115200 --print-progressbar --file test.gcode
That is what I used to carve successfully from the terminal.
Thanks again.