Okay, I’m starting to get the hang of starting LaserWeb3… I open a ssh to my rPi and start the grbl server. However, If I forget to press connect bofre trying to home the laser, I get the following error:
TypeError: Cannot read property ‘path’ of undefined
at Socket. (/home/pi/LaserWeb3/server-grbl.js:196:54)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Socket.onevent (/home/pi/LaserWeb3/node_modules/http://socket.io/lib/socket.js:348:8)
at Socket.onpacket (/home/pi/LaserWeb3/node_modules/http://socket.io/lib/socket.js:308:12)
at /home/pi/LaserWeb3/node_modules/http://socket.io/lib/client.js:195:16
at nextTickCallbackWith0Args (node.js:420:9)
at process._tickCallback (node.js:349:13)
Obviously it’s because the port haven’t connected - but maybe a button lock-out is needed?