Fix some typos: budnle, conector, separetely

This commit is contained in:
Florian Pigorsch 2020-06-28 14:55:09 +02:00
parent 37d5ebd5bc
commit eb65be39dc
4 changed files with 7 additions and 7 deletions

View File

@ -513,7 +513,7 @@ def parse(yaml_input, file_out=None, generate_bom=False):
# add connections # add connections
ferrule_counter = 0 ferrule_counter = 0
for con in yaml_data['connections']: for con in yaml_data['connections']:
if len(con) == 3: # format: connector -- cable -- conector if len(con) == 3: # format: connector -- cable -- connector
for c in con: for c in con:
if len(list(c.keys())) != 1: # check that each entry in con has only one key, which is the designator if len(list(c.keys())) != 1: # check that each entry in con has only one key, which is the designator

View File

@ -221,7 +221,7 @@ connections:
- # attach ferrules - # attach ferrules
- F1 # no need for list of connections; one ferrule per wire is auto-generated and attached - F1 # no need for list of connections; one ferrule per wire is auto-generated and attached
- W1: [1-4] # a new ferrule is auto-generated for each wire - W1: [1-4] # a new ferrule is auto-generated for each wire
- # attach connectors (separetely from ferrules) - # attach connectors (separately from ferrules)
- W1: [1-4] - W1: [1-4]
- X1: [1-4] - X1: [1-4]
``` ```
@ -262,7 +262,7 @@ ferrules: # ferrules
cables: cables:
W1: W1:
category: bundle # budnle category: bundle # bundle
length: 0.3 length: 0.3
gauge: 0.5 mm2 gauge: 0.5 mm2
colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit
@ -271,7 +271,7 @@ connections:
- # attach ferrules - # attach ferrules
- F_05 - F_05
- W1: [1,4] # a new ferrule is auto-generated for each wire - W1: [1,4] # a new ferrule is auto-generated for each wire
- # attach connectors (separetely from ferrules) - # attach connectors (separately from ferrules)
- W1: [1-4] - W1: [1-4]
- X1: [1-4] - X1: [1-4]
- -

View File

@ -21,6 +21,6 @@ connections:
- # attach ferrules - # attach ferrules
- F1 # no need for list of connections; one ferrule per wire is auto-generated and attached - F1 # no need for list of connections; one ferrule per wire is auto-generated and attached
- W1: [1-4] # a new ferrule is auto-generated for each wire - W1: [1-4] # a new ferrule is auto-generated for each wire
- # attach connectors (separetely from ferrules) - # attach connectors (separately from ferrules)
- W1: [1-4] - W1: [1-4]
- X1: [1-4] - X1: [1-4]

View File

@ -17,7 +17,7 @@ ferrules: # ferrules
cables: cables:
W1: W1:
category: bundle # budnle category: bundle # bundle
length: 0.3 length: 0.3
gauge: 0.5 mm2 gauge: 0.5 mm2
colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit
@ -26,7 +26,7 @@ connections:
- # attach ferrules - # attach ferrules
- F_05 - F_05
- W1: [1,4] # a new ferrule is auto-generated for each wire - W1: [1,4] # a new ferrule is auto-generated for each wire
- # attach connectors (separetely from ferrules) - # attach connectors (separately from ferrules)
- W1: [1-4] - W1: [1-4]
- X1: [1-4] - X1: [1-4]
- -