maybe i shouldnt mention this here but there is a lowish cost controller available with full rtcp.
i watched all its development. a very talented programmer. (nearly as good as cncdrive)
good luck with hardware backup though.
google cyclmotion
Precision Composites wrote:Hello,
Currently, our 5 axis machine (with AXBB-E and running UCCNC software) can cut 3 axis with no issue and "potentially" 3+2. 5-axis simultaneous is a problem though.
C axis is along Z
B axis along Y
(Using Fusion 360 for CAD/CAM.)
Here's the problem:
3 axis can be done easily with UCCNC post processor (found in F360). Win! (However,.....it doesn't seem to be fully written to support 5-axis.)
3+2 axis can be potentially done using 5-axis maker post processor (found in F360) with modifications as follows:
// fixed settings
var pivotDistance = toPreciseUnit(6.1055, IN); // distance to pivot point along B-axis
var cAxisOffset = toPreciseUnit(3.2813, IN); // distance from B-axis CL to C-axis CL
var headOffset = pivotDistance; // can have the tool length added to it
if (true) {
var bAxis = createAxis({coordinate:1, table:false, axis:[0, -1, 0], range:[-120.001, 120.001]});
var cAxis = createAxis({coordinate:2, table:false, axis:[0, 0, -1], offset:[cAxisOffset, 0, 0], range:[-181.000, 181.000], cyclic:false});
If doing 3+2, C & B axis swing in all the correct directions and look close to where they should be in relative space while cutting in air with a reference point on the bed.
If the toolpath is generated as a 5-axis simultaneous, it looks good in Fusion, but when post processed, the actual movments on the machine (and the display screen in UCCNC) are in another galaxy. The movement is also not smooth.
If I use the Thermwood 5-axis post processor (with same relative mods above), the displayed toolpath in UCCNC is about right, movement is smoother (not perfect) and alignment is a bit off.
I had to use the Thermwood post processor to get the kinematics figured out in the above mod for 5axis Maker PP. It took a bit of work just to get to that point plus making sure everything set up in Fusion was the same as the PP.
Hoping someone has got this figured out by now. Seems like there hasn't been much movement in past threads. Maybe there is now a 3-axis and a 5-axis versions available like Thermwood has?
cncdrive wrote:We have customers who doing car frames, Mercedes AMG frames from polycarbonate.
It can be done with UCCNC, but you will need a suitable post processor which calculates the RPTC for you.
cncdrive wrote:Chaz, I don't know how to fix it, because I'm not familiar with the Fusion360 post processors.
Maybe you can aks the Autodesk developers.
The UCCNC supports the same things as e.g. Mach3, it does not support RPTC, so the CAM software has to calculate it and post it in the g-code file.
Chaz wrote:n it rotates and impacts the Y distances....were you able to solve this? In your code changes recommended above, is this in the default UCCNC Post Processor?
Return to General discussion about the UCCNC software
Users browsing this forum: No registered users and 23 guests