Added flat DXFs for milling/cutting the frames instead of printing (as proposed by Xander in the mail list)

pull/6/head
Carlos Garcia Saura 2013-08-02 22:13:01 -07:00
parent b5333268e1
commit 4ab1d66a2a
3 changed files with 6839 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
// Cyclone PCB Factory: a 3D printable CNC machine for PCB manufacture
// Created by Carlosgs (http://carlosgs.es)
// License: Attribution - Share Alike - Creative Commons (http://creativecommons.org/licenses/by-sa/3.0/)
use <../frame.scad>
module frame_flatDXF(with_motor = 0, show_printbed = 1) {
projection(cut=true)
translate([0,0,-1]) {
frame(with_motor, show_printbed);
}
}
//frame_flatDXF(with_motor = 1, show_printbed = 1);
scale([-1,1,1]) frame_flatDXF(with_motor = 0, show_printbed = 1);

File diff suppressed because it is too large Load Diff