You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been have issues installing from npm and running for source the master branch of g2core-api. After some fiddling with node versions I have been able to run the node-12-refactor branch with node 12 after manually installing serialport in the project and running node audit fix --force.
Now I am having an issue where after sending a gcode file with node bin/g2.js GCODE-PATH -p TINYG-PORT -v the gcode is run and the command is completed, but if I run the same comman a second time it just hangs and nothing is printed to the command line. If I reset the tinyg board with the command still running the gcode is then sent.
I am running g2 on a raspberry pi 3 with a clean Raspberry Pi OS Lite 64bit (Debian 11). Any thoughts on why this might be?
The text was updated successfully, but these errors were encountered:
I have been have issues installing from npm and running for source the master branch of
g2core-api
. After some fiddling with node versions I have been able to run thenode-12-refactor
branch with node 12 after manually installingserialport
in the project and runningnode audit fix --force
.Now I am having an issue where after sending a gcode file with
node bin/g2.js GCODE-PATH -p TINYG-PORT -v
the gcode is run and the command is completed, but if I run the same comman a second time it just hangs and nothing is printed to the command line. If I reset the tinyg board with the command still running the gcode is then sent.I am running g2 on a raspberry pi 3 with a clean Raspberry Pi OS Lite 64bit (Debian 11). Any thoughts on why this might be?
The text was updated successfully, but these errors were encountered: