Skip to content

Commit

Permalink
switch all caps to a rounded stem
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Mar 14, 2021
1 parent 39b3949 commit 5d0e30a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions caps/copy-paste.scad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include <../KeyV2/includes.scad>

cherry() legend("C") key();
translate_u(1) legend("V") key();
rounded_cherry() legend("C") key();
translate_u(1) rounded_cherry() legend("V") key();
2 changes: 1 addition & 1 deletion caps/downvote.scad
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include <../KeyV2/includes.scad>

$font_size=3;
cherry() front_legend("[dup]") key(inset=true)
rounded_cherry() front_legend("[dup]") key(inset=true)
{
translate([0, 0, -0.5])
linear_extrude(3)
Expand Down
2 changes: 1 addition & 1 deletion caps/logo.scad
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include <../KeyV2/includes.scad>

cherry() key(inset=true) {
rounded_cherry() key(inset=true) {
translate([0, 0, -0.5])
linear_extrude(3)
import("../Stacks-Icons/src/Icon/LogoGlyph.svg", center=true);
Expand Down
2 changes: 1 addition & 1 deletion caps/upvote.scad
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include <../KeyV2/includes.scad>

difference()
{
cherry() key(inset=true)
rounded_cherry() key(inset=true)
{
translate([0, 0, -0.5])
linear_extrude(3)
Expand Down

0 comments on commit 5d0e30a

Please sign in to comment.