Add an order number placeholder on the top plate (#9)
Co-authored-by: Leo B <leo.the.soundmonster@gmail.com>
This commit is contained in:
parent
22780e497b
commit
8e4408f26e
2 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
output
|
||||||
|
|
|
@ -259,8 +259,17 @@ pcbs:
|
||||||
edge:
|
edge:
|
||||||
outline: plate
|
outline: plate
|
||||||
layer: Edge.Cuts
|
layer: Edge.Cuts
|
||||||
|
footprints:
|
||||||
|
jlc_order_number:
|
||||||
|
type: text
|
||||||
|
anchor:
|
||||||
|
ref:
|
||||||
|
- matrix_ring_home
|
||||||
|
shift: [-0.25 kx, 0.5 ky]
|
||||||
|
params:
|
||||||
|
text: "JLCJLCJLCJLC"
|
||||||
|
justify: left
|
||||||
bottom_plate:
|
bottom_plate:
|
||||||
# include JLCJLCJLCJLC text somewhere
|
|
||||||
include_keys: false
|
include_keys: false
|
||||||
outlines:
|
outlines:
|
||||||
edge:
|
edge:
|
||||||
|
|
Loading…
Reference in a new issue