zentrale Skripts SSG_LOAD zum Laden aller LSP Librarys
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
)
|
||||
|
||||
;; block-pfad neu setzen
|
||||
(setq block-pfad (get-block-path))
|
||||
(setq *block-path* (getenv "DXFM_BLOCKS"))
|
||||
(princ (strcat "\n✅ Block-Pfad: " block-pfad))
|
||||
|
||||
;; Basispunkt: Linker Kreis, linkester Tangentenpunkt (links Mitte)
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
(load (strcat base-path "ssg_core.lsp") "ssg_core.lsp nicht gefunden")
|
||||
(load (strcat base-path "ssg_dialog.lsp") "ssg_dialog.lsp nicht gefunden")
|
||||
(load (strcat base-path "ssg_layer.lsp") "ssg_layer.lsp nicht gefunden")
|
||||
(load (strcat base-path "KreiselInsert.lsp") "KreiselInsert.lsp nicht gefunden")
|
||||
(load (strcat base-path "VarioFoerderer.lsp") "VarioFoerderer.lsp nicht gefunden")
|
||||
(load (strcat base-path "tests.lsp") "tests.lsp nicht gefunden")
|
||||
(load (strcat base-path "SSG_LIB_Commands.lsp") "SSG_LIB_Commands.lsp nicht gefunden")
|
||||
(prompt "\nSSG-Bibliotheken geladen: ssg_core, ssg_dialog, ssg_layer")
|
||||
(princ)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user