Update to-do list
This commit is contained in:
parent
c93fb74d17
commit
f04441f903
@ -6,7 +6,6 @@ COLOR_CODES = {'DIN': ['WH','BN','GN','YE','GY','PK','BU','RD','BK','VT'], # ,'G
|
|||||||
'IEC': ['BN','RD','OG','YE','GN','BU','VT','GY','WH','BK'],
|
'IEC': ['BN','RD','OG','YE','GN','BU','VT','GY','WH','BK'],
|
||||||
'BW': ['BK','WH']}
|
'BW': ['BK','WH']}
|
||||||
|
|
||||||
# TODO: parse and render double-colored cables ('RDBU' etc)
|
|
||||||
color_hex = {
|
color_hex = {
|
||||||
'BK': '#000000',
|
'BK': '#000000',
|
||||||
'WH': '#ffffff',
|
'WH': '#ffffff',
|
||||||
|
|||||||
5
todo.md
5
todo.md
@ -27,14 +27,13 @@
|
|||||||
|
|
||||||
* Cable splicing
|
* Cable splicing
|
||||||
* as pseudo-connector?
|
* as pseudo-connector?
|
||||||
* Cable bundles
|
|
||||||
* Heatshrink / sheathing
|
* Heatshrink / sheathing
|
||||||
|
|
||||||
## Visualization
|
## Visualization
|
||||||
|
|
||||||
* New wire look?
|
* Parse and render double-colored, striped cables ('RDBU' etc)
|
||||||
* Distinguish between cables and wire bundles
|
|
||||||
* Show from/to inside wire node (better netlist)
|
* Show from/to inside wire node (better netlist)
|
||||||
|
* Implemented in wire bundles only
|
||||||
* Display picture of connector underneath (including pin 1 location)
|
* Display picture of connector underneath (including pin 1 location)
|
||||||
|
|
||||||
## Export
|
## Export
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user