Search found 98 matches

by carboncymbal
Fri Apr 19, 2024 12:18 am
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

For anyone else interested, I have a new updated plan. Based upon some more research into the Fusion 360 Post Processor, it appears a complete solution is much simpler than I originally thought. 1. Configure the machine with 4 linear axis, X, Y, Z, W 2. Set custom machine parameters that provide an ...
by carboncymbal
Wed Apr 17, 2024 6:08 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

For anyone following along, I thought I'd provide a possible course of action I may take. Ideally this would superseded by future features of the centroid software. I have broken the approach up into 2 phases, with phase 1 being simpler to implement, but a bit more labor intensive for each cut file,...
by carboncymbal
Wed Apr 17, 2024 3:28 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

its best to have the cad/cam system use short vectors and stick to g1's and g0's which is common these days. then you can get any type of "move" to work in any plane with any other axis. Ah, thank you. I wasn’t sure what is considered best practice. Does the standard centroid fusion 360 p...
by carboncymbal
Wed Apr 17, 2024 1:16 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

Helical arcs in G17, using W instead of Z, should work just fine. Arcs in G18 or G19 will not work with the W axis. You would have to get your CAM software to post them as a series of short G1 moves instead. Hmm… thank you for the info, that is unfortunate. This takes me back to square one for a bi...
by carboncymbal
Wed Apr 17, 2024 12:07 am
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

if you are not going to rigid tap on the W axis, independent Z axes can be controlled with G code, you could simply have your post processor put W in the G code for the 2nd Z axis when you want that 2nd Z to move and then the W axis would move not Z M333 is not sorted and is experimental, not sure ...
by carboncymbal
Tue Apr 16, 2024 10:59 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

if you are not going to rigid tap on the W axis, independent Z axes can be controlled with G code, you could simply have your post processor put W in the G code for the 2nd Z axis when you want that 2nd Z to move and then the W axis would move not Z M333 is not sorted and is experimental, not sure ...
by carboncymbal
Tue Apr 16, 2024 8:03 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

yes there are several approaches to this. what exactly are you after? not all dual Z machines act the same. some are Z1 Z2 are slaved and work in unison, others are two separate axes Z and W do you need rigid tapping on the 2nd Z axis? etc..etc.. Any thoughts on this CNCKeith? I answered your quest...
by carboncymbal
Mon Apr 15, 2024 10:35 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

Keith, What can you tell us about M333, and whether it could be applied to this type of machine? Thanks for mentioning that, that appears to function similarly to the "swap axis" concept in other controllers. I think this would do what I need provided it is fully functional. In a manual I...
by carboncymbal
Mon Apr 15, 2024 10:16 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Re: Multi Spindle CNC Router control options

I’ll try to explain the machine layout a bit to provide some context, I may not use the correct identifies for each axis. Avid CNC has offered a mechanical setup similar to What I am hoping to accomplish. I have attached a photo The machine will be a fixed gantry, moving bed router. A small machine ...
by carboncymbal
Sun Apr 14, 2024 8:26 pm
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 299

Multi Spindle CNC Router control options

I’m interested in having 2spindles each on an independent Z axis on a future router build. I am wonder if it is possible to do this with an acorn 6? I know an approach used in mach3 and Linux CNC is to use a swap axis approach where the Z axis is done by different machines. Is this possible with Aco...