Skip to content

Instantly share code, notes, and snippets.

@X3msnake
Created October 6, 2018 03:33
Show Gist options
  • Save X3msnake/c42c911639dc03f51ef982bb44729970 to your computer and use it in GitHub Desktop.
Save X3msnake/c42c911639dc03f51ef982bb44729970 to your computer and use it in GitHub Desktop.
DVD-CNC-GRBL-Settings
$ 0 = 53.333 (x, step / mm)
$ 1 = 53.333 (y, step / mm)
$ 2 = 53.330 (z, step / mm)
$ 3 = 10 (step pulse, usec)
$ 4 = 200.000 (default feed, mm / min)
$ 5 = 200.000 (default seek, mm / min)
$ 6 = 28 (step port invert mask, int: 00011100)
$ 7 = 50 (step idle delay, msec)
$ 8 = 100.000 (acceleration, mm / sec ^ 2)
$ 9 = 0.050 (junction deviation, mm)
$ 10 = 0.100 (arc, mm / segment)
$ 11 = 25 (n-arc correction, int)
$ 12 = 3 (n-decimals, int)
$ 13 = 0 (report inches, bool)
$ 14 = 1 (auto start, bool)
$ 15 = 0 (invert step enable, bool)
$ 16 = 1 (hard limits, bool)
$ 17 = 1 (homing cycle, bool)
$ 18 = 69 (homing you invert mask, int: 00000000)
$ 19 = 200.000 (homing feed, mm / min)
$ 20 = 200.000 (homing seek, mm / min)
$ 21 = 100 (homing debounce, msec)
$ 22 = 2.000 (homing pull-off, mm)
@X3msnake
Copy link
Author

X3msnake commented Oct 6, 2018

These settings work for the drv8825 when set as 1/8 microstepping
MS0 High
MS1 High
MS2 Low

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