Hi,
I’ve been using my Shapeoko2 for more than a year now and I never broken a bit during that time. I was using a Dewalt DW660 spindle and everything was fine. Now I upgraded to XCarve 1000mm with the 300W spindle, ACME rod, NEMA23 motors, limit switches and drag chains. I also upgraded to GRBL 0.9i (with shapeoko 2 default values). I changed the step/mm value of the Z axis to match the spec of the ACME rod. I also verified that all step per mm settings are correct by measuring the actual axis movement relative to the command. As for the acceleration settings I kept the default values. The homing cycle works, EASEL can start and stop the spindle, functionally everything looks fine.
Here’s my GRBL settings:
$0=10 (step pulse, usec)
$1=255 (step idle delay, msec)
$2=0 (step port invert mask:00000000)
$3=5 (dir port invert mask:00000101)
$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.050 (junction deviation, mm)
$12=0.002 (arc tolerance, mm)
$13=0 (report inches, bool)
$20=0 (soft limits, bool)
$21=0 (hard limits, bool)
$22=1 (homing cycle, bool)
$23=3 (homing dir invert mask:00000011)
$24=25.000 (homing feed, mm/min)
$25=250.000 (homing seek, mm/min)
$26=250 (homing debounce, msec)
$27=1.000 (homing pull-off, mm)
$100=40.000 (x, step/mm)
$101=40.000 (y, step/mm)
$102=188.976 (z, step/mm)
$110=5000.000 (x max rate, mm/min)
$111=5000.000 (y max rate, mm/min)
$112=500.000 (z max rate, mm/min)
$120=250.000 (x accel, mm/sec^2)
$121=250.000 (y accel, mm/sec^2)
$122=50.000 (z accel, mm/sec^2)
$130=500.000 (x max travel, mm)
$131=500.000 (y max travel, mm)
$132=100.000 (z max travel, mm)
Now the problem I have is that even if I lower the feed and plunge rate 50% lower than I used to, I can’t run a single job without breaking a bit. I even checked in EASEL to see if my feed rates make sense and they are even lower than what it uses by default for any given material.
The bits seems to break more easily during drill operation (no x and y movement). I broke a 3/32" bit by drilling 2.4 mm deep in a carbon fiber plate using 0.4mm stepdown and 100mm/min plunge rate. When it breaks it really sound like it is bending either because the Z axis is not straight or the plunge rate is way too fast. I checked that the Z carriage is square relative to X and Y axis but I do not have a way to see if the actual bit is straight.
Now except for a defective spindle that have excessive play in the bearings, I see no reasons why I can’t run a single job without breaking a bit. Is there a way to verify that?
Thanks