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:

Jake L

Verified Members
  • Posts

    335
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Jake L

  1. Here's a link to another post about this topic: Here is another link to a benchmark testing thread so you can see how you stack up: Another link from MC Northwest on the topic: (the benchmark file download is on this page) https://mcamnw.com/how-to-optimize-your-pc-for-mastercam/ And one more link discussing computer specs for the heck of it: The biggest points: 1. loosen tolerance on the stock models if you can 2. use more stock models to spread the load 3. stock model regen is primarily a single thread process, which bottlenecks the regen times HTH
  2. Did a file get posted somewhere? Am I blind? I'd like to give this a shot as well
  3. Being young, I've always thought it would be fun to go back to the time before CAD/CAM, but only for a couple days. I have a feeling I would get sick of it pretty fast.
  4. Sorry, misinterpretation on my end. You weren't finding an issue with the original question, you were providing a more in depth explanation to the provided solution. Thank you sir, this is much appreciated.
  5. Thanks for the reply! Wanna make sure I understand this statement correctly. You're saying the original question does not have enough information to solve. This is because to create an arc tangent to a line, you must specify the tangent point. The tangent point cannot be derived for the bottom line without the radius, and the radius cannot be derived from the given info (a line and a point on the line). But don't I disprove this in the video I posted? Like you said, I derived the radius from the given information. Mastercam should be able to do the same thing I did in the background.... right? I disagree with this statement. The reason I chose the centerpoint I did was because of the original question. I want an arc tangent to the endpoint of the angled line. Only one arc exists that has this characteristic and is also tangent to the bottom line. It's entirely possible I'm misunderstanding something here, so please correct me if I am. With that said, I think we all agree Mastercam is not capable of solving the original question "easily". After thinking about Aarons response and writing this reply, I realize I have the capability to attempt to write a chook to solve this issue. I should have time tomorrow night to dig into this. Maybe I'll be another victim of Aaron's signature (love that signature BTW), maybe I'll make something that works. Either way I'll be back with an update. Another huge thanks for all the replies. Seems like it's been mostly machine-control or mill-turn related questions on eMC recently, was nice to get a CAD discussion going.
  6. Method above gives Ø3.0176 Did you have to specify a radius?
  7. Thank you sir. That is what I got using the method in the video I posted above. Good to know that method works. Just curious, was it simple to do in Solidworks? 4 clicks?
  8. Dang I thought that was gonna work. Looks like for some reason MC decides the tangent point should be a little ways up the angled line. It's a little scary how close to correct it is, but also kind of way off
  9. Appreciate the effort! If we assume there isn't a magic easy button to do this, is there an easier way to do it than what I showed in the video above? Here you go Dropbox Link to Sample File Thanks for the reply! This is the closest "easy" solution I came up with as well. I figured I was missing something, seems like there should be a "create arc - tangent to two lines and one tangent point"
  10. Thanks for the reply! I could do that but I still want the arc to be tangent to the angled line at the point where it intersects the small vertical line. When I originally ran into this challenge I needed the radius of the arc I'm trying to get. It wasn't so much about making something close, I was looking for the actual number
  11. Here's a video showing another workaround to get the arc I want. Dropbox - Create Arc Workaround Example
  12. I think you end up with the same issue of not having the ability to specify you want the arc tangent thru the endpoint of the angled line. Unless there's something I'm missing? Maybe I'm asking for too much all at once?
  13. Thanks for the speedy reply! With this method there's no way to have the arc tangent to the angled line at its endpoint. It just makes an arc tangent to both lines and then you must specify a radius. Thanks for the reply! I'd like the arc tangent to both lines. This method gets me an arc tangent to the "flat" line that goes thru the endpoint of the angled line, but the arc won't be tangent to the angled line. BTW had a laugh at your signature
  14. I feel like there must be a function to do this but I can't find it. I have 2D wireframe (shown light blue) and I want to create the green arc as shown. Currently I use "Circle Edge Point" set to "2 Points tangent" and adjust the the arc radius until I get something close. But there must be a way to get the exact arc right? Not sure it matters but I'm in MC2024 TIA
  15. I believe the only generic post that supports right angle head is MPROUTER.pst. So your options are: 1. use MPROUTER and hand edit the gcode for all your M-codes. This will get you correct x/y/z moves. 2. modify MPROUTER to output good code for your machine 3. buy a post for your machine that supports right angle head
  16. Honestly if it's a simple cut the easiest way to program it is point to point. To get Mastercam to output code for a right angle head you need to modify a post, modify a machine def, and there's no way to actually simulate the tool for verification in Mastercam. Here are a couple links for you. The youtube video is long and old, but it is what I followed to get right angle head code output from MC. https://www.youtube.com/watch?v=lxhlx5wa97o
  17. Ask the pushers if they want the machines making more chips or checking parts. Maybe your management team thinks differently, but my management team always wants to make more chips. Some of them may not understand much about manufacturing, but they all understand more chips = more parts = more $$ ...food for thought, a CNC can do a CMM's job but not visa versa.
  18. Might be worth checking out this thread: From what I remember there was a lot of good stuff in that one.
  19. Someone else will have to take this one. I've done very little work in C#
  20. Maybe try running VS not in admin mode? I remember having some weird errors with admin mode a while back so I turned it off and haven't had an issue since. As a work around you can disable the post build - right click on the project in VS > Properties > Post-Build Event > Build Events > Use In Build < turn this off and the error should go away. The post Post Build bat file just copies the dll from where it's created (with the solution) to the Mastercam Add-Ins folder
  21. The most common reason that error is thrown is because you have Mastercam open. When you build a project, if you have Mastercam open VS can't access the folder to copy the dll file into
  22. It looks like you downloaded the Create Letters sample from my.mastercam.com. I downloaded this file and everything linked up fine for me. So the file should automatically find the sdk. If you want to double check, the path to the sdk is in Property Sheets > MastercamSDK.props > <SDKDir>. Looking at the header files VS can't find, it looks like you might not have MFC installed. To install MFC 1. Open "Visual Studio Installer" 2. on whichever version of VS you're using click "Modify" 3. Ensure "Desktop development with C++" is checked 4. in the sidebar go to "Desktop development with C++" > Optional > and ensure "C++ MFC for latest v143 build tools" is checked 5. if it is not checked, check it and click "Modify" in the bottom right
  23. Visual Studio cannot locate the specified header files. Have you successfully run other chooks before? Do you have the 2023 sdk installed? Is there any other errors before or after all the E1696 errors?
  24. Sounds like you're on the wrong page. You can find chook samples and the sdk here: my.mastercam.com > Communities > 3rd Party Developers > C++ Downloads If you do not have access to this page you can email [email protected] to request access

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