Installed NEMA 23 motor upgrade and 4080 extension kit on my Fox Alien. Surfaced the spoilboard and carved a grid. Just fine. No issues. Now I want to cut a test hole in a piece of scrap to check the fit with a pin I want to insert into the hole. Throws a âSoft limit alarm. G-code motion target exceeds machine travel.â What? I just machined a grid, and the scrap piece is anchored to the middle of the grid. I am in excess of the soft limit pullout distance ($27) in all directions. If I disable soft limits ($20), I can not jog the machine in any direction. Re-enabling soft limits was a struggle; everytime I enabled it and hit âapply settings,â it would jump back to disable. After several tries, it finally took, and I was able to jog again. Also, now when I home the machine, it does not set X and Y to zero. Comes up with negative numbers. Worked fine when I surfaced and cut the grid. I didnât change anything since. This all happened the same afternoon.
Below are my firmware settings. Hopefully, someone can help. Perhaps gSender changed something on itâs own, but I donât see a culprit.
client $$
$0=10 (Step pulse time, ÎŒs)
$1=255 (Step idle delay, ms)
$2=0 (Step pulse invert, mask)
$3=3 (Step direction invert, mask)
$4=0 (Invert step enable pin, boolean)
$5=0 (Invert limit pins, boolean)
$6=0 (Invert probe pin, boolean)
$10=3 (Status report options, mask)
$11=0.010 (Junction deviation, mm)
$12=0.002 (Arc tolerance, mm)
$13=1 (Report in inches, boolean)
$20=1 (Soft limits enable, boolean)
$21=1 (Hard limits enable, boolean)
$22=1 (Homing cycle enable, boolean)
$23=3 (Homing direction invert, mask)
$24=200.000 (Homing locate feed rate, mm/min)
$25=1000.000 (Homing search seek rate, mm/min)
$26=250 (Homing switch debounce delay, ms)
$27=3.000 (Homing switch pull-off distance, mm)
$30=30000 (Maximum spindle speed, rpm)
$31=0 (Minimum spindle speed, rpm)
$32=0 (Laser-mode enabled as spindle, boolean)
$100=40.000 (X-axis travel resolution, step/mm)
$101=40.000 (Y-axis travel resolution, step/mm)
$102=800.000 (Z-axis travel resolution, step/mm)
$110=3810.000 (X-axis maximum rate, mm/min)
$111=3810.000 (Y-axis maximum rate, mm/min)
$112=500.000 (Z-axis maximum rate, mm/min)
$120=300.000 (X-axis acceleration, mm/sec^2)
$121=300.000 (Y-axis acceleration, mm/sec^2)
$122=30.000 (Z-axis acceleration, mm/sec^2)
$130=400.000 (X-axis maximum travel, mm)
$131=800.000 (Y-axis maximum travel, mm)
$132=90.000 (Z-axis maximum travel, mm)
ok
Thanks.