mirror of
https://gitlab.com/zephray/glider.git
synced 2024-11-10 03:07:54 +00:00
Fix PCB thickness; add initial case design for lite version
This commit is contained in:
parent
266674c41d
commit
cde330abc4
2 changed files with 2 additions and 2 deletions
BIN
case/case.FCStd
Normal file
BIN
case/case.FCStd
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
(kicad_pcb (version 20221018) (generator pcbnew)
|
||||
|
||||
(general
|
||||
(thickness 1.61)
|
||||
(thickness 1.01)
|
||||
)
|
||||
|
||||
(paper "A4")
|
||||
|
@ -47,7 +47,7 @@
|
|||
(layer "F.Cu" (type "copper") (thickness 0.035))
|
||||
(layer "dielectric 1" (type "prepreg") (thickness 0.1) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
|
||||
(layer "In1.Cu" (type "copper") (thickness 0.035))
|
||||
(layer "dielectric 2" (type "core") (thickness 1.25) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
|
||||
(layer "dielectric 2" (type "core") (thickness 0.65) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
|
||||
(layer "In2.Cu" (type "copper") (thickness 0.035))
|
||||
(layer "dielectric 3" (type "prepreg") (thickness 0.1) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
|
||||
(layer "B.Cu" (type "copper") (thickness 0.035))
|
||||
|
|
Loading…
Reference in a new issue