Skip to main content
1-Visitor
May 10, 2012
Solved

Add macros

  • May 10, 2012
  • 1 reply
  • 5286 views

I see a lot of interesting macros for IsoDraw in the discussions that I would like to try out, however I don't know how to get them to show up in the macros menu.

Does anyone know how to add macro files or copy and paste the macro text from a discussion on here in to IsoDraw?

Thanks!

    Best answer by jgroos

    Only a few steps are necessary to create an IsoDraw macro:

    1. Navigate to "AppData\Roaming\PTC\IsoDraw\Macros"

    2. Create a textfile with any name and with the extension ".ism"

    3. Copy and Paste the macros in this file and save it

    4. Restart IsoDraw and you can use the macro

    One .ism file can contain more than one macro, and you also can have more than one .ism file in the folder

    Best regards

    Joachim Groos

    1 reply

    jgroos1-VisitorAnswer
    1-Visitor
    May 10, 2012

    Only a few steps are necessary to create an IsoDraw macro:

    1. Navigate to "AppData\Roaming\PTC\IsoDraw\Macros"

    2. Create a textfile with any name and with the extension ".ism"

    3. Copy and Paste the macros in this file and save it

    4. Restart IsoDraw and you can use the macro

    One .ism file can contain more than one macro, and you also can have more than one .ism file in the folder

    Best regards

    Joachim Groos

    1-Visitor
    May 10, 2012

    Thanks!