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

DRC: Add checks for minimum drill distance #1122

Merged
merged 3 commits into from Mar 9, 2023

Conversation

ubruhin
Copy link
Member

@ubruhin ubruhin commented Mar 8, 2023

Adding two new DRC checks:

  • Minimum drill <-> drill distance
  • Minimum drill <-> board edge distance

image

The checks apply to both plated and non-plated drills. The default values are set to those shown in the screenshot, after a quick research I think these values should be fine for most PCB manufacturers.

Closes #1072

@ubruhin ubruhin added enhancement file format Issues affecting the file format tool-board-editor labels Mar 8, 2023
@ubruhin ubruhin added this to the 0.2.0 milestone Mar 8, 2023
@ubruhin ubruhin self-assigned this Mar 8, 2023
@ubruhin ubruhin force-pushed the 1072-drc-check-hole-distance branch from d93c824 to 50022dd Compare March 8, 2023 17:19
@ubruhin ubruhin force-pushed the 1072-drc-check-hole-distance branch from 50022dd to d98111e Compare March 8, 2023 17:46
@ubruhin ubruhin merged commit d24d83b into master Mar 9, 2023
10 checks passed
@ubruhin ubruhin deleted the 1072-drc-check-hole-distance branch March 9, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement file format Issues affecting the file format tool-board-editor
Development

Successfully merging this pull request may close these issues.

DRC: Add check for minimum drill distance
1 participant