Compare commits
2 Commits
c3401f1680
...
7acb14127e
Author | SHA1 | Date |
---|---|---|
zeus | 7acb14127e | |
zeus | 5fb7f9ebfc |
After Width: | Height: | Size: 65 KiB |
|
@ -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");
|
After Width: | Height: | Size: 44 KiB |
|
@ -1,7 +1,7 @@
|
|||
// 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
|
||||
// -> https://git.kostianix.de/zeus/3d-stuff
|
||||
// 2021-02-18
|
||||
// ###############
|
||||
h=4; //height
|
||||
|
@ -21,7 +21,7 @@ difference(){
|
|||
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);
|
||||
import("src/snakemake_sw.svg",center=true);
|
||||
}
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |