Need Help! Problem with cuts


Results 1 to 9 of 9

Thread: Problem with cuts

  1. #1
    Registered
    Join Date
    Aug 2015
    Posts
    38
    Downloads
    0
    Uploads
    0

    Default Problem with cuts

    Hi all! I am having a problem while cutting MDF with my CNC.

    The thing is that where the start node is, the router seems to go a little inwards and ruins the straight edge. I am not sure if I have explained myself correctly, so a picture will illustrate my problem better

    Also, here is my cnc code, generated with ArtCam (the piece is a rectangle BTW)

    Code:
    %
    G90
    G49
    M3 S15000
    G0 X423.330 Y198.500 Z5.000
    G1   Z-3.100 F3000
    G1 X1.500   F4560
    X1.500 Y1.500 
    X438.500 Y1.500 
     Y198.500 
    X423.330  
    G1   Z-6.200 F3000
    G1 X1.500   F4560
    X1.500 Y1.500 
    X438.500 Y1.500 
     Y198.500 
    X423.330  
    G0   Z5.000
    G0 X0.000 Y0.000 
    G0Z5.000
    X0.000Y0.000
    M05
    M02
    %
    Any help will be highly appreciated.

    Regards!

    Similar Threads:
    Attached Thumbnails Attached Thumbnails Problem with cuts-pic-jpg  


  2. #2
    Member KH0UJ's Avatar
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    660
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Maybe because your code starts somewhere in between 3/4 of the face and ends at the same spot before it zeroes itself.

    Problem with cuts-capture018-jpg

    You can start diving your spindle at Zero itself, no need to reposition it to a different location, in that way you eliminate the jiggling while the spindle is on dive mode and end mode, you can also adjust the plunge feed rate to avoid jiggling while it`s diving, can you post the actual dimensions on your route path? I can make a sample code for you that`s not really aggressive while diving, start @ zero itself and ends @ zero, it can also be multi passed to avoid excessive vibrations while cutting the material.

    Attached Thumbnails Attached Thumbnails Problem with cuts-capture018-jpg  


  3. #3
    Registered
    Join Date
    Aug 2015
    Posts
    38
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Hi! Thanks for the reply. I dont think that that would solve the problem, becuase if I have to cut 2 ( or more) pieces, only one would be placed at 0,0 and not the rest. Am I correct?

    What I don't get is that if the spindle lowers at the Start Node, and then goes in the direction of cut, how can the start point be inwards and not the rest of the cut?
    That means that the spindle is going down in the start node, spindle goes outwards a little bit and then makes the rest of the cut. Makes no sense to me at all.

    Regards!



  4. #4
    Member KH0UJ's Avatar
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    660
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Well it cuts perfectly straight on my code simulator, I think there`s an outside factor that causes it to mess with a straight route path, things like backlashes (X and Y axis), or noisy power supply that messes the stepper drivers and goes offset a little bit and back again, semi stuck ball screws. on my opinion the code is perfect even though it does`nt start @ zero.



    With a route path

    Problem with cuts-capture020-jpg

    Without a route path.

    Problem with cuts-capture019-jpg

    Hint: even if you cut a hundred parts in one MDF board you can still dictate where to start in each and every route path you created, that`s what CAM programming does, You can take control of your spindle from start to finish.

    Attached Thumbnails Attached Thumbnails Problem with cuts-capture020-jpg   Problem with cuts-capture019-jpg  


  5. #5
    Registered
    Join Date
    Aug 2015
    Posts
    38
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    But is it possible that I have that problem exactly on each Start Node and nowhere else?

    Regards!



  6. #6
    Member KH0UJ's Avatar
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    660
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Quote Originally Posted by inicdam View Post
    But is it possible that I have that problem exactly on each Start Node and nowhere else?

    Regards!
    Maybe only one way to find out, try another code that starts cutting at the edges and ends also @ edges of the rectangle, or post your rectangle dimensions here, let me code it for you starting @ 0,0,0 axis, specify also how thick is your MDF in mm, I dont use inches in my CAM coding.



  7. #7
    Registered
    Join Date
    Aug 2015
    Posts
    38
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Alright. I can try with a 10 x 10 cm square.

    Appreciate your help



  8. #8
    Member KH0UJ's Avatar
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    660
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Ok here`s the code, I just assumed that your cutter diameter is 1/4, then the material is 3/4 I lowered the feed Rate to 2000 and the plunge rate to 1000 and the spindle speed @ 15K RPM just to try it out.

    "Single Pass"

    %
    G90
    G0 Z3.0
    ( T0 : 0.0 )
    T0 M6
    ( Pass 1 )
    G17
    M3 S15000
    G0 X0.0 Y0.0
    G0 Z1.0
    G1 F800.0 Z-19.0
    G1 F2000.0 X103.2
    G1 X117.4
    G1 Y-106.4
    G1 X0.0
    G1 Y0.0
    G0 Z0.0
    M5
    M02
    %


    Then Multi pass by 4 also just to try it out



    %
    G90
    G0 Z3.0
    ( T0 : 0.0 )
    T0 M6
    ( Pass 1 )
    G17
    M3 S15000
    G0 X0.0 Y0.0
    G0 Z1.0
    G1 F1000.0 Z-4.75
    G1 F2000.0 X103.2
    G1 X117.4
    G1 Y-106.4
    G1 X0.0
    G1 Y0.0
    ( Pass 2 )
    S15000
    G1 F1000.0 Z-9.5
    G1 F2000.0 X103.2
    G1 X117.4
    G1 Y-106.4
    G1 X0.0
    G1 Y0.0
    ( Pass 3 )
    S15000
    G1 F1000.0 Z-14.25
    G1 F2000.0 X103.2
    G1 X117.4
    G1 Y-106.4
    G1 X0.0
    G1 Y0.0
    ( Pass 4 )
    S15000
    G1 F1000.0 Z-19.0
    G1 F2000.0 X103.2
    G1 X117.4
    G1 Y-106.4
    G1 X0.0
    G1 Y0.0
    G0 Z0.0
    M5
    M02
    %


    Just copy and paste the code in notepad then save it as .nc or .txt



  9. #9
    Registered
    Join Date
    Aug 2015
    Posts
    38
    Downloads
    0
    Uploads
    0

    Default Re: Problem with cuts

    Thanks for the help, but the issue seems to have been a problem with my code because I am not having this issue anymore

    Kind regards



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Problem with cuts

Problem with cuts