[tutorial] include a repetition and update docs
This commit is contained in:
parent
abf236a046
commit
59e996e680
4 changed files with 56 additions and 12 deletions
|
|
@ -239,7 +239,7 @@ def main() -> None:
|
|||
pather.path_to('GND', None, x=pather['VCC'].offset[0])
|
||||
|
||||
# Now, start using M1_tool for GND.
|
||||
# Since we have defined an M2-to-M1 transition for BasicPather, we don't need to place one ourselves.
|
||||
# Since we have defined an M2-to-M1 transition for Pather, we don't need to place one ourselves.
|
||||
# If we wanted to place our via manually, we could add `pather.plug('m1_via', {'GND': 'top'})` here
|
||||
# and achieve the same result without having to define any transitions in M1_tool.
|
||||
# Note that even though we have changed the tool used for GND, the via doesn't get placed until
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue