reordering some files
This commit is contained in:
BIN
openscad/own/2d-to-3d-scad/rose/img/rose.png
Normal file
BIN
openscad/own/2d-to-3d-scad/rose/img/rose.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
14
openscad/own/2d-to-3d-scad/rose/rose.scad
Normal file
14
openscad/own/2d-to-3d-scad/rose/rose.scad
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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://git.kostianix.de/zeus/3d-stuff
|
||||
// 2015-05-05
|
||||
|
||||
h=5;
|
||||
$fn=100;
|
||||
|
||||
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("src/rose2.dxf");
|
14614
openscad/own/2d-to-3d-scad/rose/src/rose2.dxf
Normal file
14614
openscad/own/2d-to-3d-scad/rose/src/rose2.dxf
Normal file
File diff suppressed because it is too large
Load Diff
64318
openscad/own/2d-to-3d-scad/rose/stl/rose.stl
Normal file
64318
openscad/own/2d-to-3d-scad/rose/stl/rose.stl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user