Skip to content

Commit

Permalink
combine up/downvote key files
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Mar 14, 2021
1 parent 5d0e30a commit 5fd7a5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions caps/downvote.scad

This file was deleted.

9 changes: 9 additions & 0 deletions caps/upvote.scad → caps/up-downvote.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include <../KeyV2/includes.scad>

$font_size=3;

difference()
{
rounded_cherry() key(inset=true)
Expand All @@ -17,3 +19,10 @@ difference()
import("../Stacks-Icons/src/Icon/Bookmark.svg", center=true);
}
}

translate_u(1) rounded_cherry() front_legend("[dup]") key(inset=true)
{
translate([0, 0, -0.5])
linear_extrude(3)
import("../Stacks-Icons/src/Icon/ArrowDown.svg", center=true);
};

0 comments on commit 5fd7a5b

Please sign in to comment.