Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
H3wastooshort committed May 23, 2024
1 parent c013da9 commit 288c001
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hardware/the_extender.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@

(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen") (color "White"))
(layer "F.SilkS" (type "Top Silk Screen") (color "#FFFFFFFF"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (color "Purple") (thickness 0.01))
(layer "F.Mask" (type "Top Solder Mask") (color "#69005CCC") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "prepreg") (color "#80808000") (thickness 0.2014) (material "7628") (epsilon_r 4.4) (loss_tangent 0))
(layer "dielectric 1" (type "prepreg") (color "#AAAAAA80") (thickness 0.2014) (material "7628") (epsilon_r 4.4) (loss_tangent 0))
(layer "In1.Cu" (type "copper") (thickness 0.0152))
(layer "dielectric 2" (type "core") (color "FR4 natural") (thickness 1.065) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "dielectric 2" (type "core") (color "#807A38FF") (thickness 1.065) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "In2.Cu" (type "copper") (thickness 0.0152))
(layer "dielectric 3" (type "prepreg") (color "#80808000") (thickness 0.2104) (material "7628") (epsilon_r 4.4) (loss_tangent 0))
(layer "dielectric 3" (type "prepreg") (color "#AAAAAA80") (thickness 0.2104) (material "7628") (epsilon_r 4.4) (loss_tangent 0))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (color "Purple") (thickness 0.01))
(layer "B.Mask" (type "Bottom Solder Mask") (color "#69005CCC") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen") (color "White"))
(layer "B.SilkS" (type "Bottom Silk Screen") (color "#FFFFFFFF"))
(copper_finish "HAL SnPb")
(dielectric_constraints no)
)
Expand Down

0 comments on commit 288c001

Please sign in to comment.