Initial infrastructure documentation - comprehensive homelab reference

This commit is contained in:
Funky (OpenClaw)
2026-02-23 03:42:22 +00:00
commit 0682c79580
169 changed files with 63913 additions and 0 deletions

View 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");