3
1
Back

90eb4a59497d2a7cd5af40574d33a6babf5b03e3 Mon Sep 17 00:00:00 2001 Subject: [PATCH] initial notes for v1 front panel design and includes 2.5mm centerward shift for input and output jacks input_column = h_margin; working_height = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - thickness*2; // draw panel, subtract holes union() { shape(fsh, cird+cdp*smt/100, cord, cfn*4, chg); module shape(hsh, ird, ord, fn4, hg x0= 0; x1 = hsh > 0 ? Ird : ord; x2 = hsh > 0 ? Ord : ird; y0=-0.1; y1=0; y2=abs(hsh); y3=hg-abs(hsh); y4=hg; y5=hg+0.1; if ( hsh >= 0 .

New Pull Request