

It is highly configurable, and this is both a blessing and a curse. Grbl firmware was originally designed for CNC machines and 3D printers, with laser support added more recently. If your machine does not have homing switches (also called limit switches) you will need to home it manually if you want to use Absolute Coords or User Origin modes.Make sure the controller is reporting positions in mm, as expected by LightBurn ( $13=0).Set your machine status reporting to be relative to the workspace origin, not the machine origin ( $10=0).If your machine uses negative workspace coordinates you'll need to apply a workspace offset ( G10 L2 P1 xx yy).The pause, which happens on older versions, or when not using Laser Mode, will cause excessive burn spots when engraving images. If you have an older version of GRBL (prior to 1.1f) it's highly recommended to upgrade the firmware, as Laser Mode also prevents the machine from pausing with every power change.

