getting closer to connecting at edge
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Feb 2020 13:11:01 +0000 (13:11 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Feb 2020 13:11:01 +0000 (13:11 +0000)
experiments5/doAlu16.py

index 276db429a2666a1352b3f500896f55f2e35acc81..d7af2f6b28a06756738d35875e3dc5e37105aaf3 100755 (executable)
@@ -118,7 +118,7 @@ def add ( **kw ):
               , Pin.Direction.NORTH
               , Pin.PlacementStatus.FIXED
               , metal3
-              , l( 20.0*i + 15.0 ), l( height-40 )   # Position.
+              , l( 20.0*i + 15.0 ), l( height )   # Position.
               , l( 2.0 )            , l( 2.0 )  # Size.
               )
     if True:
@@ -127,7 +127,7 @@ def add ( **kw ):
               , Pin.Direction.NORTH
               , Pin.PlacementStatus.FIXED
               , metal3
-              , l( 20.0*i + 20.0 ), l( height-40 )   # Position.
+              , l( 20.0*i + 19.0 ), l( height-25 )   # Position.
               , l( 2.0 )            , l( 2.0 )  # Size.
               )
     if True: