Skip to content

Commit

Permalink
Slightly enlarged print bed retainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gklyne committed Dec 15, 2012
1 parent a66319b commit f69d8cc
Show file tree
Hide file tree
Showing 3 changed files with 20,944 additions and 4,882 deletions.
6 changes: 3 additions & 3 deletions PrintBedRetainer/PrintBedRetainerMk3.scad
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// tilt = tilt angle for clamping affect
// d = delta

tilt = 0.75; // reduction in height on shorter side of hub
tilt = 0.85; // reduction in height on shorter side of hub

module PrintBedRetainer(odh, odf, id, rt, ft, ll, lt, tilt, d)
{
Expand Down Expand Up @@ -53,15 +53,15 @@ module PrintBedRetainer(odh, odf, id, rt, ft, ll, lt, tilt, d)

// Actual objects here

ll = 14; // Lever length
ll = 15; // Lever length

for (xo = [-1, 1])
{
for ( yo = [-1, 1])
{
translate([ll*xo, ll*yo, 0])
// od1 od2 id rt ft ll lt d
PrintBedRetainer(12, 16, 4, 6, 2, ll, 3, tilt*yo, 0.1);
PrintBedRetainer(13, 18, 4, 6, 2, ll, 4, tilt*yo, 0.1);
}
}

Expand Down
Loading

0 comments on commit f69d8cc

Please sign in to comment.