Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Choc_Chicago_Steno_Thumb.scad
Original file line number Diff line number Diff line change
Expand Up @@ -462,15 +462,16 @@ module cherry_stem(depth, slop) {
module choc_stem(draftAng = 5) {
stemHeight = 3.1;
dia = .15;
wids = 1.2/2;
rad = dia/2;
wids = 1.1/2;
lens = 2.9/2;
module Stem() {
difference(){
translate([0,0,-stemHeight/2])linear_extrude(height = stemHeight)hull(){
translate([wids-dia,-3/2])circle(d=dia);
translate([-wids+dia,-3/2])circle(d=dia);
translate([wids-dia, 3/2])circle(d=dia);
translate([-wids+dia, 3/2])circle(d=dia);
translate([wids-rad,-lens+rad])circle(d=dia);
translate([-wids+rad,-lens+rad])circle(d=dia);
translate([wids-rad, lens-rad])circle(d=dia);
translate([-wids+rad, lens-rad])circle(d=dia);
}

//cuts
Expand Down Expand Up @@ -578,4 +579,4 @@ lp_key = [

//#translate([0,17,0])cube([14.5, 13.5, 4], center = true); // internal check
//#translate([0,0,5])cube([19.05, 19.05, 10], center = true); // internal check
//#translate([0,0,0])cube([17.5, 16.5, 10], center = true); // internal check
//#translate([0,0,0])cube([17.5, 16.5, 10], center = true); // internal check