Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g2 command stalls indefinitely #13

Open
kylemcdonald opened this issue Jul 26, 2021 · 0 comments
Open

g2 command stalls indefinitely #13

kylemcdonald opened this issue Jul 26, 2021 · 0 comments

Comments

@kylemcdonald
Copy link

On a Raspberry Pi running Ubuntu 20.04:

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
$ source ~/.bashrc
$ nvm install lts/boron
$ node --version
v6.17.1
$ npm install -g g2core-api
$ ls /dev/ttyUSB*
/dev/ttyUSB1
$ g2 -p /dev/ttyUSB1 10mm.gcode

10mm.gcode:

G0 X0 Y0
G0 X10 Y10
G0 X0 Y0

I also tried without the -p argument but there seems to be an auto-detection issue right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant