3
1
Back

This would override board outline and milled areas # (condition "A.Type == 'track' && B.Layer == 'Edge.Cuts'")) # drill/hole size condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'track'")) # This would override board outline and milled areas # (condition "A.Type == 'pad' && B.Type == A.Type && A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == A.Type && A.Net != B.Net" (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'graphic')" (condition "A.Type == 'via' && B.Type == 'track'" (condition "A.Type == 'pad' && B.Type == 'track'" (condition "A.isPlated() && B.Type == A.Type" (condition "A.Type == 'pad' && !A.isPlated()" (condition "A.Type == 'track'" From f12031bb4117bdc0bfa93734f5e1f978a14297b0 Mon Sep 17 00:00:00 2001 Subject: [PATCH 09/13] Notes from MK's PCB livestream # Format documentation: http://kicad-pcb.org/help/file-formats/ # KiCad backups folders temp_* # Compressed files *.zip # Mac stuff *.DS_Store # Emacs temps *~ Initial version .gitignore | 2 | 47k | Resistor | | C6, C7, C8, C9 Schottky Barrier Rectifier Diode, DO-41 | | | | R109, R111, R113 | 3 | AudioJack2 | Audio Jack, 2 Poles (Mono / TS *(optional) SIP socket, 2.54 mm, 1x10 Pin header, 2.54 mm, 1x7 Pin socket, 2.54 mm, 1x7 Pin socket, 2.54 mm, 1x4 | | | | | | | S3 | 1 Kosmo_panel | 2 .../Unseen Servant/Unseen Servant.kicad_sch | 30 Schematics/panel_mount_component_sizes.txt | 43 ...ha_16mm_Long_Pin_Single_Vertical.kicad_mod | 37 ...0D_Single_Vertical_CircularHoles.kicad_mod.

New Pull Request