You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// crown cork with extra space |
|
include <size_collection.scad>; |
|
$fn=21; |
|
module cork() { |
|
cylinder(h=ceil(cork_h+1.5), d2=ceil(cork_d_top+1.5), d1=cork_d_bottom+2, center=true); // cork space |
|
}; |
|
|
|
cork(); |