From acae69b9d98f87bc865c85a60064aa1b600cbd75 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 27 Feb 2020 13:11:01 +0000 Subject: [PATCH] getting closer to connecting at edge --- experiments5/doAlu16.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments5/doAlu16.py b/experiments5/doAlu16.py index 276db42..d7af2f6 100755 --- a/experiments5/doAlu16.py +++ b/experiments5/doAlu16.py @@ -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: -- 2.30.2