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 11/30/2022 in all areas

  1. You can use Raster to Vector to get wireframe that looks (sort of?) like your image, but there is no support for Raster images in Mastercam. (Personally it would be nice if we could because we sometimes receive AutoCAD or 2D PDFs containing raster images ... and we ignore them)
    2 points
  2. My usual first move when something is just really wonky is to shut down Mastercam and restart... Clears whatever gets stuck in its head many times.
    2 points
  3. The data in ChainDetails is "read only".
    1 point
  4. If you use the raster to vector and choose the manually trace bitmap image you can bring an image into your file. And just for reference this was Bugsy who was my test subject
    1 point
  5. Deburr multiaxis now works with chanfer endmill. It's new with 2023. You need to check 'tool contact point' in tool axis control tab. (sorry for french screenshot...) Edit: Actually you didn't need to check it with chanfer (but only for end/taper mill). I attached a quick toolpath. test.mcam
    1 point
  6. No. A (.NET) List is like a (C++) std::vector and is “in order”. You do not [index] the “Key”, as it is not a list or array. You loop through the ChainEntities list for each item. The Key is the geometry entity, and the Value is the (bool) “am I flipped” flag for that entity.
    1 point
  7. We can see that it is a List of KeyValue pairs. -> ChainEntities = gcnew List<KeyValuePair<Mastercam::Database::Geometry ^, bool>> (); The Key is the geometry entity. (Not the ID of the entity.) The Value is a flag that lets us know if this entity is marked “flipped” in the chain. If you really want to “extract” add these entities to another List. foreach (var t in chainEntityList){ templist10.Add(t.Key);
    1 point
  8. Ajmer's method is best but if you don't have 2023 you could try what I show in the video below which seems to work nicely. https://fastechincorporated-my.sharepoint.com/:v:/g/personal/support_fastechinc_net/ES1YwDAUs7FDqMI1NoXRqpIB_MCmS1rfP4nIFCzt5e4CmQ?e=rggHcU
    1 point
  9. Thanks for the quick responses! I am going to do both Zip2Go and folder backups as suggested and will talk to IT about cloning my drive before it dies. Thanks for the help.
    1 point
  10. Assuming your hard drive is still functioning properly, I would clone your old hard drive to the new hard drive then install it in your machine Done properly, you'll never know anything has changed I use an old copy of Acronis to do this.
    1 point
  11. If you can get it to run properly in Verify, save your Verify session as an STL file and use that to create your stock model You lose associativity with the toolpaths that define the stock model doing it this way, but you get a much more stable Mastecam file
    1 point
  12. Absolutely! Any (even all) the entities in a chain may be marked as "flipped".
    0 points

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