From c483574658c2a57057ab9c6956ad40ef141bfe26 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 17 Oct 2016 11:10:52 -0400 Subject: [PATCH] Add stitching via support to the version 5 road map. --- Documentation/development/road-map-r5.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Documentation/development/road-map-r5.md b/Documentation/development/road-map-r5.md index 4c106d450b..a792e6e039 100644 --- a/Documentation/development/road-map-r5.md +++ b/Documentation/development/road-map-r5.md @@ -525,6 +525,29 @@ segments, and circles or polygons. - In progress. +## Stitching Via Support ## {#v5_pcb_stitching_vias} +**Goal:** + +Add capability to add vias for stitching and thermal transfer purposes +that do not require being attached to tracks. + +**Task:** +- Develop more robust connectivity checking algorithm. +- Create a UI element to allow the user to select a net from the list of + valid nets. +- Connection propagation fix for the current issue of vias that are not + connected to tracks being tagged as unassigned and removed. +- Manual via placement tool. +- Improve the DRC to handle cases of orphaned vias. + + +**Dependencies:** +- None + +**Progress:** +- Patch available to fix via propagation issue. + + # Documentation # {#v5_documentation} This section defines the tasks for both the user and developer documentation.