clock faces combined, numbering added
This commit is contained in:
104918
Clock_Face_Arabic.stl
Normal file
104918
Clock_Face_Arabic.stl
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
Clock_Face_Combined.stl
Normal file
BIN
Clock_Face_Combined.stl
Normal file
Binary file not shown.
BIN
Clock_Face_Combined_Arabic.stl
Normal file
BIN
Clock_Face_Combined_Arabic.stl
Normal file
Binary file not shown.
129222
Clock_Face_Roman.stl
Normal file
129222
Clock_Face_Roman.stl
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
66110
Clock_Face_Tickmarks_Raised.stl
Normal file
66110
Clock_Face_Tickmarks_Raised.stl
Normal file
File diff suppressed because it is too large
Load Diff
24
face.scad
Normal file
24
face.scad
Normal file
@@ -0,0 +1,24 @@
|
||||
// translate([0,0,-6])
|
||||
// import("Clock_Face_Background.stl");
|
||||
translate([0,0,11])
|
||||
import("Clock_Face_Tickmarks.stl");
|
||||
|
||||
// add digits to the tickmarks
|
||||
|
||||
function digit(d, t)=
|
||||
t=="arabic"?
|
||||
str(d):
|
||||
["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"][d-1];
|
||||
|
||||
for (i=[1:12])
|
||||
{
|
||||
rotate(360-30*i)
|
||||
translate([0,62,0])
|
||||
linear_extrude(4.8, convexity=10)
|
||||
text(digit(i, "roman"), halign="center", valign="center", size=12, font="Times New Roman:style=Regular");
|
||||
}
|
||||
|
||||
// to raise the tickmarks so they are at the proper height when combined by the slicer
|
||||
|
||||
translate([0,58,0])
|
||||
cylinder(d=1, h=2);
|
||||
BIN
printed/Clock_Face_Combined_Roman.stl
Normal file
BIN
printed/Clock_Face_Combined_Roman.stl
Normal file
Binary file not shown.
Reference in New Issue
Block a user