<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using non-plotting layers in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647451#M147635</link>
    <description>&lt;P&gt;I use plot preview before printing to quickly check for missing items or ones that are the wrong linetype or lightweight which shows they are on the wrong layer.&lt;/P&gt;
&lt;P&gt;Tool palettes, DIMLAYER and HPLAYER are the biggest help for adding elements on the correct layer. SELECTSIMILAR is more time consuming but can help also getting similar elements on the correct layer.&lt;/P&gt;
&lt;P&gt;Nancy&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2019 16:33:38 GMT</pubDate>
    <dc:creator>neaton</dc:creator>
    <dc:date>2019-03-09T16:33:38Z</dc:date>
    <item>
      <title>Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8644296#M147627</link>
      <description>&lt;P&gt;Hello, I have a question about using non-plotting layers when drafting. We have a layer that we use for viewports (VPORT) and we often use it for objects that we want to be hidden but not removed. I also often use it for layout lines for drafting objects. I have a habit of forgetting that I have VPORT layer current when inserting blocks or putting in dimensions and they show up on my screen with proper colors, but obviously don't plot to paper.&lt;/P&gt;
&lt;P&gt;I'm wondering if anyone has any tips to avoid this, other than the obvious one of just paying closer attention. I am doing my best to eliminate this mistake,&amp;nbsp;but they still occasionally slip through, and I'm seeking a fool-proof solution or edit strategy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 23:09:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8644296#M147627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T23:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8644992#M147628</link>
      <description>&lt;P&gt;it might need a lisp inorder to get it done.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example : Every time your execute the plot command, the lisp will run and move all viewports in the drawing to a specific layer(non-plot). In this way you don't have to change the layers while creating a viewport, the layer assignment will be handled by the lisp before plotting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Autolisp Forum is over here :&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;Visual LISP, AutoLISP and General Customization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 09:38:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8644992#M147628</guid>
      <dc:creator>S.Faris</dc:creator>
      <dc:date>2019-03-08T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8645787#M147629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp; &amp;nbsp;I set my non plot layer to a color that is not used for any other layer or objects.&amp;nbsp; That way when I see it on the screen I know it is on a non plot layer and won't print.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 15:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8645787#M147629</guid>
      <dc:creator>user181</dc:creator>
      <dc:date>2019-03-08T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8646621#M147630</link>
      <description>&lt;P&gt;Oh we do have it as red and we don't use red for anything else. The problem is, when I create a dimension object(even when DIMASSOC is set to 0 to explode the dimension) the colors stay as the colors we want for dimensions. So even though I see cyan and yellow for the dimensions, they are still on the non-plotting layer. And I don't always catch this. The same for inserting blocks. I'll insert a label block or something and it shows as the proper colors, while still being in the non-plotting layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 20:35:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8646621#M147630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-08T20:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8646679#M147631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I'll insert a label block or something and it shows as the proper &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; colors, while still being in the non-plotting layer.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Can you please upload the dwg-file with that one block in a none-plotable layer, so we can look into it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 21:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8646679#M147631</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-03-08T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647020#M147632</link>
      <description>&lt;P&gt;Use a Tool Palette to insert your blocks. It is easy to set up without using lisp. If you can click your mouse then you can do it (it also helps if you can click and drag too). At 4:25 it explains how you can 'pre-select' your layer. This means your block will be inserted on a layer that's NOT the current layer.&amp;nbsp; To see how click&amp;nbsp;&amp;nbsp;&lt;A href="https://m.youtube.com/watch?v=Cf15y2Rfljs" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;HERE&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 06:18:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647020#M147632</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2019-03-09T06:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647174#M147633</link>
      <description>&lt;P&gt;I see your point. This happens too often, blocks are in wrong layer, xrefs in witchever layer was current at the time it was attached... This is a problem, because you don't have direct visual control. Better software design could prevent that... Why there is no current layer indicator in insert dialog? Why is setting of new XREFLAYER sysvar nowhere visible? Hmm, but it's nothing that we could change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------&lt;/P&gt;
