Browse Source

Modification du PCB pour donner le choix de fabrication simple ou double face

master
Youen 2 days ago
parent
commit
0aad71ee54
  1. 25018
      circuit/circuit.kicad_pcb
  2. 10
      circuit/circuit.kicad_pro

25018
circuit/circuit.kicad_pcb

File diff suppressed because it is too large Load Diff

10
circuit/circuit.kicad_pro

@ -33,9 +33,9 @@
"other_text_thickness": 0.15, "other_text_thickness": 0.15,
"other_text_upright": false, "other_text_upright": false,
"pads": { "pads": {
"drill": 0.762, "drill": 1.0,
"height": 1.524, "height": 2.0,
"width": 1.524 "width": 2.0
}, },
"silk_line_width": 0.15, "silk_line_width": 0.15,
"silk_text_italic": false, "silk_text_italic": false,
@ -119,7 +119,9 @@
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"track_widths": [ "track_widths": [
0.0 0.0,
0.22,
0.508
], ],
"via_dimensions": [ "via_dimensions": [
{ {

Loading…
Cancel
Save