Skip to content

Commit aa14e79

Browse files
committed
Intreduice Oxidation Cleaning
1 parent 77a21ac commit aa14e79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/components/workspace-context.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
6464
includeSoldermask: true,
6565
includeSilkscreen: true,
6666
includeCopperCutFill: true,
67-
includeLayers: ["top", "bottom"],
67+
includeOxidationCleaningLayer: true,
68+
includeLayers: ["top"],
6869
laserSpotSize: 0.005,
6970
traceMargin: 0,
7071
copperCutFillMargin: 0,
@@ -91,7 +92,8 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
9192
includeSoldermask: true,
9293
includeSilkscreen: true,
9394
includeCopperCutFill: true,
94-
includeLayers: ["top", "bottom"],
95+
includeOxidationCleaningLayer: true,
96+
includeLayers: ["top"],
9597
}))
9698
}
9799

0 commit comments

Comments
 (0)