smaller version of gonicus logo

This commit is contained in:
2022-05-17 19:33:44 +02:00
parent deddc858ce
commit 73571cfcd8
4 changed files with 10014 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
// some basic 2d-to-3d-extrusion of Vectorfiles
// ###############
h=4; //height
w=25; //width
l=95; //lenght
hd=10; //hole_dia
emd=1; // embossing depth
h=3; //height
w=20; //width
l=75; //lenght
hd=7.5; //hole_dia
emd=1.25; // embossing depth
$fn=100; //resolution
// ###############
difference(){
@@ -15,8 +15,8 @@ difference(){
}
}
translate([w/4,0,h-emd]){
scale([0.4,0.4,1]){
linear_extrude(height = h/2*1){
scale([0.3,0.3,1]){
linear_extrude(height = h){
import("src/GONICUS-Logo_2022_logo-only.svg",center=true);
}
}

File diff suppressed because it is too large Load Diff