Workarounds to reduce backlash-related error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been helping a team fabricate some small cycloidal gears that need slightly higher precision than I can reliably get on the VMC I'm using. I've managed to get a lot out of dialing in my feed directions to keep the backlash direction consistent but it's a tedious process of hand-selecting points and paths and then adding in G60/G61 commands manually in the code.
I saw there was a suggestion for features to reduce backlash in the fusion ideas board (RIP) though the discussion contained a lot of misguided claims that backlash is dealt with purely on the mechanical side. Unfortunately it doesn't look like anything came of it. One way I handle drill points is by using the xy order option such that the drill is always traveling in a consistent direction across the part - I either then add an extra hole point off of my part or insert a move in the code to ensure the first of a row/column is approached in that same direction.
Anyone have any tips or tricks they use with Fusion to help with their toolpath accuracy?