Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Making Update Cplane and Tplane when Changing Gview Button.


Recommended Posts

I was wondering if one of your gurus would not mind helping me make a button so I can toggle this. I looked, but did not see one already. I most times like for this to be active, but when doing MMT work I like for it not to be so be great if I just just click a button like we have for other things.

 

Any ideas or help is greatly appreciated.

Link to comment
Share on other sites

I made a chook for you.

 

 

http://ai-sols.sytes.net/download/UpdatePlaneToggle.zip

It was easy to make. cheers.gif

 

code:

extern "C" __declspec(dllexport) int m_main (int not_used)

{

AFX_MANAGE_STATE(AfxGetStaticModuleState());

 

cplane_equals_gview=!cplane_equals_gview;

set_FT_item_checked ("UpdatePlaneToggle","m_main",cplane_equals_gview);

 

return MC_NOERROR;

}

 

 

 


Link to comment
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...