Skip to content

Conversation

@nailoo
Copy link

@nailoo nailoo commented Nov 5, 2025

@vercel
Copy link

vercel bot commented Nov 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Nov 5, 2025 1:24pm

if (showSolderMask) {
return createSvgUrl(fsMapOrCode, "pcb", { showSolderMask: true })
}
return createSvgUrl(fsMapOrCode, "pcb")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can simplify this by allowing showSolderMask to be undefined

@seveibar
Copy link
Contributor

seveibar commented Nov 5, 2025

3d view is messed up, it is a simple fix in circuit json to gltf, you just need to add showSolderMask to it’s internal call to circuit-to-svg! Nice work!!!

also, traditionally the schematic representation should have all the pins on one side, you can use schPinArrangement

image

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Capacitive Touch Slider element, add solvermask support to smtpad, document capacitive touch element

2 participants