Skip to content

Commit

Permalink
missed in the pill shape
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Jan 21, 2025
1 parent 67dc9ab commit 2f808db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pcb/pcb_smtpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export const pcb_smtpad_pill = z.object({
type: z.literal("pcb_smtpad"),
shape: z.literal("pill"),
pcb_smtpad_id: getZodPrefixedIdWithDefault("pcb_smtpad"),
pcb_group_id: z.string().optional(),
subcircuit_id: z.string().optional(),
x: distance,
y: distance,
width: z.number(),
Expand Down Expand Up @@ -145,6 +147,8 @@ export interface PcbSmtPadPill {
type: "pcb_smtpad"
shape: "pill"
pcb_smtpad_id: string
pcb_group_id?: string
subcircuit_id?: string
x: Distance
y: Distance
width: number
Expand Down

0 comments on commit 2f808db

Please sign in to comment.