Search the Community
Showing results for tags 'bug'.
-
Hello. I've been running into this issue since updating to Mastercam 2025. I will change a tool number or feed / speed, and unless i immediately hit the green checkbox to exit the menu, the info will not save after moving to the next screen. I'm not sure if this is one of those new "features" i read about on a different thread but it's incredibly annoying and has caused me to call up the wrong tools and have to repost my program more than a few times by now. This has been an ongoing issue, restarting mastercam / my computer doesn't help. Just installed update 1 and it has not changed. Is anyone else experiencing this? mastercam bug.mp4
-
The first time alloc_surf_data_ptr is called, it does not allocate memory and the pointers remain null. The problem is ONLY for TRIM_SURF. No problem with other surface types. If I repeat the call with the same parameters then the memory is allocated: // Make TrimSurf ent eTrimSurf; memset (&eTrimSurf, 0, sizeof (ent)); surf_type& sTrimSurf = eTrimSurf.u.sf; sTrimSurf.s.type = TRIM_SURF; eTrimSurf.refs = 0; // Fill in general trim surf stuff and allocate space for trim surf data... trim_type& trim = sTrimSurf.u.trim; trim.psf = pParentSurface; trim.outer_trimmed = false; trim.n_pts = 0; trim.c_ptr = nullptr; alloc_surf_data_ptr (&sTrimSurf); // TODO: alloc_surf_data_ptr does nothing the first time it is called if (trim.c_ptr == nullptr) { alloc_surf_data_ptr (&sTrimSurf); } ASSERT (trim.c_ptr != nullptr); if (trim.c_ptr == nullptr) return nullptr; This seems like an easy workaround and in most cases it works, but there are cases where the memory is corrupted and an invalid object is written to the database and/or there is a memory leak at the end. I think this is a bug in the chooks SDK. I'm using 2024, haven't tried 2025 yet. Has anyone else run into this problem and have a better solution?
-
Hi! Mastercam Version 24.0.19884.0 In Mastercam 2022 order of operations in "Import Toolpath Operations" dialog doesn't match with what I see when I open "*.mcam-operations" file directly. Now all of my operation groups is in arbitrary order. It used to work in 2021 if I remember correctly. Anyone have a solution? Thanks
- 1 reply
-
- bug
- toolpath import
-
(and 1 more)
Tagged with:
-
Yo, For a long time now I have seen this bug that didn't used to be there. It's not a huge deal but I use hot keys and the built in shortcuts a lot. In this example I am using the "Line Endpoints" like I do 400 times a day. As many know once you are in the line endpoints window you can switch between freeform, vertical, horizontal by hitting the corresponding letters F,V,H. Well with 2021 when I ( not sure if it's just me ) launch the line endpoints and hit " V " I get vertical as expected but when I then hit "F" still in the same session of line endpoints, it won't switch over to freeform. I have to hit V again and then F but then I can't draw because it won't let me click anywhere. It gets confused somewhere. I have to close the window and launch again and hit F first if I want freeform. With that said I can use my mouse and click on the Freeform Vertical and horizontal buttons and it works fine. Just the shortcuts are glitchy. Can you try this on your setup and see if you get the same thing? Also if this has been covered then sorry for the redundancy. Thanks for tuning in
-
For those experiencing CIMCO Edit not being able to save files when they´re opened in VERICUT, CIMCO released today a fix.
-
Bug description: When a tool is used by multiple operations, double clicking, editing, and electing to create a new tool is no longer editing the original tool and then not updating the original toolpath. I think, this bug is not fixed in MU2. I still have this problem.
-
Hey Everyone, Just *recently* got my new workstation and X7 installed and I'm working thru some new issues... Can you duplicate this... - Right-Click in the Op Manager at the Insert Arrow to bring up he standard Tool Paths menu. - Left -Click on the graphis window to cancel/close Tool Path menu & the Tool Bars Selection menu appears. Didn't happen in X6. Thanks, John
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.