Well, nobody in our Fab Lab has done anything with the Modela except for brief experimentation. So I figured it was time to change that.
The first thing we need to figure out is how to make circuit boards. I want to run an Arduino workshop early this fall, and want to build some Arduino-like boards (Fabio 1.0).
I went to the MIT Fab Lab software page and downloaded cad.py, cad, and cad.cfg. I put them on a Fedora 11 Linux machine I had handy, and immediately ran into problems (hopefully you won't hit this, but just in case...). When I started cad.py (with "python cad.py"), I got a linker error and it wouldn't start. Seems there are two libraries that provide some of what cad.py needs, one in the package lapack and one in the package atlas. I had to install atlas (yum install atlas) and remove lapack (yum remove lapack). Then it started.
I downloaded the image of the board to my working directory, and then loaded it in cad.py. Using helpful instructions from MIT, I proceeded to set my "z min" to -0.005, "z max" to 0.1. The rest of the options don't show up until you click on the "output format" button, which (intuitively...) displays a drop-down menu. Choose ".rml (Modela)", and you'll get more options. Everything was left at default values (I ensured that my tool size was .0156, or 1/64"). The defaults used were 1 contour, and 4 speed for both xy and z. The overlap was 0.5.
I pressed the "contour" button, and it looked like everything froze up. But when looking at the CPU utilization of my machine, it was pegged - it was working hard. Several minutes later, it came back with a contoured path. I clicked on the "save" button, and saved the file.
Now tonight, I'll follow the rest of the instructions. I found the magic command to send the file using Windows from the Eagle tutorial I mentioned earlier (instructions here).
I plan to use solder paste and the hot air rework station we purchased for the lab to mount the SMT components. We'll see in a couple of hours if it worked :-)


Reply With Quote
