- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hy everyone.
I have a specific problem with a lisp. I have many very simple lisps to insert blocks, and put it in a file.lsp and put the path in the acad.lsp.
The problem is that two of the ten lisps haven't loaded correctly. The two codes have special characters in the command:
sifão3D
cobogó3D
When it is loaded, the AutoCAD change the command to:
SIFãO3D
COBOGó3D
The name of the layers, blocks encounter problems as well.
I have already tryed to load the lisp manually, don't worked.
I have already tryed to rename the file.
But, if a just copy and paste the code, works fine. When I paste the code in another lisp that is in the acad.lsp file, works fine as well.
What could be wrong with the the file? In the sequence, the code:
(defun c:cobogó3D()( setq LN "3d Parede - COBOGÓ")(setq lc 140)(setq theblocktoput "C:/Ringo 2018/3D Blocos/3D - Cobogós.dwg")(insertblockrotate))
Solved! Go to Solution.