603,383 active members*
3,497 visitors online*
Register for free
Login
Results 1 to 11 of 11
  1. #1
    Join Date
    May 2013
    Posts
    42

    Advice on tool marks

    So yes, I am still a novice, only 156 hours run time on my machine so a lot to learn.
    I am cutting some small parts from sheet and have found there is a slight mark that needs removing where the tool enters the job.
    It is on every part, so a bit of an a annoyance.

    I am using Onecnc and have the angle set to 90 degrees line to curve in, 1mm out from the job.
    I had it 3mm out from the job, does the same thing but then I waste more steel.

    So basically the tool enters the job line into a curve to the part at 90 degrees, and 80 degrees is the same issue. It has a mark where it enters and I am leaving a fairly heavy tab all the way round, so the part is not moving.

    Any ideas to eliminate this? please.

  2. #2
    Join Date
    May 2014
    Posts
    170

    Re: Advice on tool marks

    It's likely either you are actually ramping, plunging, helixing, etc into the work. Or you need more lead-in radius. Not angle but radius.

    Or lead-out radius depending when it happens

  3. #3
    Join Date
    May 2013
    Posts
    42

    Re: Advice on tool marks

    Quote Originally Posted by chuckorlando View Post
    It's likely either you are actually ramping, plunging, helixing, etc into the work. Or you need more lead-in radius. Not angle but radius.

    Or lead-out radius depending when it happens
    It is set to 1. It was set to 3, but did the same. So more is better you say. Any number that I should start with?

  4. #4
    Join Date
    May 2014
    Posts
    170

    Re: Advice on tool marks

    Typically yes. Or just the location it is coming in at all together.

    I am not sure what you are doing. But if the tool is cutting on the bottom f the tool and leaving marks on the top of the part, you want the lead in radius in the x and z or y and z. If the marks or on the side of the part you need the lead to be in the x and y.

    If you made the radius bigger on a g19 plane but enter on a g17, it would change nothing

  5. #5
    Join Date
    May 2013
    Posts
    42

    Re: Advice on tool marks

    Quote Originally Posted by chuckorlando View Post
    Typically yes. Or just the location it is coming in at all together.

    I am not sure what you are doing. But if the tool is cutting on the bottom f the tool and leaving marks on the top of the part, you want the lead in radius in the x and z or y and z. If the marks or on the side of the part you need the lead to be in the x and y.

    If you made the radius bigger on a g19 plane but enter on a g17, it would change nothing
    Imagine a banana shape. I am cutting 2.85mm deep in one pass from 3mm plate. It leaves the mark vertically on the side from wherever I enter.

  6. #6
    Join Date
    May 2014
    Posts
    170

    Re: Advice on tool marks

    Can you post some of the code? If it's on the side you need more radius in the g17 xy plane

  7. #7
    Join Date
    May 2013
    Posts
    42

    Re: Advice on tool marks

    Attachment 337656
    And some code

    %
    O0000
    N10 (PART - )
    N20 (FILE - C:\USERS\MDA PRECISION\DESKTOP\VACUUM TOP PLATE.XFA)
    N30 (AUTHOR - DEFAULT USER)
    N40 (GROUP - TOOLPATH GROUP #1)
    N50 (POSTED - THURSDAY, OCTOBER 27, 2016 20:39)
    N60 (CREATED - SATURDAY, OCTOBER 15, 2016 11:57)
    N70 (SYSTEM- ONECNC-XR5 MILL 3D EXPERT - VERSION 30.43)
    N80 (NOTES - NONE)
    N90 G49
    N100 G17 G40
    N110 G49
    N120 G17 G40
    N130 G21
    N140 G80
    N150 G90
    N160 G98
    N170 (3MM END MILL)
    N180 T1 M06
    N190 S3100
    N200 M08
    N210 M03
    N220 G43 H1 D1
    N230 G00 X256.517 Y-17.458 Z50.
    N240 Z1.
    N250 G01 Z-2.85 F15.0 S3100
    N260 X255.532 Y-17.632 F30.0
    N270 G03 X254.706 Y-18.617 I255.706 J-18.617
    N280 G02 X249.671 Y-22.48 I250.706 J-18.617
    N290 G03 X231.741 Y-22.48 I240.706 J-55.937
    N300 G02 X226.706 Y-18.617 I230.706 J-18.617
    N310 X229.671 Y-14.753 I230.706 J-18.617
    N320 X251.741 Y-14.753 I240.706 J-55.937
    N330 X254.706 Y-18.617 I250.706 J-18.617
    N340 G00 Z10.
    N350 X293.206
    N360 Z1.
    N370 G01 Z-2.85 F15.0
    N380 G02 X288.171 Y-22.48 I289.206 J-18.617 F30.0
    N390 G03 X270.241 Y-22.48 I279.206 J-55.937
    N400 G02 X265.206 Y-18.617 I269.206 J-18.617
    N410 X268.171 Y-14.753 I269.206 J-18.617
    N420 X290.241 Y-14.753 I279.206 J-55.937
    N430 X293.206 Y-18.617 I289.206 J-18.617
    N440 G00 Z10.
    N450 X219.206 Y-33.532

  8. #8
    Join Date
    May 2014
    Posts
    170

    Re: Advice on tool marks

    It's the horizontal lead in radius that needs changed. All I see there is vertical. Maybe in the drop down.

    Looking at the code. I do not see any lead in arcs. You should see a g02/3 with the corresponding .1

  9. #9
    Join Date
    May 2013
    Posts
    42

    Re: Advice on tool marks

    Quote Originally Posted by chuckorlando View Post
    It's the horizontal lead in radius that needs changed. All I see there is vertical. Maybe in the drop down.

    Looking at the code. I do not see any lead in arcs. You should see a g02/3 with the corresponding .1
    That is a little past my experience . I understand most of the very basic code that is in that file, but that is it. Without Onecnc or such I would have no idea.
    What I might try then is to post in ''default'' rather than machine specific and see if that shows the type of command you mention. Default does work on my machine , so I will try that. Onecnc may have more advanced settings, but if so I have no idea where they are

  10. #10
    Join Date
    May 2014
    Posts
    170

    Re: Advice on tool marks

    I dont know anything about onecnc. I have not watched the whole vid. But it is a onecnc "mill entry" video. I hope it has some good info.

    https://www.youtube.com/watch?v=QXsKHbU5Wzs

  11. #11
    Join Date
    May 2013
    Posts
    42

    Re: Advice on tool marks

    Thanks, and while that is helpful is does not show info on the lead in and out. But I have the idea now thanks to your response and I will search that info.

Similar Threads

  1. TOOL MARKS WITH LEAD IN/OUT
    By mikefalkner in forum Mastercam
    Replies: 8
    Last Post: 01-09-2015, 03:40 PM
  2. Tool marks....GAH!
    By mlabruyere in forum DIY CNC Router Table Machines
    Replies: 11
    Last Post: 10-29-2010, 04:25 PM
  3. Tool marks
    By jfrandsen in forum MetalWork Discussion
    Replies: 5
    Last Post: 12-20-2009, 01:40 AM
  4. How to get rid of Tool Marks in MDF
    By bd007 in forum DIY CNC Router Table Machines
    Replies: 7
    Last Post: 09-08-2006, 04:43 AM
  5. Help With Tool Marks
    By mtuckf in forum MetalWork Discussion
    Replies: 0
    Last Post: 10-30-2005, 02:56 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •