Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix solder mask #652

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Fix solder mask #652

merged 1 commit into from
Jan 12, 2024

Conversation

ohmtech-rdi
Copy link
Owner

This PR fixes a bug where the solder mask was still apparent on produced PCB despite the Keepout Zone.

First, the Keepout Zone was missing a *.Mask layer.
But furthermore, solder mask has an inverted logic, so it is needed to be added to the gerber for it to be removed in production.
On top of that, checkers were not showing layers properly and it looked like the solder mask was proper.

This has been checked, layer by layer, using the KiCad gerber tool for individual layers.

The min thickness value has been lowered a bit to make the copper layer follow more precisely fine details of the design. The 0.127mm value is supported by JLCPCB.

Solder mask has an inverted logic, so it is needed to add it to the gerber
so that it is effectively removed in production.
@ohmtech-rdi ohmtech-rdi added the bug Something isn't working label Jan 12, 2024
@ohmtech-rdi ohmtech-rdi self-assigned this Jan 12, 2024
@ohmtech-rdi ohmtech-rdi merged commit 5f39000 into main Jan 12, 2024
21 checks passed
@ohmtech-rdi ohmtech-rdi deleted the fix-translucence branch January 12, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant