I have and idea. I’m submitting it here to you capable folks because I do not feel that I have the resources to take advantage of it.
It’s an idea to build a simpler rotary 4th axis for cnc, with a fraction of the parts.
It works kind of like an automatic tool changer, you would move the carriage to a certain place then the z axis would actually operate the A (rotary) axis position. There would need to be some kind of linkage between the carriage and the A axis.
I’m not sure precisely what that would look like. Maybe a star disk (5 or 6 lobe). The Z would go down to the bottom then have to come back again (several times) if you wanted to do 360deg.
You would need a few more pieces though.
The A axis would need to stay in precisely the position it is placed, for that it needs some sort of brake. I would immediately think a disk brake from a bike would be a good way to go, but there are many ways to skin that cat. There would need to be an actuation for this brake, such as a solenoid or you could use a stepper or servo (giving up the lower complexity). An encoder wouldn’t be a bad idea either.
Then there would be the software.
I will post this over to Smoothieware and CNCWeb communities as well to see if anyone wants to give it a whirl.
I’m curious how you see the tool movement being controlled if your Z movement is being used elsewhere. I’ve read about setups that allow you to swap your x or y axis onto your a axis, so you still only have three axes, but one is rotary. That makes some sense to me. I’m struggling to figure out how to cut material when I don’t have independent control over the tool height.
@John_Bump as I comprehend what is being said, like a tool changer things only happen when the head is in a specific position. It seems like what is being suggested is the loss of a bit of Y axis volume to make the A axis function. Instead of 500mm you might give up 5mm or less and to actuate the A axis you would move the head to Y -5 or something similar. That way when the head is to the negative of machine home you are moving the A axis.
The real problem I would see with your idea is all out the extra movement required to adjust the rotary axis. Your CAM software would have to be aware of the way the A axis is actuated because things wouldn’t work as nicely/easily as they do with a powered rotary axis.
I don’t mean to rain on your parade, but, your idea seems like a solution in search of a problem. At least as I comprehend what you are suggesting.
Just when I think I’m making head or tail from cnc machines someone post something that makes no sense to me. I feel like a tree at the end of a runway.
Is what’s being said that when the y axiz moves to for example -5 the steppers engage via a cam to turn the work instead of the gantry thus moving the work like a lathe or turn table would.
And my question what is the saving in tooling to do this seems like at most you’re saving one stepper motor and driver.
@Michael_Scholtz check out the xatc video I posted above…
He uses the cnc movement to turn the tool turntable.
This is essentially the same idea but using that motion for a 4th axis.
Yes, mainly saving 1 stepper and driver. Maybe it’s a better idea for prebuilt cncs that want another axis rather than diy cncs that can add any axis they want