Skip to content

Commit

Permalink
Correct name for the 2040-centered-4x-12deg board
Browse files Browse the repository at this point in the history
  • Loading branch information
jkominek committed Apr 25, 2022
1 parent dc4713c commit 4caa334
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 304 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(disableapertmacros false)
(usegerberextensions false)
(usegerberextensions true)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(creategerberjobfile false)
(svguseinch false)
(svgprecision 6)
(excludeedgelayer true)
Expand All @@ -56,7 +56,7 @@
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(subtractmaskfromsilk true)
(outputformat 1)
(mirror false)
(drillshape 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
35,
36
],
"visible_layers": "000fcff_80000001",
"visible_layers": "000b0ff_80000001",
"zone_display_mode": 0
},
"meta": {
"filename": "2020-centered-4x-12deg.kicad_prl",
"filename": "2040-centered-4x-12deg.kicad_prl",
"version": 3
},
"project": {
Expand Down
5 changes: 5 additions & 0 deletions hardware/sensorboards/createboard.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import pcbnew
import itertools

# NOTE
# the boards don't have netclasses, or anything specifying min
# trace widths or spacings, so pcbnew will let you make things
# which don't pass DRC. that makes this largely unhelpful. grrr.

# Generates mechanical layouts for sensorboards.
# You can vary all sorts of parameters and probably get a reasonable
# part placement and board outline instantly, instead of having to
Expand Down

0 comments on commit 4caa334

Please sign in to comment.