Created
August 6, 2020 13:15
-
-
Save zaneclaes/4582226accb1c81aafaa5a9a1f0f6d4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client> $$ | |
$0=10 (Step pulse time, microseconds) | |
$1=25 (Step idle delay, milliseconds) | |
$2=0$3=0 (Step pulse invert, mask) | |
$4=0 (Invert step enable pin, boolean) | |
$5=0 (Invert limit pins, boolean) | |
$6=0 (Invert probe pin, boolean) | |
$10=1 (Status report options, mask) | |
$11=0.010 (Junction deviation, millimeters) | |
$12=0.002 (Arc tolerance, millimeters) | |
$13=0 (Report in inches, boolean) | |
$20=0 (Soft limits enable, boolean) | |
$21=0 (Hard limits enable, boolean) | |
$22=1 (Homing cycle enable, boolean) | |
$23=0 (Homing direction invert, mask) | |
$24=250.000 (Homing locate feed rate, mm/min) | |
$25=500.000 (Homing search seek rate, mm/min) | |
$26=250 (Homing switch debounce delay, milliseconds) | |
$27=1.000 (Homing switch pull-off distance, millimeters) | |
$30=24000 (Maximum spindle speed, RPM) | |
$31=4000 (Minimum spindle speed, RPM) | |
$32=0 (Laser-mode enable, boolean) | |
$40=22528 | |
$41=17408 | |
$42=20480 | |
$43=5000 | |
$50=22528 | |
$51=17408 | |
$52=20480 | |
$53=5000 | |
$60=20480 | |
$61=17408 | |
$62=18432 | |
$63=5000 | |
$80=0 | |
$81=2438.400 | |
$82=1219.200 | |
$83=3021.013 | |
$84=577.850 | |
$85=1.004 | |
$86=1.003 | |
$100=127.775 (X-axis travel resolution, step/mm) | |
$101=127.775 (Y-axis travel resolution, step/mm) | |
$102=918.750 (Z-axis travel resolution, step/mm) | |
$110=1000.000 (X-axis maximum rate, mm/min) | |
$111=1000.000 (Y-axis maximum rate, mm/min) | |
$112=250.000 (Z-axis maximum rate, mm/min) | |
$120=25.000 (X-axis acceleration, mm/sec^2) | |
$121=25.000 (Y-axis acceleration, mm/sec^2) | |
$122=10.000 (Z-axis acceleration, mm/sec^2) | |
$130=2500.000 (X-axis maximum travel, millimeters) | |
$131=1250.000 (Y-axis maximum travel, millimeters) | |
$132=25.000 (Z-axis maximum travel, millimeters) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment