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:

squirrel_41

Verified Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

742 profile views

squirrel_41's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. OKay thanks for that I will give it a try
  2. Hi all I have tried many times to use map.dll I select the surface to map then the surface to map to but nothing happens even watching the part count in layers does not increase. Can anyone shed some light as to what I am doing wrong I have mastercam 2017 Cheer's
  3. Okay that worked great I just had to make a small mod to the curve if you look from the top it did not match the original 2d drawing but it was just a matter of moving the front cut profile to the left 0.15mm so the profile intersected the first edge curve then cut the solid with the new profile and create a new edge curve. again thank you very much I have learnt so much more just from you'r short very well done video Mud Guard-V2.mcam
  4. Wow I would not have tried that thank you very much . I did make a surface and a solid along the same face as you did but that's as far as I got I have downloaded your video and I am now going to try your method it looks great , again thank you very much.
  5. Hi every one hope you are all well its been a long time since I posted here but I need some help so thanks in advance. I am trying to reconstruct a solid from the supplied 2d drawing I can get it very close but it is not correct. Basically it is a mudguard laser cut from 3mm plywood it has slots cut in it to allow it to be wrapped around the corners. I am only working on 1/2 the guard as the other 3 parts will just be mirrored. The problem is with the side that has the curve on when I cut the solid with the 2d profile the faces are not at right angles to each other like they would be if laser cut. I have tried for days and I cannot find a solution. I am attaching a cut down version 2017 mcam file. Cheer's Mud Guard.mcam
  6. Thanks for I managed to get it to post what I wanted it to . But I did play with the toolpath editor and I added M10 as canned text just to see If it would be output in the G-Code I tried before with and after however it never posted to the G-Code it seems the toolpath editor may be specific to the Post cheers
  7. Hi all I'm trying to modify the Generic Fanuc 5X Mill.pst that I have for a 5 axis welder that I have made I only need one small change to the output code but I have failed . N106 G0 M9 G54 G90 X-12.991 Y287.903 B37.073 A-107.921 S3500 M3 N108 G43 H0 Z-70.649 N110 G1 Z-170.649 A-107.922 F450. N112 X-30.32 Y213.368 (I need this line to have an m8) N114 G0 M9 Z-70.649 N116 M5 N118 m9 G28 I'm using m8 -m9 to turn on off the wire feeder and the problem is if the z is high it will feed down at G1 rate and of course the wire will be feeding . Can any help me thanks.
  8. Hi guys I know this is probably a dumb question but can somebody tell me what keys to press to select the last selected geometry
  9. I just modded the Generic fanuc post to work with GBRL if you want a copy
  10. Hi Collin I appreciate the response The A axis is parallel to X axis C axis which I have renamed to B axis rotates about Z and is unlimited My machine it set up the same as 5_5AXGEN_VMVTTAB in the simulator The 'A' tilt access can rotate -+120 I had already done all as you suggested but the improvement was not great ? However I have since redone all the above checks and I am now happy with the results it seems I may have been a bit sloppy with my tests the biggest improvement was from using the center point of the ball rotating on the c axis as the rotation center. This machine is at best able to machine to 0.1mm in 5 axis I can get to about .05mm in 2d Now as for saxisx saxisy it seems only saxisy and saxisz has any effect on the code using mtype = 0 , I have tested this using 2d and 5axis toolpaths If I use mtype = 1 I get really strange results with mtype = 2 the results are more predictable but now saxisy has no effect but saxisx does so it seems if i need to use saxisx I will need to reconfigure and adjust below rotaxis1$ = vecy #Zero yx works here for the four tool plane directions using mtype = 0 rotdir1$ = vecx #Direction This is the A Axis change vecy to -vecy to change the axis direction #Secondary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis and this plane normal #are aligned to calculate the secondary angle rotaxis2$ = vecz #Zero zy works here for non nutating axis the four tool plane directions xz works for nutrating axis rotdir2$ = vecy #Direction #this flips the Y axis direction but also flips the B Axis Direction -vecy only seems to work with m type 0 #Machine base matrix (Base matrix to map positions into) matb1$ : 1 # was 1 Make X axis neg matb2$ : 0 matb3$ : 0 matb4$ : 0 matb5$ : 1 # was 1 -1 make B axis flip 180 matb6$ : 0 matb7$ : 0 matb8$ : 0 matb9$ : 1 # was 1 -1 changes y sign but wrong value I have tried many combo's using Matrix base to reconfigure to use mtype = 2 but as yet have not got it to produce the correct code I will keep working on so I can use saxisx and perhaps saxisy together So to cut a long story short it would appear that the bulk of my problems come from a incorrect rotation center Thanks again Collin.
  11. Mastercam X7 Mach3 Home made mill router can machine steel Yaskawa AC Servos Retired Mechanic Hi Guys I am in need of some help I have made a 5 Axis attachment for my machine and I have been trying to fix an alignment problem on Axis rotations This is a Table Table using the Generic Fanuc 5X Mill post non-nutating This is a simple cube first operation machine a step contour Top Top Top second operation machine side faces Top Front Front Transform rotate 90 All operations perform as expected the top contour is stepped in and down .5mm so I can check the Alignment after the side faces are machined now looking at the part from the top the left and right side faces are off center to the left X- b y about .25mm I have probed a ball on the C axis table to check the alignment and done the same with A axis rotated 90 degrees I have used the intersection of the of the probe points for the rotation center I have done this at least a dozen times with no improvement there is obviously an alignment problem but I cannot work it out I have thought about it a lot and I cannot point the finger at the axis that is causing the problem . This a a home made unit and I not looking for micron accuracy I am just trying to get my head around what axis is creating the error saxisx :0 #The axis offset direction? using mtype 0 does NOT effect the code using mtype 1 or more does effect the code saxisy : 0 #The axis offset direction? using mtype 0 a value here DOES effect the code saxisz : -9.023 #The axis offset direction? I would really appreciate it if some one could point me in the right direction Thanks.
  12. I have been suffering this problem as well and i have tracked it down to the machine simulator select a level with a known amount on entities in it run a machine simulator and the count will go up depending the machine you select some increase the count by 2 some others by 5 or more do a level report showing all items , the active level when you started the machine simulator will 2+ "Copious Data" as yet I have not been able to remove this data. This is a real pain in the but and has been sending me nuts trying to find it so if you run the simulator use a level with Geometry on it so can just delete the level
  13. Hi I had the same problem what i did to fix it was to use the update post utility and it fixed it. UPDATEPOST.DLL
  14. Okay I might try that I have asked this question before and had no replies ? who is QC
  15. I appreciate the understanding of tabs and the need to keep them small so they can be broken or cut I also can work out methods to accomplish said task by using extra geometry, but this can be a real pain especially when you are developing a component and the contour is constantly changing from version to version. The tab function has the option to set the tabs to partial or FULL if you set the full option you would definitely need a step depth setting. It seems strange that all functions in the separate operation can be changed and work except for the depth step setting.

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