-
Notifications
You must be signed in to change notification settings - Fork 23
Support arcs in fp_poly polygons #162
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
25c49a7
Handle fp_poly arc segments
techmannih 99f27e9
Render filled fp_poly copper polygons
techmannih 71137c0
Fix fp_poly arc sampling orientation
techmannih fc172e4
format
techmannih 7129319
up
techmannih 780c7d9
up
techmannih a31de95
up in 1mm
techmannih 7ac0710
up in 1mm
techmannih 0a2ad67
Remove unused point deduplication logic
techmannih File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| (footprint "viaGrid-pacman-1" | ||
| (version 20241229) | ||
| (generator "pcbnew") | ||
| (generator_version "9.0") | ||
| (layer "F.Cu") | ||
| (property "Reference" "REF**" | ||
| (at 0 -0.5 0) | ||
| (unlocked yes) | ||
| (layer "F.SilkS") | ||
| (hide yes) | ||
| (uuid "cbfffe61-1e92-4daa-bd46-ae32e0dbad92") | ||
| (effects | ||
| (font | ||
| (size 0.5 0.5) | ||
| (thickness 0.1) | ||
| ) | ||
| ) | ||
| ) | ||
| (property "Value" "viaGrid-pacman-1" | ||
| (at 0 1 0) | ||
| (unlocked yes) | ||
| (layer "F.Fab") | ||
| (hide yes) | ||
| (uuid "60d7fc8a-65be-4914-a046-de64475a184c") | ||
| (effects | ||
| (font | ||
| (size 0.5 0.5) | ||
| (thickness 0.15) | ||
| ) | ||
| ) | ||
| ) | ||
| (property "Datasheet" "" | ||
| (at 0 0 0) | ||
| (unlocked yes) | ||
| (layer "F.Fab") | ||
| (hide yes) | ||
| (uuid "1143702b-768c-463c-8287-7c8084dfab91") | ||
| (effects | ||
| (font | ||
| (size 1 1) | ||
| (thickness 0.15) | ||
| ) | ||
| ) | ||
| ) | ||
| (property "Description" "" | ||
| (at 0 0 0) | ||
| (unlocked yes) | ||
| (layer "F.Fab") | ||
| (hide yes) | ||
| (uuid "515226c9-0c16-4433-b704-16fa13d28a16") | ||
| (effects | ||
| (font | ||
| (size 1 1) | ||
| (thickness 0.15) | ||
| ) | ||
| ) | ||
| ) | ||
| (attr smd) | ||
| (fp_poly | ||
| (pts | ||
| (xy 2.5 0.2) | ||
| (xy -0.2 0.2) | ||
| (xy -0.199996 -2.5) | ||
| (arc | ||
| (start -0.199999 -2.5) | ||
| (mid -1.773415 1.773415) | ||
| (end 2.5 0.199999) | ||
| ) | ||
| ) | ||
| (stroke | ||
| (width 0) | ||
| (type solid) | ||
| ) | ||
| (fill yes) | ||
| (layer "F.Cu") | ||
| (uuid "f37eddc0-cfe3-474b-b8ab-9a4c0ef62518") | ||
| ) | ||
| (embedded_fonts no) | ||
| ) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.