Search found 2 matches
- Thu Mar 14, 2019 11:52 am
- Forum: C Programs
- Topic: immediate backlash take up
- Replies: 3
- Views: 2728
Re: immediate backlash take up
Thanks Tom, I did think about editing the post processor to accomplish this. I don't think the post processor lets me edit commands for just the Z-Axis but I'll look again into adding: G91 G01 Z-.0001 G01 Z.0001 G90 If I go the C-program route would I use something along the lines of: while(!CheckDo...
- Wed Mar 13, 2019 2:18 pm
- Forum: C Programs
- Topic: immediate backlash take up
- Replies: 3
- Views: 2728
immediate backlash take up
Is there a way to set the backlash to be taken up upon completion of a movement instead of waiting until direction is reversed? I have the backlash set for my z-axis but I'd like the screw to reverse immediately once the destination is reached to make sure the weight is loaded on the screw in the pu...