From 05edda8948312e3b39885d65bdda3cfc5353a52a Mon Sep 17 00:00:00 2001 From: timmyhadwen Date: Sun, 7 Sep 2025 13:21:44 +1000 Subject: [PATCH] updated --- .scripts/pre_panel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.scripts/pre_panel.py b/.scripts/pre_panel.py index 7585870..47a5006 100644 --- a/.scripts/pre_panel.py +++ b/.scripts/pre_panel.py @@ -125,7 +125,6 @@ class Panel: "PNL (x,y): (" + float_to_str_mm(self.dims[0],4) + ", " + float_to_str_mm(self.dims[1],4) + ")\n" +\ "SPA (x,y): (" + float_to_str_mm(self.spacing[0],2) + ", " + float_to_str_mm(self.spacing[1],2) +")\n" +\ "BRD (x,y),r: (" + float_to_str_mm(board.dims[0],4) + ", " + float_to_str_mm(board.dims[1],4) + "), " +\ - float_to_deg(board.rot, 3) + "\n" +\ "FIDS (x,y) : " + board.fids self.text.update(Text(txt, txt_loc[1], txt_off[1], txt_rot, just=txt_just[1]).to_dict(1))