Skip to content

Commit

Permalink
Release spark4pi-relay-actuator-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Vassilev committed Feb 2, 2024
1 parent 9e0fa1d commit 5bc2cd7
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 3,057 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
spark4pi-relay-actuator (2.2) jammy; urgency=medium

* Added strip-tstamp.py and removed pcb version with tstamp meta data
* Enclosure: Added secondary mounting hole to bottom plate for optional solutions based on a bracket hook holding the front and bottom panels together

-- Vladimir Vassilev <vladimir@lightside-instruments.com> Fri, 02 Feb 2024 10:01:39 +0100

spark4pi-relay-actuator (2.1) jammy; urgency=medium

* Restored grid origin to the top left corner of the board
Expand Down
7 changes: 7 additions & 0 deletions board/scripts/strip-tstamp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python3
import re
import sys

for line in sys.stdin:
out = re.sub(r' *\(tstamp [^\)]+\) *', '', line)
print(out,end="")
4 changes: 2 additions & 2 deletions board/spark.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(paper "A4")
(title_block
(title "spark4pi-relay-actuator-2.1")
(title "spark4pi-relay-actuator-2.2")
(company "Lightside Instruments AS")
)

Expand Down Expand Up @@ -2628,7 +2628,7 @@
(gr_text "A" (at 82 120.5) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text "SPARK4PI-RELAY-ACTUATOR-2.1" (at 27.75 96.5) (layer "F.SilkS")
(gr_text "SPARK4PI-RELAY-ACTUATOR-2.2" (at 27.75 96.5) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.3)) (justify left))
)
(gr_text "1" (at 86.5 120.5) (layer "F.SilkS")
Expand Down
2 changes: 1 addition & 1 deletion board/spark.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(paper "A2")
(title_block
(title "spark4pi-relay-actuator-2.1")
(title "spark4pi-relay-actuator-2.2")
(company "Lightside Instruments AS")
)
Expand Down

0 comments on commit 5bc2cd7

Please sign in to comment.