Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
12
Printing/Nameplates/test_simple_fred.scad
Normal file
12
Printing/Nameplates/test_simple_fred.scad
Normal file
@@ -0,0 +1,12 @@
|
||||
// Simple test for Fred text rendering
|
||||
name = "Fred";
|
||||
text_size = 13;
|
||||
|
||||
color("white")
|
||||
translate([0, 0, 1.5])
|
||||
linear_extrude(height=1)
|
||||
text(name,
|
||||
size=text_size,
|
||||
font="Fordscript",
|
||||
halign="center",
|
||||
valign="center");
|
||||
Reference in New Issue
Block a user