STLs, 10hp version, others schematics

This commit is contained in:
George Dorn 2022-08-20 10:25:44 -07:00
parent b404e3f9c5
commit e8295830c4
18 changed files with 360 additions and 18 deletions

View file

@ -22,9 +22,9 @@ U = 44.45;
// Horizontal pitch size (mm)
HP = 5.07; // 5.07 for a little bit of margin
// Futura Light typeface for labels
default_label_font = "Futura Md BT:style=Medium";
font_for_title = "QuentinCaps:style=Regular";
title_font_size = 9;
default_label_font = "Futura Md BT";
font_for_title = "QuentinEF:style=Medium";
title_font_size = 12;
label_font_size = 5;
$fn=FN;
@ -123,6 +123,13 @@ union() {
translate([0, -12, label_inset_height]) translate(c_tune) label("Coarse", size=label_font_size);
translate([0, -12, label_inset_height]) translate(f_tune) label("Fine", size=label_font_size);
color([1,0,0])
translate([63,height-75,thickness+.01])
// rotate([0,0,-120])
scale([.38,.38,-.005])
surface("FireballSpellVertSmaller.png", center=true, invert=false);
}
@ -157,11 +164,6 @@ union() {
// surface("FIREBALL VCO.png", center=true, invert=false);
// color([1,0,0])
// translate([62,height-60,thickness-.01])
// rotate([0,0,-120])
// scale([.175,.175,.025])
// surface("FireballSpellSmall.png", center=true, invert=false);
}