// ============================================================
// 3D Text to STL — customizable
// ============================================================
// --- Parameters you can change ---
text_string = "Hello World"; // word or phrase
font = "Khengu"; // font name or file path
font_size = 20; // text height in mm
text_thickness = 5; // extrusion depth in mm
// --- Quality ---
$fn = 60; // smoothness of curved letters
// --- Create the 3D text ---
linear_extrude(height = text_thickness)
text(
text = text_string,
size = font_size,
font = font,
halign = "center",
valign = "center"
);
(base) J4v@920:~$ fc-list : family | sort -u

