From eb15b2d52bf43fd05684935b27ccfbaf1c759c67 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Fri, 1 Jul 2022 17:27:41 -0400 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index 55abc20..2eef4e3 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -5753,7 +5753,7 @@ class regulator_SOT223(part): # self.shape = translate(pad_SOT223,-.09,-.12,0) self.pad.append(point(-.09,-.12,0)) - self.labels.append(self.text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'1G')) + self.labels.append(self.text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'.G')) # # pin 2: output # -- GitLab