Skip to content

Instantly share code, notes, and snippets.

@hdo
Created January 14, 2016 13:51
Show Gist options
  • Save hdo/53d195ea661366125c60 to your computer and use it in GitHub Desktop.
Save hdo/53d195ea661366125c60 to your computer and use it in GitHub Desktop.
My GRBL Settings for CNC Router (c't Hacks Sperrholzfräse)
2016-01-14
Grbl 0.9j ['$' for help]
['$H'|'$X' to unlock]
$0=40 (step pulse, usec)
$1=25 (step idle delay, msec)
$2=0 (step port invert mask:00000000)
$3=1 (dir port invert mask:00000001)
$4=0 (step enable invert, bool)
$5=0 (limit pins invert, bool)
$6=0 (probe pin invert, bool)
$10=3 (status report mask:00000011)
$11=0.020 (junction deviation, mm)
$12=0.002 (arc tolerance, mm)
$13=0 (report inches, bool)
$20=0 (soft limits, bool)
$21=1 (hard limits, bool)
$22=1 (homing cycle, bool)
$23=3 (homing dir invert mask:00000011)
$24=1000.000 (homing feed, mm/min)
$25=2000.000 (homing seek, mm/min)
$26=250 (homing debounce, msec)
$27=3.000 (homing pull-off, mm)
$100=79.918 (x, step/mm)
$101=79.918 (y, step/mm)
$102=530.000 (z, step/mm)
$110=6000.000 (x max rate, mm/min)
$111=6000.000 (y max rate, mm/min)
$112=900.000 (z max rate, mm/min)
$120=200.000 (x accel, mm/sec^2)
$121=200.000 (y accel, mm/sec^2)
$122=50.000 (z accel, mm/sec^2)
$130=2200.000 (x max travel, mm)
$131=2300.000 (y max travel, mm)
$132=1200.000 (z max travel, mm)
ok
@hdo
Copy link
Author

hdo commented Jan 5, 2020

Microsteps: 8, Steigung Z: 3mm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment