Compare commits

..

No commits in common. "7acb14127e9ceb716e30948aef4452f54e5b7811" and "c3401f1680b63e30e4c3953724429916c8b69448" have entirely different histories.

10 changed files with 4 additions and 64322 deletions

View File

@ -1,7 +1,7 @@
// some basic 2d-to-2d-extrusion of DXF-Vectorfiles // some basic 2d-to-2d-extrusion of DXF-Vectorfiles
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0 // by zeus - zeus@ctdo.de - CC-BY-NC-4.0
// -> https://www.thingiverse.com/zeus // -> https://www.thingiverse.com/zeus
// -> https://git.kostianix.de/zeus/3d-stuff // -> https://github.com/zeus86
// 2015-05-05 // 2015-05-05
h=5; 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([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("src/rose2.dxf"); scale([0.4,0.4,1])#linear_extrude(height = h/2*1) import("rose2.dxf");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,7 +1,7 @@
// some basic 2d-to-3d-extrusion of Vectorfiles // some basic 2d-to-3d-extrusion of Vectorfiles
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0 // by zeus - zeus@ctdo.de - CC-BY-NC-4.0
// -> https://www.thingiverse.com/zeus // -> https://www.thingiverse.com/zeus
// -> https://git.kostianix.de/zeus/3d-stuff // -> https://github.com/zeus86
// 2021-02-18 // 2021-02-18
// ############### // ###############
h=4; //height h=4; //height
@ -21,7 +21,7 @@ difference(){
translate([w/3,0,h-emd]){ translate([w/3,0,h-emd]){
scale([0.66,0.66,0.66]){ scale([0.66,0.66,0.66]){
linear_extrude(height = h/2*1){ linear_extrude(height = h/2*1){
import("src/snakemake_sw.svg",center=true); import("snakemake_sw.svg",center=true);
} }
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB