From 48562916c3715d5f6cfec9565ae30c4d4c74afa2 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Thu, 22 May 2014 16:10:49 -0400 Subject: [PATCH] Add gerber file attributes to road map. --- Documentation/development/road-map.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Documentation/development/road-map.md b/Documentation/development/road-map.md index 40603aa1c5..9c3cbd6d64 100644 --- a/Documentation/development/road-map.md +++ b/Documentation/development/road-map.md @@ -615,6 +615,24 @@ Create additional DRC tests for improved error checking. **Progress:** - Planning +## Gerber File Attributes ## {#gerber_attributes} +**Goal:** + +Add file attributes to gerber files for defining layer stacks. See +[this](http://www.ucamco.com/files/downloads/file/5/Extending_the_Gerber_Format_with_Attributes.pdf) +document and [this](http://www.ucamco.com/files/downloads/file/22/Kick_Starting_a_Revolution_IPC-2581_Meets_Gerber.pdf) +document for more information. + +**Task:** +- Implement gerber file attributes as an optional setting when plotting gerber + files. + +**Dependencies:** +- None + +**Progress:** +- Under investigation. + # GerbView: Gerber File Viewer # {#gerbview}