I am running grbl .9? Not 1.1. I have never seen the the tool head move in the simulator. I have successfully made several components with this Arduino Uno setup. Any thoughts on why this is not working?
Screenshots always help us all debug for folks, but my guess is you are not reporting back coordinates from your Grbl device. Are the XYZ numbers changing at all in the Axes widget?
And which workspace are you using…
@jlauer
First, thank you for responding so quickly.
Also the tool head does not move during during the actual while the program is running. No I have never seen the coordinates change in the xyz widget. I am using your work space. Not Justin Adie"s.@Justin_Adie
missing/deleted image from Google+
@Justin_Adie
Thank you for responding so quickly,
0.9 and CP work space. (not jpadie).
Chris
I don’t see any text in your serial port console. It sort of seems like you don’t have stuff in sync. What if you disconnect/connect the com4 serial port to resync?
I like to see the output from sjps in verbose mode and the serial console in cp without any filters and the js console. That provides solid debugging information imo.
However as starters I see that that the sjps version is quite old. And that the serial port believes itself to be in multi-port mode.
I’ll get back to you when I get back home.
Thanks