reordering some files

main
zeus 2021-03-08 16:49:36 +01:00
parent 5fb7f9ebfc
commit 7acb14127e
9 changed files with 64320 additions and 81628 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,7 +1,7 @@
// some basic 2d-to-2d-extrusion of DXF-Vectorfiles
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0
// -> https://www.thingiverse.com/zeus
// -> https://github.com/zeus86
// -> https://git.kostianix.de/zeus/3d-stuff
// 2015-05-05
h=5;
@ -11,4 +11,4 @@ translate([92.5,115,-h/2*1]){
scale([1.0,1.5,1]) cylinder(r=90.0, h=h/2*1);
}
scale([0.4,0.4,1])#linear_extrude(height = h/2*1) import("rose2.dxf");
scale([0.4,0.4,1])#linear_extrude(height = h/2*1) import("src/rose2.dxf");

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,29 +0,0 @@
// some basic 2d-to-3d-extrusion of Vectorfiles
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0
// -> https://www.thingiverse.com/zeus
// -> https://github.com/zeus86
// 2021-02-18
// ###############
h=4; //height
w=25; //width
l=112.5; //lenght
hd=10; //hole_dia
emd=1; // embossing depth
$fn=100; //resolution
// ###############
difference(){
translate([0,0,h/2*1]){
hull(){
translate([+(l-w)/2,0,0])cylinder(h=h,r=w/2,center=true,$fn=100);
translate([-(l-w)/2,0,0])cylinder(h=h,r=w/2,center=true,$fn=100);
}
}
translate([w/3,0,h-emd]){
scale([0.66,0.66,0.66]){
linear_extrude(height = h/2*1){
import("snakemake_sw.svg",center=true);
}
}
}
translate([-(l/2)+(w/3),0,h/2])cylinder(h=h+0.1,r=hd/2,center=true);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.3 KiB

File diff suppressed because it is too large Load Diff