-
-
Notifications
You must be signed in to change notification settings - Fork 62
fix(border painter): improve fill validation for paint edge.cuts with (fill: no) in kicad_pcb #111
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
Conversation
…: no) in kicad_pcb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes the issue.
makes it work with kicad 9 files.
Hey @theacodes 👋🏻, |
Looks great, thank you for doing this! & thank you for the ping, I definitely have time to review PRs. :) |
Looks like there's a small lint issue, do you mind fixing that? Once it's good, I'll merge. :) |
src/viewers/board/painter.ts
Outdated
return (this.view_painter as BoardPainter).filter_net; | ||
} | ||
|
||
protected isFillValid(fill: string ): boolean { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier doesn't like the space after string
The lint error has been fixed and is this PR ready to be merged now ?Let me know if there's anything else that needs adjusting. @theacodes @stonedDiscord |
Yes, looks wonderful! Thank you, sorry for taking so long to review again. :) |
Hi,
|
fix #107
test file test.zip
before

after
