-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from mvnmgrx/test_zones_on_outer_layers
Tests: Added test case for zones on outer layers only
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
(kicad_pcb (version 20221018) (generator pcbnew) | ||
|
||
(general | ||
(thickness 1.6) | ||
) | ||
|
||
(paper "A4") | ||
(layers | ||
(0 "F.Cu" signal) | ||
(31 "B.Cu" signal) | ||
) | ||
|
||
(setup | ||
(pad_to_mask_clearance 0) | ||
) | ||
|
||
(net 0 "") | ||
|
||
(zone (net 0) (net_name "") (layers "F&B.Cu") (tstamp 3562b45e-4bdd-495d-8608-16ebe61c5885) (hatch edge 0.5) | ||
(connect_pads (clearance 0.5)) | ||
(min_thickness 0.25) (filled_areas_thickness no) | ||
(fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) | ||
) | ||
) |