Replies: 1 comment 7 replies
-
Can we have a sample gcode file? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can any one help me understand why the CLI doesn't exit when it's finished sending a carve. Using Rasp Pi 4 to a TinyG over USB.
./start-cli.sh --controller TinyG --port /dev/ttyUSB0 --baud 115200 --print-stream --file /var/www/UniversalGcodeSender/currentCarve.gcode
This is the send command, .gcode is full of carve instructions and they get fed back to the terminal. Seeing a lot of processCommand errors like this one also:
Any thoughts or help would be hugely appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions