Skip to content

Commit

Permalink
tweak image sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Mar 20, 2021
1 parent 525901a commit f54f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclosure.scad
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ difference()
imgDepth = 0.5;
translate([encLength - imgDepth, encWidth / 2, encHeight / 2])
rotate([90, 0, 90])
resize([encWidth - mod, 0, 0], auto=[true,true,false])
resize([encWidth - mod - cornerCurveRadius, 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 f54f69f

Please sign in to comment.