Changes

GRBL

2 bytes removed, 18:46, 16 September 2014
Getting Started with GRBL Commands
*slow move (G1)
*Absolute vs. Relative positioning:
**<codepre>
G90 # absolute positioning
G92 X10.0 y1.0 # set coordinates of current position
</codepre>
*Homing routines. what is a homing routine.