Autocad LT Flatten macro, issues deleting button

Autocad LT Flatten macro, issues deleting button

Anonymous
Not applicable
764 Views
3 Replies
Message 1 of 4

Autocad LT Flatten macro, issues deleting button

Anonymous
Not applicable

hey guys,

I know flattening has been discussed before, and I got a decent workaround from another thread on this forum.

 

I am working on a drawing i got from an architect that has Z values in it.  I am drawing in 2D, and these Z values could cause me to take inaccurate dimensions within the drawing.  I had found a work around on another forum using macros, but found some more code to use on this forum that seemed to work a bit better.  However this macro moves everything to 1e99 Z value, and than if you apply it again it goes to 2e99 etc etc, which causes issues with the fillet command, since some might be non-coplanar if theyre on 2e99 and 1e99.

 

Than I found a better work around on this forum by selecting all entities and going through the properties list for each entity type, and changing end and start Z values to 0.  This takes a little while, but it leaves me with the result i want, and allows everything to be filleted.

 

**Now that i do not require the macros, i tried deleting the macro custom button, and it will not allow me to.  See the below picture of the error it gives me, does anyone know how to delete this button  Since I do not need it anymore, i don't want it in my Autocad.

 

Thanks in advance.

 

2017-09-26 15_57_45-AutoCAD LT 2010 - [Drawing1.dwg].jpg

 

 

0 Likes
Accepted solutions (1)
765 Views
3 Replies
Replies (3)
Message 2 of 4

cadffm
Consultant
Consultant
Delete it from the three highlightet nodes ( ribbon panel...or other gui part? )
then you can delete the "command" from your cuix.

We dont have your cuix and the picture do not display all nodes, so we can not know where you link this 'command' exactly.

Sebastian

0 Likes
Message 3 of 4

Anonymous
Not applicable

i have highlighted in the attached picture, where i have put it on my toolbars (I use classic view).  how do i delete it from this toolbar?  Sorry i have never customized a whole lot.

2017-09-27 07_10_14-AutoCAD LT 2010 - [KIA_-AC052068_SHOP_DRAWINGS.dwg].png

0 Likes
Message 4 of 4

cadffm
Consultant
Consultant
Accepted solution

Is it the Acad-Standard item? Then you should only remove it from this Toolbar:

 

[Your Screenshot looks like: ACLT.exe -> TOOLBARS\PROPERTIES   - last item]

Search for it in UPPER-LEFT Corner of CUI dialog.

RightClick on this item to remove it from toolbar.

 

or

 

If you try to delete this item like before (lower left corner of CUI dialog),

the upper left section in Dialog is jumping to one of your places where you use this item (grey background highlighted)

If this item is in Toolbar PROPERTIES, you are at the right place for rightClick/remove,

ONLY THERE you should delete them, not at the two other Locations in your cuix.

 

 

 

Sebastian