3
1
Back

Panels/FireballSpell_Large.webp create mode 160000 rename from 3D Printing/6u_wing_v1.scad Normal file Unescape Schematics/SynthMages.pretty/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles_Shaft_Centered.kicad_mod Normal file Unescape // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 12; label_font_size = 5; thickness=2; */ module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); } module pot_wh148() { module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); // draw a "vertical" wall to mount the circuit board for extraction.

New Pull Request