Update road map.
This commit is contained in:
parent
46a5f14174
commit
91c0868985
|
@ -536,7 +536,7 @@ Add features such as matched length and microwave tools to the P&S router.
|
||||||
- None
|
- None
|
||||||
|
|
||||||
**Status:**
|
**Status:**
|
||||||
- No progress.
|
- Match trace length work in progress.
|
||||||
|
|
||||||
## Layer Improvements ## {#pcb_layers}
|
## Layer Improvements ## {#pcb_layers}
|
||||||
**Goal:**
|
**Goal:**
|
||||||
|
@ -553,7 +553,7 @@ Increase the number of usable technical and user defined layers in Pcbnew.
|
||||||
- None
|
- None
|
||||||
|
|
||||||
**Status:**
|
**Status:**
|
||||||
- No progress.
|
- Work complete on 32 copper and 32 technical layers is complete.
|
||||||
|
|
||||||
## Pin and Part Swapping ## {#pcb_drc}
|
## Pin and Part Swapping ## {#pcb_drc}
|
||||||
**Goal:**
|
**Goal:**
|
||||||
|
@ -620,6 +620,7 @@ Create additional DRC tests for improved error checking.
|
||||||
- Remove floating point code from clearance calculations to prevent rounding
|
- Remove floating point code from clearance calculations to prevent rounding
|
||||||
errors.
|
errors.
|
||||||
- Add checks for component, silk screen, and mask clearances.
|
- Add checks for component, silk screen, and mask clearances.
|
||||||
|
- Add checks for keep out zones.
|
||||||
- Remove DRC related limitations such as no arc or text on copper layers.
|
- Remove DRC related limitations such as no arc or text on copper layers.
|
||||||
- Add option for saving and loading DRC options.
|
- Add option for saving and loading DRC options.
|
||||||
|
|
||||||
|
@ -655,6 +656,23 @@ GAL rendering.
|
||||||
**Progress:**
|
**Progress:**
|
||||||
- Initial discussion.
|
- Initial discussion.
|
||||||
|
|
||||||
|
## Keepout Zones. ## {#keepout_zones}
|
||||||
|
**Goal:**
|
||||||
|
|
||||||
|
Add support for keepout zones on boards and footprints.
|
||||||
|
|
||||||
|
**Task:**
|
||||||
|
- Add keepout support to zone classes.
|
||||||
|
- Add keepout zone support to board editor.
|
||||||
|
- Add keepout zone support to library editor.
|
||||||
|
|
||||||
|
**Dependencies:**
|
||||||
|
- [DRC Improvements.](#drc_improvements)
|
||||||
|
|
||||||
|
**Progress:**
|
||||||
|
- Planning
|
||||||
|
|
||||||
|
|
||||||
## Gerber File Attributes ## {#gerber_attributes}
|
## Gerber File Attributes ## {#gerber_attributes}
|
||||||
**Goal:**
|
**Goal:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue