Skip to content

Commit

Permalink
version 0.31
Browse files Browse the repository at this point in the history
Forgot to comment out some test code at the bottom
  • Loading branch information
Jaydmdigital committed Apr 17, 2014
1 parent 0160b69 commit dd5dfca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frame_motor.scad
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ translate([0, 0, extrusion*2.5/2]) frame_motor();

//translate([(extrusion+thickness)/2+fin_d,vertex_offset/2,fin_w/2]) rotate([0,0,-30]) cube([1,50,fin_w]);


/*
color("gray")rotate(-30)translate([vertex_x_offset+0.25,vertex_y_offset/2,0])
translate([10,0,10+30])rotate([-90,0,0])
difference(){
Expand Down Expand Up @@ -77,7 +77,7 @@ translate([-10,0,10])rotate([-90,0,0])
import("./assembly/2020_1000mm.stl", convexity=10);
translate([-12,-12,240])cube([24,24,(1000-240)+2]);
}

*/
/*
%rotate(-30)cube([45,vertex_offset/2,25]);
color("gray")rotate(-30)translate([(extrusion-thickness)/2,vertex_offset/2,0])
Expand Down
16 changes: 8 additions & 8 deletions vertex.scad
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,27 @@ module vertex(height, idler_offset, idler_space, fin_w=5, fin_d, fins=0, fn=180)
translate([29.5,35,(height-extrusion)/2]) rotate([0,0,60])
difference(){
fin(54,fin_d,fin_w+1);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
}
translate([29.5,35,-(height-extrusion)/2]) rotate([0,0,60])
difference(){
fin(54,fin_d,fin_w+1);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
}
translate([-29.5,35,(height-extrusion)/2]) rotate([0,0,-60])
difference(){
fin(54,fin_d,fin_w+1);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
}

translate([-29.5,35,-(height-extrusion)/2]) rotate([0,0,-60])
difference(){
fin(54,fin_d,fin_w+1);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r1=11/2*sqrt(2), r2=extrusion/2, h=5.5, $fn=4);
translate([-22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
translate([22,-1.6,0])rotate([90,45,0]) cylinder(r=11/2*sqrt(2), h=5.5, $fn=4);
}
}
intersection() {
Expand Down

0 comments on commit dd5dfca

Please sign in to comment.