3
1
Back

Override board outline and milled areas # (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == 'graphic')" # This would override board outline and milled areas # (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'" condition "A.Net != B.Net" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type" condition "A.Type == 'pad' && B.Type == A.Type" condition "A.Type == 'pad' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH 1/2] Fix rail clearance issues, add PCB slot, more options for potentiometer spoke placement Fix rail clearance issues, make all power traces large From 56529bef3a0c7d0b31cfccd6b6ce971fb35b4e9c Mon Sep 17 00:00:00 2001 Subject: [PATCH] Apply jlcpcb's design rules, small fixes for those Apply jlcpcb's design rules, small fixes for those 972e45fb78 Go to file 74231bd333 Port in fixes from v1.0 (the one that went to the Work. Docs/use.md Normal file Unescape Schematics/SynthMages.pretty/SLIDE_POT_0547.kicad_mod Normal file Unescape Schematics/Unseen Servant/Unseen Servant Front Panel v2.kicad_pcb Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/Potentiometer_Bourns_3296W_Vertical.kicad_mod Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/OSHW-Logo2_7.3x6mm_SilkScreen.kicad_mod Normal file Unescape Schematics/SynthMages.pretty/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles_Shaft_Centered.kicad_mod Normal file Unescape Hardware/PCB/precadsr_aux_Gerbers/precadsr-F_Cu.gbr Normal file Unescape Hardware/PCB/precadsr/precadsr.pro Normal file Unescape // Width of module (HP) width = 14; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; right_rib_x = width_mm - thickness*2; left_rib_x = hole_dist_side + thickness; right_rib_x .

New Pull Request