LHSRobotics / gdmux

Gcode interpreter and demultiplexer, and a Go library for controlling the Staübli robotic arm at the London Hackspace.
15 stars 7 forks source link

no stdin case #5

Closed nro-bot closed 8 years ago

nro-bot commented 8 years ago

Readme says to uses -stdin but this flag is not present in code

mentarus commented 8 years ago

Good spot! Instead of using we now point gdmux to the file gdmux -arm /dev/ttyStaubli -stdin < [gcode file] so you can just gdmux -arm /dev/ttyStaubli [gcode file] Will update the readme at somepoint.