584,817 active members*
4,660 visitors online*
Register for free
Login
IndustryArena Forum > CNC Plasma, EDM / Waterjet Machines > CNC Plasma / Oxy Fuel Cutting Machines > Can't cut accurate circles - Any Ideas what to try next?
Page 1 of 2 12
Results 1 to 20 of 24

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    70

    Can't cut accurate circles - Any Ideas what to try next?

    I've been researching and trying stuff for around a week and need to figure this out. I will put this out there - I am new to the plasma side of things but been working with CNC mill for over 5 years so I am not a complete newb.

    I made my machine and just got it fired up 2 weeks ago - it cuts well and everything works. The issue I am having is that smaller circles turn out more like a square with large radius corners. At first I was thinking it was my plasma settings and then I read a post from Jim Colt about adding a marker to the torch so I did that and low and behold it has nothing to do with the plasma side of things. It still looks the same.

    Here is my machine specs:

    X, Y and X-Slave is running clearpath servos SDSK 3421S-ELS. I am running gear rack 20 Degree pressure angle with a 20 tooth gear running 1:1 (Direct Drive) . Gantry (X-Axis) weight is 148LBS. I am running UCCNC software and AXBB-E control .

    So far I have torn everything back down and checked for any slop or anything loose. Everything is good. I have checked all the step settings and fine tuned them. I have even put them back to what I calculate them to be. In UCCNC I adjusted the Linear Error Max setting like I saw in a post and that didn't do anything. I have been using sheetcam to generate the g-code and thought that maybe it was that so I went into fusion 360 and had that generate the code and it is still is not round.

    I am at a loss as to what to try next. Hoping someone had some other ideas to try.

    Attachment 471534 Attachment 471538

  2. #2
    Join Date
    Jul 2018
    Posts
    6248

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Hi TT - Are you using dxf to transfer geometry to UCCNC? If so look at the CAD export settings. Arcs could be being decomposed into straight lines due to its settings? Peter

  3. #3
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    I am using DXF - I will look into this.

  4. #4
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    I am using Coreldraw and checked the DXF settings but there is not any really to check. Is there a better file format to use?

  5. #5
    Join Date
    Jul 2018
    Posts
    6248

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Hi TT - UCCNC will only import dxf. If you can open the dxf file in coreldraw you well see if it the arcs have been turned into polylines. There will be some export settings for dxf somewhere. I suspect its the dxf export thats creating the issue.. Peter

  6. #6
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    I was mistaken - I actually created the test file in Fusion 360 after I noticed that a project that I did didn't have round holes. I searched fusion 360 and didn't really see any dxf settings that I can change. Thank you for the reply - I appreciate it!

  7. #7
    Join Date
    Jul 2018
    Posts
    6248

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Hi TT - when you do the export the menu may have settings there. Not a 360 user so can't help but in other systems that's where its at. Peter

  8. #8
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Try writing some test programs to draw explicit circles, withOUT using any CAD.
    That will tell you whether the problem is with your CAD or your CNC.

    Cheers
    Roger

  9. #9
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Here is my Gcode for my test program. Its pretty basic 1/2" circle. Does anyone see anything wrong with the following code that I can't create a circle?

    (1001)
    G90

    (2D Profile1)
    M3
    G54
    G0 X0.4425 Y0.0984
    M10 Q64
    G1 X0.272 Y0. F40
    G2 X0. Y-0.272 I-0.272 J0.
    X-0.272 Y0. I0. J0.272
    X0. Y0.272 I0.272 J0.
    X0.272 Y0. I0. J-0.272
    G1 X0.4425 Y-0.0984
    M11
    M5
    M30

  10. #10
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    I loaded your program into Mach3 in simulator mode (on my desktop).
    It created a very nice circle with entry and exit at the right.

    Now, if this does not create a nice circle on your CNC, then you have either a problem with the interface between your PC and your hardware, or you have a problem with your hardware, or more remotely, you could have a problem in a Mach3 setting.

    You wrote " that smaller circles turn out more like a square with large radius corners". I would rephrase that as saying that smaller circles had flats on the 4 sides. This could mean very bad backlash settings in Mach3, or (more likely) some serious backlash in the mechanics. The odds of a problem with the pulse engine are rather low.

    Cheers
    Roger

  11. #11
    Join Date
    Feb 2006
    Posts
    992

    Re: Cant cut accurate circles - Any Ideas what to try next?

    check the screw hold the ball screw/ ball thread sometime it loose.
    The best way to learn is trial error.

  12. #12
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    This is rack and pinion setup - I have checked all the racks and pinions and I even ground a flat spot on the motor shafts for the set screw and used a retaining compound on the motor shaft/pinion. I have scribed a line on the pinion and shafts to make sure they are staying where they are supposed to. I have ran that file at different speeds to see if maybe something is deflecting under a load to see if the circle gets better or worse and it is the same no matter speed. I am leaning towards a hardware or software issue but not sure where to begin with that.

    I am using an older laptop to run this with a dedicated ethernet port (not a USB adapter) - I may have to hook up something newer just to rule that out and go from there? if it isn't that maybe try Mach4 ?

  13. #13
    Join Date
    Feb 2006
    Posts
    992
    Quote Originally Posted by turbotoys View Post
    This is rack and pinion setup - I have checked all the racks and pinions and I even ground a flat spot on the motor shafts for the set screw and used a retaining compound on the motor shaft/pinion. I have scribed a line on the pinion and shafts to make sure they are staying where they are supposed to. I have ran that file at different speeds to see if maybe something is deflecting under a load to see if the circle gets better or worse and it is the same no matter speed. I am leaning towards a hardware or software issue but not sure where to begin with that.

    I am using an older laptop to run this with a dedicated ethernet port (not a USB adapter) - I may have to hook up something newer just to rule that out and go from there? if it isn't that maybe try Mach4 ?
    It is sound to me it is setting issues, baudrates and take a look at tolerance interpolation. Try baudrates at the highest setting see if it make a difference.

    Before try to change anything i thing try to cut something simple first like 2x2 square and measure it then another one maybe 6x6 see if the machine go to the right location. If square is come out good then baudrates is next thing you want to look at, the software not sent out fast enough signal the machine is jerking.

  14. #14
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    to see if the circle gets better or worse and it is the same no matter speed.
    So the PC and the electronics are sending out exactly the same instructions? Yup.

    No use trying Mach4 imho. I think there is a hardware problem somewhere.

    Hum: can you write a small test program to oscillate the X axis back and forth, by (say) 1 mm?
    Does the X motor spin at all?
    Does the X axis move at all?
    Ditto Y axis.

    Cheers
    Roger

  15. #15
    Join Date
    Dec 2008
    Posts
    3110

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Have you actually cut circles ?
    Or
    Do you think you will have a problem ?

    It may be as simple as a wonky pen attachment, flex etc.

  16. #16
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    a wonky pen attachment, flex, etc
    I never thought of that! How very humbling.
    But was there a problem before that?

    Cheers
    Roger

  17. #17
    Join Date
    Nov 2008
    Posts
    644

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Could be that the stepper drives and axis drive type doesn’t have sufficient resolution to navigate a circular path accurately. So it tends to look choppy. Squares will look ok.


    Sent from my iPhone using Tapatalk

  18. #18
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Hum: can you write a small test program to oscillate the X axis back and forth, by (say) 1 mm?
    Does the X motor spin at all?
    Does the X axis move at all?
    Ditto Y axis.


    Get to the root of the problem.

    Cheers
    Roger

  19. #19
    Join Date
    Jul 2007
    Posts
    70

    Re: Cant cut accurate circles - Any Ideas what to try next?

    No - I can tell you what it isn't... LOL

    Today I tried a different computer on it - same issue. I checked all of the power supplies today under use to make sure I didn't have any weird voltage drops. I found a loose ground connection and fixed that but it still draws the same circle - On a positive note at least it is a consistent crappy circle.

  20. #20
    Join Date
    Jun 2010
    Posts
    4252

    Re: Cant cut accurate circles - Any Ideas what to try next?

    Consistent is good.
    Crappy is not.
    Test.
    Cheers
    Roger

Page 1 of 2 12

Similar Threads

  1. How many passes for accurate cut?
    By chronomill in forum WoodWorking Topics
    Replies: 3
    Last Post: 10-13-2017, 12:14 AM
  2. Replies: 4
    Last Post: 03-27-2015, 05:08 AM
  3. Making accurate circles? What do i need to fix? what to expect?
    By Rich05 in forum Charter Oak Automation Support Forum
    Replies: 5
    Last Post: 07-27-2012, 03:56 PM
  4. Ideas for a simple, yet accurate grinder...
    By peter.blais in forum Mechanical Calculations/Engineering Design
    Replies: 2
    Last Post: 09-30-2010, 02:47 AM
  5. Seeking design budget ideas for a large accurate CNC Router.
    By moseus in forum DIY CNC Router Table Machines
    Replies: 13
    Last Post: 01-01-2008, 02:06 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
  •