diff --git a/README.md b/README.md index c4acbb2..2fddceb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Some libraries wont show up in the manager, to solve this try searching the deve These are the current planned steps: - [ ] Prepare Hull - - [ ] Carve out Electronics Box, Servo Hole and Dagger Board Hole + - [ ] Carve out Electronics Box, Servo Hole and Dagger Board Hole - [ ] Coat in PVA glue - [ ] Coat in Epoxy Resin - [ ] Create Sail diff --git a/ServoHolder.scad b/ServoHolder.scad deleted file mode 100644 index 05c70e5..0000000 --- a/ServoHolder.scad +++ /dev/null @@ -1,89 +0,0 @@ -$fn = 30; // number of faces in screw holes - -thickness = 5; // thickness, this doesnt work - -// main body -width = 70; -depth = 70; -height = 32; - -// servo -sWidth = 15; -sDepth = 32; -sHeight = 5; - -cWidth = 10; // cutout width - -sDiameter = 5; // screw diameter - -// top surface -difference() -{ - // main - cube([width, depth, thickness]); - - union() - { - // edge cutout - translate([0, 10+thickness, 0]) - cube([cWidth, 45, thickness]); - - // edge cutout - translate([width-cWidth, 10+thickness, 0]) - cube([cWidth, 45, thickness]); - - // servo hole - translate([(width/2)-(sWidth/2), 30, 0]) - cube([sWidth, sDepth, sHeight]); - - // screw holes - - // upper left - translate([cWidth/2, width-cWidth/2, 0]) - cylinder(h=thickness, d=sDiameter); - // upper right - translate([depth-cWidth/2, width-cWidth/2, 0]) - cylinder(h=thickness, d=sDiameter); - - /* - // lower right - translate([depth-cWidth/2, cWidth/2+thickness, 0]) - cylinder(h=thickness, d=sDiameter); - // lower left - translate([cWidth/2, cWidth/2+thickness, 0]) - cylinder(h=thickness, d=sDiameter); - */ - } -} - - -// side surface -difference() -{ - // main - translate([0, 0, -height]) - cube([width, thickness, height]); - - union() - { - // edge cutout - translate([0, 0, -(height+5)]) - cube([cWidth, 10, 27]); - - // edge cutout - translate([width-cWidth, 0, -(height+5)]) - cube([cWidth, 10, 27]); - - // lower right - translate([depth-cWidth/2, cWidth/2, -5]) - rotate([90, 0, 0]) - cylinder(h=thickness, d=sDiameter); - - // lower left - translate([cWidth/2, cWidth/2, -5]) - rotate([90, 0, 0]) - cylinder(h=thickness, d=sDiameter); - - } - -} diff --git a/rudder.scad b/rudder.scad deleted file mode 100644 index 7e360bf..0000000 --- a/rudder.scad +++ /dev/null @@ -1,2 +0,0 @@ -linear_extrude(height = 2) -import("rudderProfile.svg"); \ No newline at end of file diff --git a/rudderProfile.svg b/rudderProfile.svg deleted file mode 100644 index 778e05d..0000000 --- a/rudderProfile.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - Airfoil plot (user-000) NACA 0010 Airfoil M=0.0% P=0.0% T=10.0% by AirfoilTools.com - - - -