Moved files into new folder

This commit is contained in:
Rosia 2022-12-01 12:10:15 +00:00
parent ab743c91d8
commit 3b82de0b1e
4 changed files with 1 additions and 139 deletions

View file

@ -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);
}
}

View file

@ -1,2 +0,0 @@
linear_extrude(height = 2)
import("rudderProfile.svg");

View file

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="106mm"
height="20.5mm"
viewBox="0 0 106 20.5"
version="1.1"
id="svg131"
sodipodi:docname="rudderProfile.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs135" />
<sodipodi:namedview
id="namedview133"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="2.2963934"
inkscape:cx="302.21303"
inkscape:cy="-58.570104"
inkscape:window-width="2182"
inkscape:window-height="1440"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g121" />
<title
id="title89">Airfoil plot (user-000) NACA 0010 Airfoil M=0.0% P=0.0% T=10.0% by AirfoilTools.com</title>
<g
transform="translate(3,8)"
id="g121">
<path
fill="none"
stroke="#ff0000"
stroke-width="0.1"
d="M 100,-0.11 99.85,-0.12 99.38,-0.18 98.62,-0.27 97.55,-0.39 96.19,-0.54 94.55,-0.72 92.63,-0.93 90.45,-1.16 88.02,-1.41 85.36,-1.68 82.47,-1.95 79.39,-2.24 76.12,-2.54 72.7,-2.83 69.13,-3.12 65.45,-3.41 61.67,-3.69 57.82,-3.95 53.92,-4.19 50,-4.41 46.08,-4.6 42.18,-4.76 38.33,-4.88 34.55,-4.96 30.87,-5 l -3.57,0.01 -3.42,0.07 -3.27,0.11 -3.08,0.17 -2.89,0.22 -2.66,0.27 L 9.55,-3.84 7.37,-3.48 5.45,-3.07 3.81,-2.63 2.45,-2.16 1.38,-1.65 0.62,-1.13 0.15,-0.57 0,0 l 0.15,0.57 0.47,0.56 0.76,0.52 1.07,0.51 1.36,0.47 1.64,0.44 1.92,0.41 2.18,0.36 2.43,0.31 2.66,0.27 2.89,0.22 3.08,0.17 3.27,0.11 L 27.3,4.99 30.87,5 34.55,4.96 38.33,4.88 42.18,4.76 46.08,4.6 50,4.41 53.92,4.19 57.82,3.95 61.67,3.69 65.45,3.41 69.13,3.12 72.7,2.83 76.12,2.54 79.39,2.24 82.47,1.95 85.36,1.68 88.02,1.41 90.45,1.16 92.63,0.93 94.55,0.72 96.19,0.54 97.55,0.39 98.62,0.27 99.38,0.18 99.85,0.12 100,0.11"
id="path111" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB