We have a 6040 on loan from a member. We found that the electronics weren't great as shipped, and David Clarke did a lot of work tracking down and eliminating problems with electrical noise. Some parts weren't even grounded properly, so I'd advise opening up the controller and checking everything. The noise caused it to lose or gain steps on all three axes, so by the time it finished a 20 minute job, X0Y0Z0 would be a few millimetres different to when it started and the milled parts accordingly messed up.
One of the other things we've done is mill a large, perfectly flat bed from a piece of wood clamped to the machine. It stays on the machine, and materials are screwed down to it for milling. Before that, I found it much harder to make sure the surface of a material was completely flat; now it's fairly easy. I've found the quality of the results depends mostly on careful setup, and the wooden bed also shows the safe area (this machine has no limit switches). It's easy to screw up by rushing.
We haven't used it to mill any PCBs, but I have seen it being used to drill one. Matt Little may be able to tell you a bit more about that.
In terms of software, the machine connected to it is running Linux CNC, and a few of us use DraftSight (free but not open source) to do CAD drawings. Conversion to G-code is the tricky part. I'm currently using CamBam (not free), and there's this python script:
But it's a real pain to work with. Useful at first if you want to learn more about G code, but it takes a lot longer to prepare a job with it compared to proper CAM software.
We've not milled metal on the machine yet. Apparently it will do it, just very slowly and with shallow passes. For materials like wood and polycarbonate, I've found it fine to drop by about 1 millimetre per pass, as long as the feed rate isn't set too high.
David
On 9 August 2012 07:41, Marcus Wolschon
<marcus....@gmail.com> wrote:
Hello everyone,
I'm Marcus from Chaos Computer Club Freiburg/Germany.
From your wiki I got the impression, that you got a YooCNC 6040 in your hackerspace.
My background:
I've been 3d printing on a Repman 3.0 with lots of 3.1, 3.2 and custom parts and
a Thing-o-Matic for ages. Doing CAD in Alibre 12 and not Alibre 2012 for just as long.
So I'm pretty used to the pains of working with design-flawed machines. ;)
Now I ordered myself the 6040Z-S80 with the 4th axis.
The primary purpose shall be milling wax and soft wood. Maybe the occational PCB.
Very seldomly (and slowly) small metal parts.
http://marcuswolschon.blogspot.de/2012/08/cnc-mill.html
What advise do you have on this machine? What to check for? What to replace early?
What spare parts to stock?
It looks like I should check all the cables first. Maybe replac pcb-clad, stiff ones that
move a lot with more flexible stranded wire, rubber insulated ones.
Also check all nuts, bolts and bearings to be tight and well aligned.
Check or install end-stops using the existing contacts on the controller board.
Install a good emergency-off.
Start slow. Verify everything works. (of cause)
As for software my current plan is to employ Alibre Design to export STL, then
Skeinforge to create the g-code. For PCBs the vIsolate tool that I became maintainer
of some years ago. No preference for machine control software yet.
Regards,
Marcus