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:

Chally72

Verified Members
  • Posts

    499
  • Joined

  • Last visited

  • Days Won

    32

Everything posted by Chally72

  1. There have been several causes that have the same end effect- an incorrect (bloated) entity count. It is not falling on deaf ears
  2. Right now, the new Machine Group Setup flow is, as you pointed out, structured around one setup per machine group. I typically work with one machine group and setup flips in toolpath groups within it. Because of that, I would continue using the pre-2023 workflow for those situations. Today in the new Machine Group Setup flow, there's not much incentive to switch your flow if you're a power user with complex product, because all of these changes so far are aimed at easing and guiding single-setup experience, rather than the super-efficient flow we've all fallen into. In the future, this Machine Group Setup will expand in two ways: -Give reasons/benefits for you to set up master model, workholding and multiple stock. IE, make toolpaths look at these and make better decisions upfront so you have to spend less time repeatedly telling each toolpath the same thing. -Expand the capabilities available to you in a single Machine Group. Think, handling of tombstones, stock flips, etc, to move that power-user flow into the new Machine Group experience.
  3. I'll take a crack at answering blind- Your pattern result and the curve it has taken on is a reflection of the pattern selection and curve geometry. I'm guessing you're using Parallel or Guide, and you've chosen an edge shorter than the part width as the curve to stay parallel to. There are a few controls that affect how the pattern echoes out from the chosen curves- If Guide cut pattern- Turn on Straighten Cuts on boundaries on the Machining Geometies subpage under Cut Pattern Turn on Extend open input curves on the Guide Curve- Advanced subpage under Cut Pattern If Parallel cut pattern- Turn on Extend edge curve on the Parameters For Surface Edge Handling subpage under Cut Pattern. With Unified and multiaxis paths especially, there are so many options and ways to set up your pattern and trimming, it helps to just post the file if at all possible so that we can offer up some examples and avoid guessing about how the path is set up!
  4. Using Save Some, change the Save-As type to Parasolid (the native kernel Mastercam uses). This removes all Mastercam-specific items such as viewsheets/etc, while leaving the entities intact and untranslated, and the file can be opened directly in Mastercam. When saving out to STEP and reimporting, in the background you're changing the data format from parasolid to STEP then back to parasolid, which can induce translation errors.
  5. Hey Tim, Process Hole works by matching Solid Hole forms (and segments of a hole) between the template file and the part file you're using Process Hole in. Because of this, the selections you make in a template file need to be tied to Solid Hole operations, or they're just ignored by Process Hole as invalid processes for a template file. (This helps you use any part file as a valid template file, and filter out any toolpath groups or operations that aren't part of the template process you would want to use.) This solid hole selection distinction can be subtle and it's one of the things we're working to improve in Process Hole. So, simple change to make it all work. Here in your template file, you've single-clicked and selected solid faces (no intelligence) for the features the toolpath is acting upon: Instead, double-click to select the actual solid hole (intelligence, knowledge of the solid operation and all segments of the hole). Take a look at the differences in the Toolpath Hole Definition labels and name. The Type is now signified as (Solid Hole) and the name of the feature is the name of the solid hole operation.
  6. Here's my favorite little example of this- a simple 3 axis path with a ball tool traversing across a variable fillet where a blend or morph might be used. If I was looking at this like I usually do, I'd see those blue lines and I might as a programmer instinctually say "This path is no good, I have to go fix this or play around with parameters here." But, if I'm looking at the green in the image below, (actual tool contact point,) I'm getting a very different perception of the path....IE, leave it alone, it was fine to begin with!
  7. I don't have Aaron's file, but I'd guess that the "jankiness" is the tilt being applied to the tool/holder to avoid the walls as the tool pivots through the corner. Remember that when you're looking at the blue lines, you're looking at the tip position of the tool, and NOT the actual contact point of the tool flute to the surface. The Collision control method may be modifying the tilt, which will pivot the tool about the center of the ball, not about the tip, and it'll swing the blue lines up and over and make them appear uneven. If you plotted out the actual contact point (or had a way to view it, which you do in Simulator in 2024 and will in Advanced Toolpath Display in 2025), you'd see perfectly crisp stepovers still. And the examples farther up the thread were in some cases looking at the pattern before collision control was applied, meaning the blue tip still represents the true stepover at this stage. If you've ever calculated a toolpath using an accelerated finishing tool, this disparity between where the blue lines fall and what the tool is actually doing is even greater, since the tool effective radius centerpoint does not fall along the tool centerline, and small changes in tool flute contact can create major disparities in pass to pass tip position visuals. The "gut check" we get by looking at the blue lines for uniformity becomes less and less valuable as a measure of the quality of the path.
  8. The level they're assigned to is -25, which is a system level. You will have difficulty removing entities on these levels and if their visibility is on you won't be able to change them. Certain commands in the software will create and blank geometry in the background. An example is surface trimming. Some of this blanked or hidden geometry is intended to be accessible, and some is not. 2023 Updates and 2024 do a better job at making sure you cannot inadvertently make visible some of these things through the course of certain actions like Unblank (though there are other triggers)
  9. Those are likely background entities created and used by drilling toolpaths, among others. They should not be visible normally. Taking certain actions in Unblanking can inadvertently bring them to light, among other things. The later 2023 Updates and 2024 contain fixes to ensure these entities stay hidden.
  10. Changing a tool stickout length, or any tool or holder geometry/heights, is changing a critical part of what a toolpath is calculated with. The toolpath must be recalculated after these changes. Your question might then be- "why does it have to recalculate if I'm increasing projection, as that would theoretically be additional clearance and no collision risk?" But this does not account for scenarios where the tool, holder, stock, part, or fixturing is placed in an undercut scenario, and thus we can't assume that increasing tool projection will always be safe.
  11. This is currently slated for Update 3
  12. This and some other Thread Mill entry capabilities are currently in the works, stay tuned....
  13. Check the Orientation option when creating a Bounding Box. I believe default is to orient the box to the Construction plane, and you probably want Auto, because you want to fit the smallest rectangle to your geometry regardless of orientation in space.
  14. I just tried to reproduce this but couldn't. Now, if your next op is something that can't use the one tool you inserted into your library (like a bull tool for model chamfer) the tool from the .mcam-defaults file for that operation would be pulled in instead. The tools you're seeing pulled in are likely all the default tools for those ops in the .mcam-defaults files.
  15. Tinger, is this part of the same tool library you were having loading time issues with? If you haven't already, please send this projection issue in to tech support as well for them to look at.
  16. Here's the KB Article link: Error: Dispatcher processing has been suspended, but messages are still being processed. Occurs when posting to Code Expert. – myMastercam And for reference: For Windows 10 users, it will be either KB5026435 or KB5027215 . For Windows 11 users, it will be KB5026446 or KB5027231.
  17. This was caught late last year and is being considered for a 2024 Update. Thanks.
  18. The intention is not to force a new machine group for every setup, for many reasons but Ron listed a big one with duplication of tool libraries and such. Fixture definition (and stock and position) for Simulation in 2023 and earlier used to be the same set for every machine group in a part. So if you were switching between machine groups, you'd have to redo those settings constantly, as well as if you were switching between different setups in the same machine group. 2024 was a step in moving towards saving these setups so that you're not redefining them every time for the clearly different scenarios you're encountering between setup changes and machine group changes. There's still more to be done, but the general idea they're moving towards is that you're defining these things once and then reusing the definitions wherever possible, to eliminate the need to constantly switch level set selections when examining different areas of your toolpath tree.
  19. There are some technical reasons that this can't be done yet, revolving around how older toolpaths function and some assumptions made on a single piece of stock. Those must be solved first in a way that does not negatively affect legacy files.
  20. This type of workflow is not well-catered to yet. You'll have to continue to swap the level selection set back and forth like previous versions of Mastercam, but you'll do it in the MGS Workholding panel now. The sim team has some ideas for where to go with this in the future....
  21. Yep, exactly! This was an important one for me- I like to do a lot of "in-situ" verifying of some set of operations deep in the toolpath tree, and not having to keep setting Simulator options to look at Op 153 or Op 171 or whatever stock op was preceding the ops is a great change to allow me to bounce around quicker.
  22. Stock override uses things that are already created and stays associative, so you can't create a random bounding box in just that panel tab at the override location- you'd create it elsewhere and set it as the override here. Removing duplicate locations to enter/specify the same data is one of the sim team's goals with improving MGS and the simulation experience. The levels selection still exists in a different manner in 2024 for Workholding, and I agree that the flow can improve. I don't know what they may have cooking for that. With your flow, you'd never have an issue because the Stock Definition you set up in MGS is only ever used for sim, and your toolpaths are associated to the stock model operation, which is associated to the solid you drew for stock. If toolpaths are instead referencing the Stock Setup selection in MGS, then that means the user can't change the Active Stock in Stock Setup without the consequences of dirtying a toolpath. This is where the methods of overriding stock in simulation have to appear in order to allow the user to experiment at will without affecting the integrity of their toolpaths.
  23. If you go into the Simulator tab of Machine group setup, there is a Stock Setup Override in 2024 to explicitly allow this behavior. Additionally, if you launch into Verify and a Stock Model operation is the first choice in your toolpath manager selection set, it will use this Stock Model Operation as an override as well for Verify stock- so no need to ever change Simulator Options to quick-verify an operations set with a different stock model operation.
  24. It skips over the activation box, but if you have tip comp activated the tab order goes through the tip comp fields correctly. There's a limitation there I believe because that control changes to Break Through depending on the holemaking toolpath, which messed with our ability to add it to the tab order.
  25. Before 2024, if you were mass editing a number of 5 axis operations with the same WCS but different toolplanes, the Edit Common Parameters would overwrite every plane- WCS, C, and T. What was lacking was the ability to only overwrite or change WCS, and let the collection of edited ops retain their disparate toolplanes/Cplanes. Now in 2024, you can deliberately choose to overwrite only one type of plane, or overwrite all.

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