# GerberTools **Repository Path**: baymin_gitee/GerberTools ## Basic Information - **Project Name**: GerberTools - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-26 - **Last Updated**: 2021-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a fork from ThisIsNotRocketScience/GerberTools Tools to load/edit/create/panelize/prerender sets of gerber files. ## Updates ### New Features for ProductionFrame - 21/12/18 - Now, a list of fiducial points can be included to give more customization option (position, layer and size) for panel frames - Frame configuration fields grouped according to its function - General interface modification ## Building ### Visual Studio 2015 upwards - Open the `GerberProjects/GerberProjects.sln` solution and convert it to your version of Visual Studio (if necessary) - Ensure your dependencies are up to date via Nuget: https://docs.microsoft.com/en-us/nuget/consume-packages/reinstalling-and-updating-packages - Build the solution All tools are clean C# and will run fine under Mono. Please see http://www.thisisnotrocketscience.nl for news/updates/blogs ### Linux Run `./build.sh`. Dependencies should be automatically fetched.