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:

Leaderboard

Popular Content

Showing content with the highest reputation on 06/19/2013 in all areas

  1. Colin, I had considered the text file generation, but I kind of like the 'in-your-face' style of the popup windows. To be honest, I had not yet considered filtering the depth cuts until Jamie had brought it up, and the way that I approached it made the most sense to me. The subsequent refinement for multiple chains was a result of the first refinement. The suggestions you made will be looked at in the new post that I am working on. Thanks for the feedback.
    1 point
  2. I dont use it anymore Colin but I will request an increase in your pay scale
    1 point
  3. For those of you that have already edited this into your post... The following fixes the repetitive popups on multiple chains: Change this: ptlchg_errorpop #Pop-up common toolchange errors if DepthCuts = 0, errorcheck = 1 else, errorcheck = 3 To this: ptlchg_errorpop #Pop-up common toolchange errors if DepthCuts = 0, [ if NumEntities = 1, errorcheck = 1 else, errorcheck = 3 ] else, errorcheck = 3 In the pparameter$ section, add this: if prmcode$ = 15084, NumEntities = rpar(sparameter$, 1) In the variable format area, add this: fmt 4 NumEntities #Flag for Contour Chains For those of you that have not done anything yet, I have edited the original instructions to incorporate these refinements.
    1 point
  4. The following fixes the repetitive popups on depth cuts: Change this: ptlchg_errorpop #Pop-up common toolchange errors errorcheck = 1 To this: ptlchg_errorpop #Pop-up common toolchange errors if DepthCuts = 0, errorcheck = 1 else, errorcheck = 3 In the pparameter$ section, add this: if prmcode$ = 15211, DepthCuts = rpar(sparameter$, 1) In the variable format area, add this: fmt 4 DepthCuts #Flag for Depth Cuts
    1 point
  5. I use Norton for my main then for plain and simple AVG there basic free version. These days you should always have something. But with all the servers and computers and two kids on computers for over 10 years we have not had one virus yet.
    1 point

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...