Jump to content

Having trouble w/ L command..pls help!


F&W cabinets

Recommended Posts

I am having trouble w/ the L command...when I type L and click space bar to begin drawing..the layer color changes to 0 layer by default & does not stay in the layer color I have selected. If I type PL for polyline, then the layer color stays to my selection. I have switched pc towers w/ someone else and I did not have this problem when I had my old tower. Again...it only happens when I type the L command, but if I click the LINE box on the toolbar the layer color stays to my selection. Please help.

 

Thank you for your time and consideration

F&W cabinets

Link to comment
Share on other sites

It sounds like you have a lisp file loading that has the L command defined to switch to layer 0 and starting the line command.

 

Search in acad.lsp, acaddoc.lsp and acad2006.lsp to see if you can find it.

At the command line you can type

(findfile "acad.lsp") .... to find where they are located.

Link to comment
Share on other sites

I found a file called acad2006doc which i believe is one of ther files you said to look in...my question is what do i do when i find the lsp file?

Link to comment
Share on other sites

I found a file called acad2006doc which i believe is one of ther files you said to look in...my question is what do i do when i find the lsp file?

 

Open it in a text editor like notepad.exe, search for

DEFUN C:L

 

If you find it copy and paste the line below that here, maybe the next 10 lines.

 

What I would be looking for is code that would change the current layer to 0 and then start the line command.

 

You could also search for

(COMMAND "LINE") or (COMMAND ".LINE") or (COMMAND "._LINE")

Link to comment
Share on other sites

I had it working on my old tower so until I got on this new tower it just bugs me to no end not being able to keep the layer color to my selection when I type command L. I wish I had your experience to find that darn file.

 

Well I guess I'll live to fight another day.

Link to comment
Share on other sites

You could copy all the acad*.lsp files from your old tower to the new tower. Go to the old tower and email the aforementioned files to yourself. Open the email you sent to yourself, then save them to the folders they belong in on the new tower. That should do it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...