• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • AutoCAD MEP

    Reply
    Active Contributor
    Posts: 41
    Registered: ‎10-30-2007
    Accepted Solution

    GIZMO Off

    542 Views, 4 Replies
    01-25-2013 06:54 AM

    Is there any way to permanently and globally turn off the Gizmo? I'm constantly setting DEFAULTGIZMO to 3 in my drawings, but it resets to 1 after reopening the drawing.

     

    I'm using MEP 2013. Any help is appreciated!

    Please use plain text.
    Product Support
    Posts: 513
    Registered: ‎08-23-2006

    Re: GIZMO Off

    01-30-2013 12:18 PM in reply to: sixpack_cuda

    See http://screencast.com/t/DJPct3lphz

    Behavior cannot be changed.

     

    Joshua

     

     


    ______________________________________________________________

    If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!



    Joshua Benoist, PE
    Senior Support Specialist
    Product Support
    Autodesk, Inc.

    Please use plain text.
    Active Contributor
    Posts: 41
    Registered: ‎10-30-2007

    Re: GIZMO Off

    01-30-2013 12:22 PM in reply to: sixpack_cuda

    That is, disappointing.  But thanks for your reply.

    Please use plain text.
    Member
    Posts: 5
    Registered: ‎04-11-2008

    Re: GIZMO Off

    02-02-2013 06:58 AM in reply to: sixpack_cuda

    Just add the following line to your acaddoc.lsp file:

     

    (setvar "DEFAULTGIZMO" 3)

     

    If you haven’t already created an acaddoc.lsp file, use notepad to save one in C:\Users\<loginname>\AppData\Roaming\Autodesk\MEP 2012\enu\Support.

     

    JMV

    Please use plain text.
    Active Contributor
    Posts: 41
    Registered: ‎10-30-2007

    Re: GIZMO Off

    02-04-2013 06:56 AM in reply to: jvernice

    That worked perfectly, thank you!

    Please use plain text.