Hi, I'm trying to get the g-code for making a chess piece on my LEAD1515 4th axis. I'm using the rotary option in Fusion and cannot create the g-code with the GRBL post-processor as I get the following error: "Tool-Rotation detected but GRBL only supports 3 Axis" All I want is the Y axis to to control the rotary turning, so it's still 3 axis. Anyone found out how to do this? Thanks in advance
Not sure how to do it in Fusion, but in Vectric its called Wrapping Rotary Machining and Wrapping - VCarve Pro V9.5 User Guide So if all else fails, export to STL, Import to Vectric, and set it up as a Wrap: See LEAD Lathe
Yeah I have the paths all set up fine in Fusion, the wrapping isn't the problem. It's the fact the GRBL post-processor doesn't like the Y-axis being used for rotary, there should be a way to make it work but I'm just not sure how.
Officially grbl doesn't support rotary axes; you can't designate an axis motion in degrees. So you need a CAM/post that'll fake it (presumably when previously given a microstepping value and possibly steps/mm calibration, since it has to reverse-egineer what it thinks the Y wants). Vectric is usually what people use to lie to grbl. If you understand the differences between what Fusion will naturally produce (M6, G28, etc) and what grbl wants, you could post a generic file and then edit it afterwards, though you'd have to convert degrees of motion to steps and then to mm. There may be existing XZB grbl posts out there that you can install for Fusion, I don't know.
I won't have time to investigate this properly until tomorrow, but found this on the Fusion forums. GRBL Multi-Axis Post Processor - Autodesk Community Alex.