AutoCAD 2010/2011/2012 DWG Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Why is it that AutoCAD stops certain layers from printing? I mean it puts a red line through the printer icon in the layers property manager. ever so often I have something that doesn't show up in print preview and I go check the layers property manager and the printer icon will have a red line through it.
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It isn't doing that on its on. Either you or someone is inadvertently clicking this icon (of course someone else could be doing it on purpose...) or there is an application doing it (like a lisp file, for example)
You can hide this column in the Layer Manager to keep anyone from accidentally clicking the icon.
You could also run this script to enable plot for all layers
(vl-cmdf "._layer" "_P" "plot" "*" "")
R.K. McSwain
CADpanacea.com | twitter | Cadalyst Tips
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
No one has excess to my files, I'm a a drafting teacher and I have noticed in the last three versions of AutoCAD. Sometimes when I create a new layer the printer icon will automatically go to don't print.
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
In addition to what RK said, there are legitimate reasons for using noplot layers such as for layout geometry, for comments and calculations and for viewports.
As to what might be causing it, look at your templates to see if noplot layers are setup. Also, when using the layer manager to create a new layer, it takes the settings from the currently selected layer to create the new layer. So if you were on layer defpoints, for example, then it would create a new noplot layer when you push the new layer button.
I do not recommend hiding the plot column of the layer manager but by clicking that column's header, you can quickly view all noplot layers, in case you want to toggle them.
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
thanks for your responce, but none of those things are the cause for this. I have created layers that were not in a noplot state, just to have them go to noplot later. This only happens every now again and it isn't a big deal to go in and change it. I was just curious as what maybe causing it. I can print a drawing several times and it's perfect, then comes those times when it goes to noplot. It has to be a software defect.
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
"No one has excess to my files, I'm a a drafting teacher"
So you have students who know how to use a computer and AutoCAD...
"It has to be a software defect"
Possibly, but most likely it isn't.
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
drafter1411 wrote:
thanks for your responce, but none of those things are the cause for this. I have created layers that were not in a noplot state, just to have them go to noplot later.
Ok, then a lisp routine or something similar that is doing that. Perhaps a layer state is being restored and this layer state includes the noplot property on some layers.
This only happens every now again and it isn't a big deal to go in and change it. I was just curious as what maybe causing it. I can print a drawing several times and it's perfect, then comes those times when it goes to noplot. It has to be a software defect.
If this were a bug in AutoCAD 2012, it would have been discovered by now.
R.K. McSwain
CADpanacea.com | twitter | Cadalyst Tips
Re: layers not printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Ok that sounds reasonable, How can I check to see if it is a Lisp?
