twelchPTM
06-12-2012, 10:46 PM
While working with a .015" endmill I quickly learned that the stock zzero routine snaps the tops off very easily... I know someone asked about this before so heres what I did....
in the Zzero.sbp file I added two lines, the first inserted at line 77 -
&new_Zmove_speed = .05
the second at line 93 -
VS, ,(&new_Zmove_speed )
now when working with tiny bits I comment the stock lines and uncomment the new lines, this moves the bit at the slowest possible speed and they don't break and when I'm done I change the comment makes back the other way.
I've read several techniques for zeroing the little bits but they only work with initial setup, when my partfile automatically calls the zero routine after a bit change I'm in the clear.
in the Zzero.sbp file I added two lines, the first inserted at line 77 -
&new_Zmove_speed = .05
the second at line 93 -
VS, ,(&new_Zmove_speed )
now when working with tiny bits I comment the stock lines and uncomment the new lines, this moves the bit at the slowest possible speed and they don't break and when I'm done I change the comment makes back the other way.
I've read several techniques for zeroing the little bits but they only work with initial setup, when my partfile automatically calls the zero routine after a bit change I'm in the clear.