Print Page | Close Window

MACROS

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=309
Printed Date: 31.May.2026 at 20:54


Topic: MACROS
Posted By: ogre
Subject: MACROS
Date Posted: 05.Dec.2007 at 18:55
How do I make a command/macro
or what ever it's called
to repeat a list of commands

I need to change a lot (10,000)
of points to circles.
My old DXF to Gerber program (PCGERBER) was able to do it
Now I use CAM350 and I can't figure out how to do it.



Replies:
Posted By: Vladimir Michl
Date Posted: 05.Dec.2007 at 20:58

If you need only visual appearance, set the PDMODE variable to 32 and regen. If you need real circles, try something like the attached P2C routine (APPLOAD it and run the P2C command):

http://www.cadforum.cz/forum_en/uploads/20071205_205801_p2c.lsp - uploads/20071205_205801_p2c.lsp



-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: ogre
Date Posted: 06.Dec.2007 at 13:52
I can't retrive that file.
Tell me how to do it.
I'm a newbie


Posted By: Vladimir Michl
Date Posted: 06.Dec.2007 at 14:34
Sorry, it was a setup problem on our side - it has been fixed now.
 
Just download the LSP file, APPLOAD it into AutoCAD and type the P2C command.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: ogre
Date Posted: 06.Dec.2007 at 19:59
Thanks for the file.
It wound have worked if they were points,
but they weren't.
They were lines with no length.
I used AR-SAND Hatch and exploded it.
They don't import to CAM350 as lines.
they don't import at all.
Can anyone help?



Print Page | Close Window