diff --git a/tutorial/readme.md b/tutorial/readme.md
index 9f73220..31b7c70 100644
--- a/tutorial/readme.md
+++ b/tutorial/readme.md
@@ -115,9 +115,10 @@ Output:

-## Templates (II), American standards, daisy chaining (I)
+## Templates (II), notes,American standards, daisy chaining (I)
* Overriding template parameters
+* Add nodes to connectors (and cables)
* American standards: AWG gauge and IEC colors
* Linear daisy-chain
@@ -145,9 +146,11 @@ cables:
length: 0.3
gauge: 24 AWG # specifying guage in AWG directly
color_code: IEC # IEC 62 colors also supported
+ notes: This cable is a bit longer
W2:
<<: *template_cbl
length: 0.1
+ notes: This cable is a bit shorter
connections:
-
@@ -195,7 +198,6 @@ cables:
length: 0.3
gauge: 0.5 mm
colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit
- notes: hello!
connections:
- # attach ferrules
diff --git a/tutorial/tutorial04.gv b/tutorial/tutorial04.gv
index bc89b14..b61e32a 100644
--- a/tutorial/tutorial04.gv
+++ b/tutorial/tutorial04.gv
@@ -19,7 +19,7 @@ graph {
edge [color="#000000:#ffff00:#000000"]
X1:p4r:e -- W1:w4:w
W1:w4:e -- X2:p4l:w
- W1 [label=<
|
| |
| X1:1 | BN | X2:1 | | | X1:2 | RD | X2:2 | | | X1:3 | OG | X2:3 | | | X1:4 | YE | X2:4 | | | |
|
> fillcolor=white margin=0 shape=box style=""]
+ W1 [label=< |
| |
| X1:1 | BN | X2:1 | | | X1:2 | RD | X2:2 | | | X1:3 | OG | X2:3 | | | X1:4 | YE | X2:4 | | | |
|
| This cable is a bit longer |
| |
> fillcolor=white margin=0 shape=box style=""]
edge [color="#000000:#666600:#000000"]
X2:p1r:e -- W2:w1:w
W2:w1:e -- X3:p1l:w
@@ -32,5 +32,5 @@ graph {
edge [color="#000000:#ffff00:#000000"]
X2:p4r:e -- W2:w4:w
W2:w4:e -- X3:p4l:w
- W2 [label=< |
| |
| X2:1 | BN | X3:1 | | | X2:2 | RD | X3:2 | | | X2:3 | OG | X3:3 | | | X2:4 | YE | X3:4 | | | |
|
> fillcolor=white margin=0 shape=box style=""]
+ W2 [label=< |
| |
| X2:1 | BN | X3:1 | | | X2:2 | RD | X3:2 | | | X2:3 | OG | X3:3 | | | X2:4 | YE | X3:4 | | | |
|
| This cable is a bit shorter |
| |
> fillcolor=white margin=0 shape=box style=""]
}
diff --git a/tutorial/tutorial04.html b/tutorial/tutorial04.html
index 2174704..c32828d 100644
--- a/tutorial/tutorial04.html
+++ b/tutorial/tutorial04.html
@@ -4,297 +4,301 @@
-