diff --git a/examples/demo02.yml b/examples/demo02.yml index 5002e7d..0ddd75d 100644 --- a/examples/demo02.yml +++ b/examples/demo02.yml @@ -24,7 +24,7 @@ connectors: pinlabels: [GND, +12V, MISO, MOSI, SCK] ferrule_crimp: style: simple - autogenerate: true + show_name: false type: Crimp ferrule subtype: 0.25 mm² color: YE @@ -64,6 +64,6 @@ connections: - W3: [1-4] - X4: [1,3-5] - - - ferrule_crimp + - ferrule_crimp. - W4: [1,2] - X4: [1,2] diff --git a/examples/ex04.yml b/examples/ex04.yml index 74148ec..f171fdf 100644 --- a/examples/ex04.yml +++ b/examples/ex04.yml @@ -10,7 +10,7 @@ cables: connectors: ferrule_crimp: style: simple - autogenerate: true + # autogenerate: true type: Crimp ferrule connections: diff --git a/examples/ex08.yml b/examples/ex08.yml index a17583f..016b1f4 100644 --- a/examples/ex08.yml +++ b/examples/ex08.yml @@ -8,9 +8,9 @@ connectors: pins: [T, R, S] pinlabels: [Dot, Dash, Ground] show_pincount: false - image: - src: resources/stereo-phone-plug-TRS.png - caption: Tip, Ring, and Sleeve + # image: + # src: resources/stereo-phone-plug-TRS.png + # caption: Tip, Ring, and Sleeve cables: W1: @@ -20,10 +20,10 @@ cables: color_code: DIN wirecount: 3 shield: SN # Matching the shield color in the image - image: - src: resources/cable-WH+BN+GN+shield.png - height: 70 # Scale the image size slightly down - caption: Cross-section + # image: + # src: resources/cable-WH+BN+GN+shield.png + # height: 70 # Scale the image size slightly down + # caption: Cross-section connections: - diff --git a/tutorial/tutorial05.yml b/tutorial/tutorial05.yml index e894a45..6cb7606 100644 --- a/tutorial/tutorial05.yml +++ b/tutorial/tutorial05.yml @@ -5,7 +5,7 @@ connectors: subtype: female F1: style: simple - autogenerate: true + show_name: false type: Crimp ferrule subtype: 0.5 mm² color: OG # optional color @@ -19,6 +19,6 @@ cables: connections: - - - F1 # a new ferrule is auto-generated for each of the four wires + - F1. # a new ferrule is auto-generated for each of the four wires - W1: [1-4] - X1: [1-4] diff --git a/tutorial/tutorial06.yml b/tutorial/tutorial06.yml index 5143157..3669e11 100644 --- a/tutorial/tutorial06.yml +++ b/tutorial/tutorial06.yml @@ -11,7 +11,7 @@ connectors: color: YE # optional color F_05: # this is a ferrule that will be auto-generated on demand style: simple - autogenerate: true + show_name: false type: Crimp ferrule subtype: 0.5 mm² color: OG @@ -25,6 +25,6 @@ cables: connections: - - - [F_05, F_10, F_10, F_05] + - [F_05., F_10.F1, F_10.F1, F_05.] - W1: [1-4] - X1: [1-4]