&lt;P&gt;For dimensions, there is a solution of using DIMLAYER...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For all the rest I can imagine a very simple prevention. Never set the non-plotable layer as current. Always change the layer backwards. You can make a macro-button "Change Layer to no-plot".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also possible some LISP solutions...&lt;/P&gt;
&lt;P&gt;- routine could list/select/highlight all (types of) objects on that layer...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- routine LISP - a reactor which will alert you when you try to insert block or dim into that layer... (woudn't my first choice)&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 11:10:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647174#M147633</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-09T11:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647327#M147634</link>
      <description>&lt;P&gt;I'm not sure that anything is 100% reliable but here are some things that I do.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Avoid making the non-plotting layer current.&amp;nbsp; Draw what you want not to plot and then use the properties palette to adjust it.&lt;/LI&gt;
&lt;LI&gt;Make the non-plotting layer a unique color that stays in color even in layouts that have been set to display as plotted.&amp;nbsp; I use color 140 because the Architectural CTB plot styles keep that in color and because AutoCAD Architecture adopted that color for its non-plotting layer.&amp;nbsp; I even set layer defpoints to that same color.&lt;/LI&gt;
&lt;LI&gt;Use palettes for block content with the layer settings preset.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There are also customization options:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;As mentioned earlier, let the viewports be changed at plot time automatically.&lt;/LI&gt;
&lt;LI&gt;A custom command to highlight all objects on non-plotting layers.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Similar unpleasant surprises happen to me with annotation scaling objects disappearing on plots. That too requires careful checking.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 14:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647327#M147634</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2019-03-09T14:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647451#M147635</link>
      <description>&lt;P&gt;I use plot preview before printing to quickly check for missing items or ones that are the wrong linetype or lightweight which shows they are on the wrong layer.&lt;/P&gt;
&lt;P&gt;Tool palettes, DIMLAYER and HPLAYER are the biggest help for adding elements on the correct layer. SELECTSIMILAR is more time consuming but can help also getting similar elements on the correct layer.&lt;/P&gt;
&lt;P&gt;Nancy&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 16:33:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8647451#M147635</guid>
      <dc:creator>neaton</dc:creator>
      <dc:date>2019-03-09T16:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8649329#M147636</link>
      <description>&lt;P&gt;I usually prepare two separate layers for non-plotting purposes, one for VPORTS and one I call HIDDEN, which I use for elements that need to be present in the drawing but not in the plots.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I put both of them in the most ugly color that is not used in any standard. That way I am visually reminded the moment I try to draw something that I'm working in one of those layers.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:53:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8649329#M147636</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2019-03-11T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8649923#M147637</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm seeking a fool-proof solution or edit strategy.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Color overrides may be too advanced for the users if not being aware of the current layer is a problem. Like others have said, use a unique color for non-plotting layers but also stop using color overrides, i.e. every objects color is set to by-layer. If the overrides are not used, there will be the visual indicator of the unique color that is being used for non-plotting layers.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8649923#M147637</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2019-03-11T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650135#M147638</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3754664"&gt;@Michiel.Valcke&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp;layers for non-plotting purposes ...&amp;nbsp;in the most ugly color that is not used in any standard. That way I am visually reminded the moment I try to draw something that I'm working in one of those layers.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do the same.&amp;nbsp; The problem is [see Message 1 again] that &lt;FONT color="#000000"&gt;&lt;EM&gt;Blocks&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp; can be made up of things on &lt;EM&gt;Layers other than 0&lt;/EM&gt;, and &lt;FONT color="#000000"&gt;&lt;EM&gt;Dimensions&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp; can have their pieces&amp;nbsp;defined to be in &lt;EM&gt;colors other than ByLayer&lt;/EM&gt;, in both of which cases the color-based visual reminder doesn't function.&amp;nbsp; In the case of Dimensions, I at least always have the text and dimension-line colors&amp;nbsp;defined as ByLayer, even though I usually give the &lt;EM&gt;extension&lt;/EM&gt;&amp;nbsp; lines a color that plots at a lighter lineweight.&amp;nbsp; So I&amp;nbsp;get that reminder from at least&amp;nbsp;&lt;EM&gt;parts&lt;/EM&gt;&amp;nbsp; of Dimensions.&amp;nbsp; Apart from that, I have nothing better to suggest than what's already been discussed....&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650135#M147638</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-03-11T15:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650174#M147639</link>
      <description>&lt;P&gt;This video shows how to insert a block onto a non-current layer. This video begins with a plain, No Template Imperial drawing. As you know, there's only one layer: 0. This means the current layer must be 0. How can it be anything else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set up your Tool Palette. For organizational purposes, use a tab&amp;nbsp;within the Palette to host your blocks. You may even make separate tabs for different block categories. Right click the block icon in the palette and&amp;nbsp;customize the properties, specifically&amp;nbsp;the LAYER dropdown under the GENERAL section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the&amp;nbsp;target layer isn't&amp;nbsp;displayed in the dropdown, create a&amp;nbsp;DEMO drawing, add your target layers in the Layer Properties Manager then drag and drop your block(s) to modelspace.&amp;nbsp;You can then&amp;nbsp;customize the block icons in the Palette because the target layer will now&amp;nbsp;appear in the dropdown. When you're done, close the DEMO (you don't even need to save the DEMO). The target layer will stick to the Palette icon from this point forward so&amp;nbsp;whenever you use the palette you blocks will be placed on the target layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only requirement is the&amp;nbsp;block dwg file that hosts your blocks. This block library must be accessible. If the block library is on a server and you're working remotely, you'll need to connect to that server. To alleviate this issue, make a copy of the block file and&amp;nbsp;save it locally on your hard drive. You'll need to update your local block&amp;nbsp;library if and when the&amp;nbsp;block&amp;nbsp;library on the server is changed.&amp;nbsp;&amp;nbsp;If your don't work remotely, this won't be an issue and you are good to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1-Create new, blank palette. Drag and drop your block from modelspace onto the new Palette." style="width: 344px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/612364i71213871E2FD3258/image-size/large?v=v2&amp;amp;px=999" role="button" title="10-new pal.PNG" alt="1-Create new, blank palette. Drag and drop your block from modelspace onto the new Palette." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1-Create new, blank palette. Drag and drop your block from modelspace onto the new Palette.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2-Right click block icon on the Palette then pre-select the destination of the block  when it's inserted." style="width: 492px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/612363i1531B1CA49278CA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="20-properties-lyr.png" alt="2-Right click block icon on the Palette then pre-select the destination of the block  when it's inserted." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2-Right click block icon on the Palette then pre-select the destination of the block  when it's inserted.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;T o see video, click &lt;A title="How to Insert Blocks from a Tool Palette without Placing it on Current Layer" href="https://autode.sk/2UvssLp" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;HERE&amp;lt;&amp;lt;.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650174#M147639</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2019-03-11T15:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650845#M147640</link>
      <description>&lt;P&gt;I create a layer called "non-plot-notes" and draw things I don't want to plot only on that layer.&amp;nbsp; I would advise against using defpoints or VP layers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:09:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8650845#M147640</guid>
      <dc:creator>s.borello</dc:creator>
      <dc:date>2019-03-11T19:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653562#M147641</link>
      <description>&lt;P&gt;Oh yes! This is perfect! Exactly what I was looking for. This should completely solve the inserting blocks side of the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you much!&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:29:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653562#M147641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-12T18:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653587#M147642</link>
      <description>&lt;P&gt;Now if I could solve the issue with dimensions, I'd be set. I wonder if there is a way to "insert" dimensions on a non-current layer?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:35:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653587#M147642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-12T18:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653607#M147643</link>
      <description>Someone gave the great suggestion to use a toolpallette to insert your&lt;BR /&gt;blocks. It will solve your problem of never being able to import a block on&lt;BR /&gt;a layer other than the one defined in the toolpallette. So they would have&lt;BR /&gt;to manually move it to another layer.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653607#M147643</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2019-03-12T18:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653624#M147644</link>
      <description>&lt;P&gt;Yeah, great solution! I saw that and just posted a thank you reply. I just changed all my blocks to insert on appropriate layers and it's working great!&lt;/P&gt;
&lt;P&gt;I'm now trying to figure out if a similar thing can be done with dimensions, because we have dimension lines and text set on specific colors, so they show up as those colors, regardless of my current layer(hence occasionally ending up on a non-plotting layer without me catching it).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653624#M147644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-12T18:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653652#M147645</link>
      <description>&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-Core/files/GUID-88E56602-EADC-4C68-93B4-93E7623BEB6B-htm.html" target="_blank" rel="noopener"&gt;DIMLAYER&lt;/A&gt;&amp;nbsp;Command can be used to set the Default layer for Dimensions&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:54:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653652#M147645</guid>
      <dc:creator>S.Faris</dc:creator>
      <dc:date>2019-03-12T18:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-plotting layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653669#M147646</link>
      <description>&lt;P&gt;S.Faris and ChicagoLooper, thank you! You two solved both halves of my problem. Your solutions have been applied and are exactly what I needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a million!&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 19:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-non-plotting-layers/m-p/8653669#M147646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-12T19:03:13Z</dc:date>
    </item>
  </channel>
</rss>

