3
1
Back

Module pot_wh148() { module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { Panels/title_test_18.stl Normal file Unescape // pots (all p160s): font_for_label = "Futura Md BT:style=Medium"; font_for_title = "Futura Md BT"; thickness = 2; // surface("FireballSpellSmall.png", center=true, invert=false); } module title(string, size=12, halign="center", font=font_for_title) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_label); .

New Pull Request