Skip to content

Commit

Permalink
add silkscreen rect and circle to any soup element
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 15, 2024
1 parent 5e6172e commit aa96a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/any_soup_element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export const any_soup_element = z.union([
pcb.pcb_silkscreen_line,
pcb.pcb_silkscreen_path,
pcb.pcb_silkscreen_text,
pcb.pcb_silkscreen_rect,
pcb.pcb_silkscreen_circle,
pcb.pcb_trace_error,
pcb.pcb_placement_error,
pcb.pcb_port_not_matched_error,
Expand Down

0 comments on commit aa96a19

Please sign in to comment.