<?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>tema laycur command not working en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/laycur-command-not-working/m-p/5983626#M18898</link>
    <description>&lt;P&gt;The laycur command and icon are not working in the 2016 Mac version. It says the command is unknown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on why and how to correct? I have tried to reset and re-install no change.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2016 22:55:00 GMT</pubDate>
    <dc:creator>russellmills</dc:creator>
    <dc:date>2016-01-11T22:55:00Z</dc:date>
    <item>
      <title>laycur command not working</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/laycur-command-not-working/m-p/5983626#M18898</link>
      <description>&lt;P&gt;The laycur command and icon are not working in the 2016 Mac version. It says the command is unknown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on why and how to correct? I have tried to reset and re-install no change.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 22:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/laycur-command-not-working/m-p/5983626#M18898</guid>
      <dc:creator>russellmills</dc:creator>
      <dc:date>2016-01-11T22:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: laycur command not working</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/laycur-command-not-working/m-p/5983966#M18903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a knowing bug in AutoCAD for Mac 2016, so we have to wait until the developers will correct this error.&lt;BR /&gt;If you are using full AutoCAD version you can try to use AutoLISP routine to accomplish the task.&lt;/P&gt;
&lt;P&gt;Something like this one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun C:LAYCUR ( / cur_l ss_1)
(setq cur_l (getvar "clayer"))
(setq ss_1 (ssget))
(command "_CHANGE" ss_1 "" "_P" "_LA" cur_l "")
(princ)
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maxim&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 06:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/laycur-command-not-working/m-p/5983966#M18903</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-01-12T06:07:20Z</dc:date>
    </item>
  </channel>
</rss>

