Skip to content

Commit

Permalink
[Tests][Makefile][Fixed] Missing 3D model in test_v5.kicad_pcb
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 16, 2023
1 parent 4edf913 commit df4d45d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions tests/board_samples/kicad_6/test_v5.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model "${KIPRJMOD}/../../data/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)


Expand Down
13 changes: 9 additions & 4 deletions tests/board_samples/kicad_7/test_v5.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
)
)

(property "VAL_C2" "1000 pF")
(property "text" "Test")

(net 0 "")
(net 1 "unconnected-(C1-Pad1)")
(net 2 "unconnected-(C1-Pad2)")
Expand Down Expand Up @@ -305,6 +302,14 @@
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(model "${KIPRJMOD}/../../data/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

(gr_rect (start 126.7 71.3) (end 140.9 87.9)
(stroke (width 0.05) (type default)) (fill none) (layer "Edge.Cuts") (tstamp d645f00e-19f1-43e7-8c43-ee0954e655cf))

)

0 comments on commit df4d45d

Please sign in to comment.