Udo has raised two really interesting topics. The first, and it probably should morph to a separate thread, is the opportunity CAD offers to develop purer geometry for parts strung along tapered surfaces, D7 wings for example. It would be really interesting to learn whether the rib sections cut from a wing shape differ much from those on the Fokker drawings.
I immediately remembered thinking how interesting it would be to build a gantry mill big enough to cut the plugs for a Pfalz D12 fuselage, make the plugs and then the molds, just like modern fiberglass boats are built. But then the fuselage shell itself would be built up with veneer strips laid inside the "molds."
Jan raises the issue of drawings with unbuildable geometry. Jan, is an Albatros fuselage mostly built of flat, cylindrical and conical surfaces, no distortion except maybe in those nightmare pieces at the vertical stabilizer? How were you able to find correct geometry for the fuselage and then correct the bulkheads? How did you decide which dimensions were correct?
Chill31, I just got "done" converting a manual mill to CNC. I had bought it with the steppers already installed, but because I wanted to build a gantry mill sometime in the future thought it would be better to do the CNC part myself, so I could get familiar with what was needed and how to do the control part. I got a post processing program from a guy on the net, LinuxCNC which is a free CNC program which runs on Linux (also free) which runs on a pc or mac, bought a parallel port for the pc which didn't have one, bought the components and assembled the controller box which is connected to the pc by a parallel cable. It has the power supply for the steppers and runs them via cables from the box to the motors.
I have access to a ProEngineer workstation and develop the solid models and the tool-paths on that machine. The product is a CL (cutter location) file which is the tool path for cutting the surfaces on the part. This path must be converted to G-Code which is what the LinuxCNC program reads to generate the stepper motions to cut the part. The post processor does this conversion.
LinuxCNC has a window which shows the tool running through the tool-path so you can see if there are any obvious errors before you actually cut metal.
I make a lot of mistakes, and hardly ever get anything right the first time, so I usually get enough stock to do something 3 times.
I should add that I've been fooling with computers since I was a kid, and have a fair amount of experience fiddling with code. There was a lot of fussing to get this particular setup to work.. There were configuration files to describe my machine (Sherline 2000) for ProEngineer, the post-processor and LinuxCNC. I suspect this would be easier with a router, but since I haven't done it, am not sure.
I have experience with CAD dating to 1984 using AutoCAD for building drawings. And then ProEngineer in the late '80s for biomedical device design. Chill, if you have some CAD experience this ought to be easy for you to get into especially because you have experience building things. There is a considerable amount of good, intelligent, experience-based advice available on the net covering building CNC machines and dealing with the inevitable software problems. The guys who are into this stuff seem pretty bright, so help is more than adequate.
As Udo suggests, you can make better parts with CNC, and make them quicker. I can imagine that the time needed to cut Albatros ribs on a CNC router would be a small fraction of what it would take to do by hand with a table router and band saw.
It is also a very good way to make scrap in a big hurry. If you'd like, I can give you more detail if you send me a PM. My setup is for making parts and tooling to build 8" wingspan autonomous aircraft so my problems are a little different, but not all that different.