<?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: change default ARC command in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548831#M21614</link>
    <description>&lt;P&gt;If you ever use CTRL to toggle the direction, remove the last pause. Also, to make it cleaner, add (princ) at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(defun C:ARCSED() (command "_.arc" pause "E" pause "D") (princ))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 15:22:12 GMT</pubDate>
    <dc:creator>ВeekeeCZ</dc:creator>
    <dc:date>2024-02-08T15:22:12Z</dc:date>
    <item>
      <title>change default ARC command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548737#M21611</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to &lt;STRONG&gt;change my default arc type&lt;/STRONG&gt; from 3 point to start, end direction. I rarely use the 3 point type arc, and am constantly using the start, end, direction arc. I have to select this type of arc from the ribbon every single time I wish to use it, because when I press the space bar the command reverts back to 3 point. Would someone have an LSP command line that works? I tried to make my own but couldn't.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:41:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548737#M21611</guid>
      <dc:creator>jessicapaula8QYSS</dc:creator>
      <dc:date>2024-02-08T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Betreff: change default ARC command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548766#M21612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can customize your ribbon by command CUI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I prefer to change the property to keep the last choice, but you can also re-order the buttons.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-customize-the-order-of-a-flyout-command-in-the-Ribbon.html#:~:text=Within%20the%20%22Customize%20User%20Interface,the%20order%20of%20the%20flyout" target="_blank"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-customize-the-order-of-a-flyout-command-in-the-Ribbon.html#:~:text=Within%20the%20%22Customize%20User%20Interface,the%20order%20of%20the%20flyout&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:50:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548766#M21612</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-02-08T14:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: change default ARC command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548807#M21613</link>
      <description>&lt;P&gt;found an lsp line that worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun C:ARCSED() (command "_.arc" pause "E" pause "D" pause))&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:07:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548807#M21613</guid>
      <dc:creator>jessicapaula8QYSS</dc:creator>
      <dc:date>2024-02-08T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: change default ARC command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548831#M21614</link>
      <description>&lt;P&gt;If you ever use CTRL to toggle the direction, remove the last pause. Also, to make it cleaner, add (princ) at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(defun C:ARCSED() (command "_.arc" pause "E" pause "D") (princ))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12548831#M21614</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2024-02-08T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: change default ARC command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12549221#M21615</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15015431"&gt;@jessicapaula8QYSS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;... I would like to &lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;change my default arc type&lt;/STRONG&gt;&lt;SPAN&gt; from 3 point to start, end direction. ....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;You can actually &lt;STRONG&gt;do that&lt;/STRONG&gt;&lt;/EM&gt;, without making a different command name, by undefining the regular Arc command and making a new definition &lt;EM&gt;under the same name&lt;/EM&gt;.&amp;nbsp; Put this into acaddoc.lsp so it will happen in every drawing you create or open:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;(command "_.undefine" "ARC")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;(defun C:ARC ()&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; (command "_.arc" pause "_e" pause "_direction")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; (prin1)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you don't need to remember to use the different command name for that option sequence.&amp;nbsp; And Enter/space to recall the latest command will get you the same, and ARC as auto-completed&amp;nbsp; when you type in the first letter or two, and the Arc icon in the ribbon, and the A default alias.&amp;nbsp; You can still use the native Arc command allowing other than that specific option sequence, when you want to, by typing it in with a &lt;FONT color="#FF0000"&gt;preceding period&lt;/FONT&gt; to force use of the native command instead of your custom definition --&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="4" color="#FF0000"&gt; .&lt;/FONT&gt;ARC&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Ordinarily I would spell out option names completely as I did with "_direction" here, rather than use abbreviations.&amp;nbsp; That's for the future possibility that later enhancements to a command might introduce other options that might start with the same letter, making that ambiguous.&amp;nbsp; But in the case of the End option in ARC, and either End or Endpoint in some other commands, the full word&amp;nbsp;&lt;EM&gt;is taken as an object-snap call&lt;/EM&gt; for picking the next point.&amp;nbsp; So the _e alone is necessary here.]&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 18:37:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-default-arc-command/m-p/12549221#M21615</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-02-08T18:37:45Z</dc:date>
    </item>
  </channel>
</rss>

