Shapeoko 2, GRBL version, and PWM

I don’t know the differences between the Shapeoko 2 and the X-carve, but here’s what you would use if they are essentially the same.

Use Grbl version 0.9j

with 0.9j baud rate would be 115200 (it is 9600 with version 0.8).

with 0.9j
X home - D9
Y home - D10
PWM D11
Z home - D12
Probe - A5

with 0.8
X home - D9
Y home - D10
Z home - D11
Probe - A5

Here is one way to find out what version is on the Arduino. Write up is for 0.9j for 0.8 use 9600 baud

1 Like