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:

Stock Model - "remove chips"?


neurosis
 Share

Recommended Posts

I agree, the photo was a horrible example.  That particular job was frustrating me because I was removing quite a bit of material with a 2.5" button facemill and the remnant was very insignificant.  It was just left in the stock model so the rest rough path wanted to remove that floating piece of material.  To be honest, in cases like that, it takes too much time to verify, save an stl, use the stl to create a stock model, then use that stock model for rest roughing.. for one little tiny floater? 

 

My frustration probably came through in the posts..   apologies.

 

in cases like that I just make a little contour that cuts the chunk off and ghost it...

Link to comment
Share on other sites
  • 8 months later...

The only issue with ghosting the paths, is that you have to "unghost" them, in order to regenerate if necessary.

 

What I do instead is create a couple extra Toolpath Groups at the end of my groups list. I like to do at least 1 "main" group, and 1 sub-group.

 

Something like

 

UNUSED

 -->STOCK_MODEL_OPS-DO_NOT_POST!!!

     --> Op200 - Contour 2D

 

Then, I rename all of the Stock Model ops to a new NC File Name, usually with !!! in the file name.

 

With a little post magic, you can trap that and warn yourself:

 

psof$     #I put the code in 'psof$', because, why not?

 

      if strstr("!", sncname$) = 1,

         [

         result = mprint("WARNING - EXCLAMATION POINT DETECTED IN NC FILE NAME!!!")

         "WARNING - EXCLAMATION POINT DETECTED IN NC FILE NAME > POSTING ABORTED!", e$

         exitpost$

        ]

Link to comment
Share on other sites

The only issue with ghosting the paths, is that you have to "unghost" them, in order to regenerate if necessary.

 

What I do instead is create a couple extra Toolpath Groups at the end of my groups list. I like to do at least 1 "main" group, and 1 sub-group.

 

Something like

 

UNUSED

 -->STOCK_MODEL_OPS-DO_NOT_POST!!!

     --> Op200 - Contour 2D

 

Then, I rename all of the Stock Model ops to a new NC File Name, usually with !!! in the file name.

 

With a little post magic, you can trap that and warn yourself:

 

psof$     #I put the code in 'psof$', because, why not?

 

      if strstr("!", sncname$) = 1,

         [

         result = mprint("WARNING - EXCLAMATION POINT DETECTED IN NC FILE NAME!!!")

         "WARNING - EXCLAMATION POINT DETECTED IN NC FILE NAME > POSTING ABORTED!", e$

         exitpost$

        ]

 

Why so much work instead of verify>remove chips>stl>stock model? There absolutely should be a button to remove chips in stock model. It was brought up and discussed during whatever public beta version stock models were introduced. Nothing came from it of course. It has always been one of the things holding me back from using them more.

  • Like 1
Link to comment
Share on other sites
  • 7 years 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...