From f69a88300fa4e10ff9c4b48603d860a3f3ebe92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 13 Sep 2022 12:19:22 +0200 Subject: [PATCH] brd: add material propertires --- template.kicad_pcb | 12 ++++-------- template.kicad_pro | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/template.kicad_pcb b/template.kicad_pcb index f1c05c6..2a1b002 100644 --- a/template.kicad_pcb +++ b/template.kicad_pcb @@ -17,8 +17,6 @@ (0 "F.Cu" signal) (31 "B.Cu" signal) (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) (36 "B.SilkS" user "B.Silkscreen") (37 "F.SilkS" user "F.Silkscreen") (38 "B.Mask" user) @@ -33,15 +31,13 @@ (setup (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) + (layer "F.SilkS" (type "Top Silk Screen") (color "White")) + (layer "F.Mask" (type "Top Solder Mask") (color "Green") (thickness 0.01)) (layer "F.Cu" (type "copper") (thickness 0.035)) (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) + (layer "B.Mask" (type "Bottom Solder Mask") (color "Green") (thickness 0.01)) + (layer "B.SilkS" (type "Bottom Silk Screen") (color "White")) (copper_finish "None") (dielectric_constraints no) ) diff --git a/template.kicad_pro b/template.kicad_pro index 35aa3ac..3ecedb5 100644 --- a/template.kicad_pro +++ b/template.kicad_pro @@ -2,7 +2,7 @@ "board": { "design_settings": { "defaults": { - "board_outline_line_width": 0.09999999999999999, + "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, "copper_text_size_h": 1.5, @@ -16,7 +16,7 @@ "arrow_length": 1270000, "extension_offset": 500000, "keep_text_aligned": true, - "suppress_zeroes": false, + "suppress_zeroes": true, "text_position": 0, "units_format": 1 },