From 7e85a58bf4bce2ff7ca5d244da930129cdad00d1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 21 Apr 2020 13:05:08 +0000 Subject: [PATCH] crushed doAlu16Flat down to 465x800 --- experiments7/doAlu16Flat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments7/doAlu16Flat.py b/experiments7/doAlu16Flat.py index 0bdb347..e77220e 100644 --- a/experiments7/doAlu16Flat.py +++ b/experiments7/doAlu16Flat.py @@ -128,7 +128,7 @@ def scriptMain(editor=None, **kwargs): {'net': 'rst', 'y': 10.0, 'layer': 'METAL2'}, ], ) - alu16.set_ab( 600, 650 ) + alu16.set_ab( 465, 800 ) return alu16.build() -- 2.30.2