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))