grbl-LPC-CoreXY/doc/csv/setting_codes_en_US.csv
Will Winder c8ac98d6e0 Modify code CSV format. (#10)
- Wrap value in quotes to avoid issue with embedded commas. This occurs
  in one of the alarm codes.

- Change header row format to allow same parsing code as data rows.
2016-10-17 07:50:15 -06:00

3.9 KiB

1$-Code Setting Units Setting Description
20Step pulse timemicrosecondsSets time length per step. Minimum 3usec.
31Step idle delaymillisecondsSets a short hold delay when stopping to let dynamics settle before disabling steppers. Value 255 keeps motors enabled with no delay.
42Step pulse invertmaskInverts the step signal. Set axis bit to invert (00000ZYX).
53Step direction invertmaskInverts the direction signal. Set axis bit to invert (00000ZYX).
64Invert step enable pinbooleanInverts the stepper driver enable pin signal.
75Invert limit pinsbooleanInverts the all of the limit input pins.
86Invert probe pinbooleanInverts the probe input pin signal.
910Status report optionsmaskAlters data included in status reports.
1011Junction deviationmillimetersSets how fast Grbl travels through consecutive motions. Lower value slows it down.
1112Arc tolerancemillimetersSets the G2 and G3 arc tracing accuracy based on radial error. Beware: A very small value may effect performance.
1213Report in inchesbooleanEnables inch units when returning any position and rate value that is not a settings value.
1320Soft limits enablebooleanEnables soft limits checks within machine travel and sets alarm when exceeded. Requires homing.
1421Hard limits enablebooleanEnables hard limits. Immediately halts motion and throws an alarm when switch is triggered.
1522Homing cycle enablebooleanEnables homing cycle. Requires limit switches on all axes.
1623Homing direction invertmaskHoming searches for a switch in the positive direction. Set axis bit (00000ZYX) to search in negative direction.
1724Homing locate feed ratemm/minFeed rate to slowly engage limit switch to determine its location accurately.
1825Homing search seek ratemm/minSeek rate to quickly find the limit switch before the slower locating phase.
1926Homing switch debounce delaymillisecondsSets a short delay between phases of homing cycle to let a switch debounce.
2027Homing switch pull-off distancemillimetersRetract distance after triggering switch to disengage it. Homing will fail if switch isn't cleared.
2130Maximum spindle speedRPMMaximum spindle speed. Sets PWM to 100% duty cycle.
2231Minimum spindle speedRPMMinimum spindle speed. Sets PWM to 0.4% or lowest duty cycle.
2332Laser-mode enablebooleanEnables laser mode. Consecutive G1/2/3 commands will not halt when spindle speed is changed.
24100X-axis travel resolutionstep/mmX-axis travel resolution in steps per millimeter.
25101Y-axis travel resolutionstep/mmY-axis travel resolution in steps per millimeter.
26102Z-axis travel resolutionstep/mmZ-axis travel resolution in steps per millimeter.
27110X-axis maximum ratemm/minX-axis maximum rate. Used as G0 rapid rate.
28111Y-axis maximum ratemm/minY-axis maximum rate. Used as G0 rapid rate.
29112Z-axis maximum ratemm/minZ-axis maximum rate. Used as G0 rapid rate.
30120X-axis accelerationmm/sec^2X-axis acceleration. Used for motion planning to not exceed motor torque and lose steps.
31121Y-axis accelerationmm/sec^2Y-axis acceleration. Used for motion planning to not exceed motor torque and lose steps.
32122Z-axis accelerationmm/sec^2Z-axis acceleration. Used for motion planning to not exceed motor torque and lose steps.
33130X-axis maximum travelmillimetersMaximum X-axis travel distance from homing switch. Determines valid machine space for soft-limits and homing search distances.
34131Y-axis maximum travelmillimetersMaximum Y-axis travel distance from homing switch. Determines valid machine space for soft-limits and homing search distances.
35132Z-axis maximum travelmillimetersMaximum Z-axis travel distance from homing switch. Determines valid machine space for soft-limits and homing search distances.