From 84f7e5d25b1323a1a83b5d6a66c354416e84ff8c Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 6 Oct 2023 14:42:35 +0200 Subject: Add missing simulation yamls --- gerbonara/cad/kicad/base_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerbonara/cad/kicad/base_types.py') diff --git a/gerbonara/cad/kicad/base_types.py b/gerbonara/cad/kicad/base_types.py index 11eeb6d..81eb0c4 100644 --- a/gerbonara/cad/kicad/base_types.py +++ b/gerbonara/cad/kicad/base_types.py @@ -239,7 +239,7 @@ class AtPos(XYCoord): x: float = 0 # in millimeter y: float = 0 # in millimeter rotation: int = 0 # in degrees, can only be 0, 90, 180 or 270. - unlocked: Flag() = False + unlocked: Flag() = True def __before_sexp__(self): self.rotation = int(round(self.rotation % 360)) -- cgit