From aeef67f2c3f5fe0fac5ba3bb982f7bbf4155eca5 Mon Sep 17 00:00:00 2001 From: Michael Stangl Date: Mon, 18 May 2026 12:15:15 +0200 Subject: [PATCH] Fix Pin Kreisel hatte nur eine Linie --- Lisp/KreiselInsert.lsp | 1 - 1 file changed, 1 deletion(-) diff --git a/Lisp/KreiselInsert.lsp b/Lisp/KreiselInsert.lsp index c1caf3b..73b7b3f 100644 --- a/Lisp/KreiselInsert.lsp +++ b/Lisp/KreiselInsert.lsp @@ -157,7 +157,6 @@ (if is-pin (progn (ssg-make-layer "pinbereich" "3" T) - (command "_LAYER" "_LT" "2punkt" "pinbereich" "") (setvar "CECOLOR" "3") ;; Obere PIN-Linie (command "_.LINE" (list *kreisel-durchmesser* pin-y) (list (float abstand) pin-y) "")