From 4bf9eb66a1e243292e97be8237402b7649837fe6 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Thu, 2 Jan 2025 09:17:19 -0500
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 cdba5a8..d904791 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -983,7 +983,7 @@ class PCB:
       self.width = self.width+dx
       self.height = self.height+dy
    def text(self,str,x,y,line=0.01,color=White):
-      self.labels = add(self.labels,text('pcb.py',x+.17,V3.y,line=line,color=color).shape)
+      self.labels = add(self.labels,text(str,x,y,line=line,color=color).shape)
 
 class point:
    def __init__(self,x,y,z=0):
-- 
GitLab