Skip to content

Commit a1870a1

Browse files
OK, put the bottom layers back because kibot assumes they are there.
Ensure CPL filenames are unique for top and bottom.
1 parent 01987a9 commit a1870a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Kicad/.kibot/gerbers_jlcpcb.kibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ outputs:
113113
type: position
114114
options:
115115
variant: rotated
116-
output: "%f-%r-cpl.%x"
116+
output: "%f-%r-%i.%x"
117117
format: CSV
118118
units: millimeters
119119
separate_files_for_front_and_back: true

Kicad/neotron-pico.kicad_pcb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(kicad_pcb (version 20211014) (generator pcbnew)
22

33
(general
4-
(thickness 1.60652)
4+
(thickness 1.61652)
55
)
66

77
(paper "A3")
@@ -19,9 +19,13 @@
1919
(1 "In1.Cu" power)
2020
(2 "In2.Cu" power)
2121
(31 "B.Cu" signal)
22+
(32 "B.Adhes" user "B.Adhesive")
2223
(33 "F.Adhes" user "F.Adhesive")
24+
(34 "B.Paste" user)
2325
(35 "F.Paste" user)
26+
(36 "B.SilkS" user "B.Silkscreen")
2427
(37 "F.SilkS" user "F.Silkscreen")
28+
(38 "B.Mask" user)
2529
(39 "F.Mask" user)
2630
(40 "Dwgs.User" user "User.Drawings")
2731
(41 "Cmts.User" user "User.Comments")
@@ -31,6 +35,7 @@
3135
(45 "Margin" user)
3236
(46 "B.CrtYd" user "B.Courtyard")
3337
(47 "F.CrtYd" user "F.Courtyard")
38+
(48 "B.Fab" user)
3439
(49 "F.Fab" user)
3540
)
3641

@@ -46,6 +51,9 @@
4651
(layer "In2.Cu" (type "copper") (thickness 0.0152))
4752
(layer "dielectric 3" (type "core") (thickness 0.2104) (material "FR4") (epsilon_r 4.6) (loss_tangent 0.02))
4853
(layer "B.Cu" (type "copper") (thickness 0.035))
54+
(layer "B.Mask" (type "Bottom Solder Mask") (color "Green") (thickness 0.01) (material "Liquid Ink") (epsilon_r 3.3) (loss_tangent 0))
55+
(layer "B.Paste" (type "Bottom Solder Paste"))
56+
(layer "B.SilkS" (type "Bottom Silk Screen") (color "White") (material "Liquid Photo"))
4957
(copper_finish "ENIG")
5058
(dielectric_constraints yes)
5159
)

0 commit comments

Comments
 (0)