- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello dear supporters,
in short: LISP script does not start with every drawing opening or will be cancelled by Acad.
So it must be something basically wrong. But I guess it is not the drawing folder on the network, because when I load it manually (Appload) it is working. When I put the file in the "startgruppe", it (or something else?) still will be cancelled (see bottom) but it seems to work.
Details:
-ACAD Mechanical 2019, Version: 23.0.46.0
- Lisp routine I found "here":
(defun c:PPATH ()
(command "PlotToFilePath" (getvar "DWGPREFIX"))
(princ "\nPlot path now matches Drawing path.")
(princ)
)
(command "PlotToFilePath" (getvar "DWGPREFIX"))
-I put that as suggested in a file named "acaddoc.lsp" in C:\Program Files\Autodesk\AutoCAD 2019\Support
-the log says:
Regeneriert Layout.
Regeneriert Modell.
Prüft Mechanical-Daten...
Anzahl gefundener Fehler: 0 Anzahl behobener Fehler: 0
Prüfung der Mechanical-Daten beendet.
Cloned: <AcDbDictionary >
-980810416 --> -305120944
IsCloned: 0
IsXlated: 0
Cloned: <AcDbDictionary >
-366741344 --> -305120224
IsCloned: 0
IsXlated: 0
AutoCAD Menü-Dienstprogramme geladen.PlotToFilePath \\somewhere_in_network\1\2\3\etc\ *Abbruch*
I tried something without the lisp file (and w/o the entry in the "Startgruppe"): the error is still there:
AutoCAD Menü-Dienstprogramme geladen.*Abbruch*
??
MfG
Torsten
----------
ACAD 2022
Win 10 Pro, 64 bit
AMD Ryzen 7 3700X 8-Core Processor 3.60 GHz
RAM 32 GB
NVIDIA GeForce GTX 1660 S
Solved! Go to Solution.