Skip to content

Commit

Permalink
enlarge the enclosure logo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Mar 13, 2021
1 parent 8fde6cb commit d8b5e09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enclosure.scad
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ module post(h)
// draw the enclosure
difference()
{
mod = wallWidth * 2;

difference()
{
mod = wallWidth * 2;

rrect(10, encLength, encWidth, encHeight);
translate([wallWidth, wallWidth, wallWidth])
rrect(10, encLength-mod, encWidth-mod, encHeight);
Expand All @@ -84,8 +84,8 @@ difference()
imgDepth = wallWidth / 2;
translate([encLength - imgDepth, encWidth / 2, encHeight / 2])
rotate([90, 0, 90])
scale([1, 1, encHeight / 2])
linear_extrude(imgDepth)
resize([encWidth - mod, 0, 0], auto=[true,true,false])
linear_extrude(imgDepth + 1)
import("./Stacks-Icons/src/Icon/Logo.svg", center=true);
}

Expand Down

0 comments on commit d8b5e09

Please sign in to comment.