Skip to content

Commit

Permalink
Default mode for trace is constant
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 authored Aug 28, 2024
1 parent f606602 commit 879820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcb/pcb_trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const pcb_trace = z.object({
pcb_trace_id: z.string(),
route_thickness_mode: z
.enum(["constant", "interpolated"])
.default("interpolated")
.default("constant")
.optional(),
should_round_corners: z.boolean().optional(),
route: z.array(
Expand Down

0 comments on commit 879820a

Please sign in to comment.