3
1
Back

== 'Edge.Cuts'" condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'track'" (condition "A.isPlated() && B.Type == 'track'" (condition "A.Type == 'via' && B.Type == 'graphic')")) # edge clearance condition "A.Type == 'track' && B.Type == 'track'" (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'" condition "A.Type == 'via' && B.Type == 'track'" (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.Type == 'pad' && (B.Type == 'text' || B.Type == A.Type" condition "A.Type == 'via' && B.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from MK's PCB livestream # Format documentation: https://kicad.org/help/file-formats/ # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak *-backups */fp-info-cache *.kicad_prl *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache # Netlist files (exported from Eeschema *.csv *.lck ########################## # Additional ignored # KiCad backups folders *-backups # Compressed files *.zip # Mac stuff *.DS_Store # Emacs temps main drumkit/README.md 3 lines bd1352a047 Fix annoyance of 2x05 IDC header THT 2x32 2.00mm double row surface-mounted straight pin header, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, single row Through hole angled socket strip, 1x20, 1.27mm pitch, 4.0mm pin length, single row Surface mounted socket strip SMD 2x19.

New Pull Request