3
1
Back

Panels/FireballSpellVertSmall.png Normal file Unescape // Width of module (HP) width = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of panel after deducting left/right sub-panels // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom right [right_edge, rotate_vector_sin * height], // top stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12.5*3 + tolerance*4; //three knobs plus space between them right_panel_width = width_mm - h_margin; // elevated sockets to fit in glide controls From a5c5ff12ce18fecaaf346f973863d12bf361ac82 Mon Sep 17 00:00:00 2001 Subject: [PATCH] traces added but maybe won't keep traces added but maybe won't keep Fireball/Fireball.kicad_prl | 8 create mode 100644 Fireball/Fireball_panel.kicad_dru working_height = height - v_margin - title_font_size*1.5; top_row = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; col_left = thickness * 1.2; right_rib_x = width_mm - h_margin; out_row_1 = v_margin+12; Initial stab at a 10-step panel layout ideas Experimenting with more panel layout ideas.

New Pull Request