{"id":18009928,"url":"https://github.com/kekyo/eaglepanelizer","last_synced_at":"2025-08-26T03:11:00.021Z","repository":{"id":84090108,"uuid":"88280530","full_name":"kekyo/EaglePanelizer","owner":"kekyo","description":"EaglePanelizer - EAGLE CAD artwork panelizer","archived":false,"fork":false,"pushed_at":"2018-09-13T07:23:37.000Z","size":888,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T23:22:19.315Z","etag":null,"topics":["csharp","dotnet","eagle","eagle-cad"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kekyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-14T15:41:25.000Z","updated_at":"2020-11-21T22:24:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"46ec601a-b40b-4e1f-aa2c-c0754d872366","html_url":"https://github.com/kekyo/EaglePanelizer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FEaglePanelizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FEaglePanelizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FEaglePanelizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekyo%2FEaglePanelizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kekyo","download_url":"https://codeload.github.com/kekyo/EaglePanelizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670745,"owners_count":20653413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","eagle","eagle-cad"],"created_at":"2024-10-30T02:11:34.961Z","updated_at":"2025-03-26T14:31:37.935Z","avatar_url":"https://github.com/kekyo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EAGLE CAD artwork panelizer\n\n## What is this?\n\n* This is simple tool for panelize EAGLE CAD artwork.\n* [Motivates from this tweets](https://twitter.com/kekyo2/status/852850454740353024) \"Specify X, Y on the EAGLE just make faces with Gerber in 1 shot.\"\n\n## Download binary\n\n* [Released 1.2 (for .NET 4.5 binary)](https://github.com/kekyo/EaglePanelizer/releases/download/1.2/EaglePanelizer-1.2.zip)\n\n## Example\n\n* Original artwork (*.brd file)\n\n![Original artwork](OriginalArtwork.png)\n\n* Apply this tool then:\n\n![Panelized artwork](PanelizedArtwork.png)\n\n## How to use\n\n* You can see the help without some arguments:\n  * Width and height units are milli-meter.\n\n```shell\nD:\\PROJECT\\EAGLE\\BrainPadWiFi\u003eEaglePanelizer.exe --help\nEaglePanelizer - EAGLE CAD artwork panelizer 1.2\nCopyright (c) 2017-2018 Kouji Matsui (@kozy_kekyo)\n\nusage: EaglePanelizer [--dimension-layer=\u003cvalue\u003e] [--help] [--line-width=\u003cvalue\u003e] [--vcut-indicator] [--vcut-layer=\u003cvalue\u003e] [--vcut-post-length=\u003cvalue\u003e] \u003ctarget-width\u003e \u003ctarget-height\u003e \u003cfrom-path\u003e \u003cpanelized-path\u003e\n -d, --dimension-layer=\u003cvalue\u003e  Force set layer number for dimension (contour)\n -h, --help                     Show this help\n     --line-width=\u003cvalue\u003e       Dimension contour and V-Cut line width\n -i, --vcut-indicator           Draw 'V-Cut' indicator\n -v, --vcut-layer=\u003cvalue\u003e       Force set layer number for V-Cut lines\n -p, --vcut-post-length=\u003cvalue\u003e V-Cut line post length\n```\n\n* Example: With draw V-Cut indicator.\n\n```shell\nD:\\PROJECT\\EAGLE\\BrainPadWiFi\u003eEaglePanelizer.exe --vcut-indicator 100 100 BrainPadWiFi.brd panelized.brd\nEaglePanelizer - EAGLE CAD artwork panelizer 1.2\nCopyright (c) 2017-2018 Kouji Matsui (@kozy_kekyo)\n\nOriginal board: Size=(25.908, 26.289), (0, 0) - (25.908, 26.289)\nDup[1]: (25.908, 0)\nDup[2]: (51.816, 0)\nDup[3]: (0, 26.289)\nDup[4]: (25.908, 26.289)\nDup[5]: (51.816, 26.289)\nDup[6]: (0, 52.578)\nDup[7]: (25.908, 52.578)\nDup[8]: (51.816, 52.578)\nTotally panelized: Count=9, Size=(77.724, 78.867), (0, 0) - (77.724, 78.867)\n```\n\n* And got result:\n\n![Example artwork](ExampleArtwork.png)\n\n## License\n\n* Source code copyright (c) 2017-2018 Kouji Matsui (@kozy_kekyo)\n* Under Apache v2 http://www.apache.org/licenses/LICENSE-2.0\n\n## History\n\n* 1.2:\n  * Separated contour lines and V-Cut lines.\n  * Draw V-Cut indicator.\n  * Support complex command-line arguments.\n* 1.1:\n  * Calculate contour with package's.\n  * Added usage help.\n  * Support .NET Core 2.0.\n  * Upgraded to MSBuild 2.0.\n* 1.0:\n  * First public release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekyo%2Feaglepanelizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkekyo%2Feaglepanelizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekyo%2Feaglepanelizer/lists"}