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

@ -109,11 +109,13 @@ union() {
translate(pwm_pot) pot_p160(); // pwm lvl
translate(c_tune) pot_p160(); // coarse tuning
translate(f_tune) pot_p160(); // fine tuning
translate([61,height-title_font_size*1.67,label_inset_height])
title("FIREBALL", size=12, font=font_for_title);
translate([61,height-title_font_size*3,label_inset_height])
title("VCO", size=12, font=font_for_title);
translate([0, -12, label_inset_height]) translate(saw_out) label("SAW", size=label_font_size);
translate([0, -12, label_inset_height]) translate(square_out) label("SQUARE", size=label_font_size);
translate([0, -12, label_inset_height]) translate(triangle_out) label("TRIANGLE", size=label_font_size);
@ -125,6 +127,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);
}
@ -159,11 +168,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);
}