We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77a21ac + aa14e79 commit 905bac3Copy full SHA for 905bac3
lib/components/workspace-context.tsx
@@ -64,7 +64,8 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
64
includeSoldermask: true,
65
includeSilkscreen: true,
66
includeCopperCutFill: true,
67
- includeLayers: ["top", "bottom"],
+ includeOxidationCleaningLayer: true,
68
+ includeLayers: ["top"],
69
laserSpotSize: 0.005,
70
traceMargin: 0,
71
copperCutFillMargin: 0,
@@ -91,7 +92,8 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
91
92
93
94
95
96
97
}))
98
}
99
0 commit comments