Skip to content

Commit ea321d1

Browse files
authored
Merge pull request #60 from AnasSarkiz/main
Enable soldermask cure layer
2 parents 905bac3 + 830bcbf commit ea321d1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/workspace-context.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
6565
includeSilkscreen: true,
6666
includeCopperCutFill: true,
6767
includeOxidationCleaningLayer: true,
68+
includeSoldermaskCure: true,
6869
includeLayers: ["top"],
6970
laserSpotSize: 0.005,
7071
traceMargin: 0,
@@ -93,6 +94,7 @@ export function WorkspaceProvider({ children }: { children: ReactNode }) {
9394
includeSilkscreen: true,
9495
includeCopperCutFill: true,
9596
includeOxidationCleaningLayer: true,
97+
includeSoldermaskCure: true,
9698
includeLayers: ["top"],
9799
}))
98100
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@radix-ui/react-dialog": "^1.1.15",
2020
"@tscircuit/plop": "^0.0.72",
2121
"circuit-json": "^0.0.356",
22-
"circuit-json-to-lbrn": "^0.0.54",
22+
"circuit-json-to-lbrn": "^0.0.58",
2323
"circuit-to-svg": "^0.0.316",
2424
"kicad-to-circuit-json": "^0.0.17",
2525
"lbrnts": "^0.0.17",

0 commit comments

Comments
 (0)