Problem Arc radius too small


Results 1 to 6 of 6

Thread: Arc radius too small

  1. #1
    Member
    Join Date
    Apr 2013
    Location
    russia
    Posts
    34
    Downloads
    0
    Uploads
    0

    Default Arc radius too small

    Hi,

    KmotionCNC sometimes tells "arc radius too small" on my programs, although in Mach3 all is good. At this moment I solved this by increasing radius by few microns manually. It there a way to adjust arc endpoint tolerances in KmotionCNC?

    Thank You.

    Similar Threads:


  2. #2
    Member TomKerekes's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    4045
    Downloads
    0
    Uploads
    0

    Default Re: Arc radius too small

    Hi mk00,

    The code only allows the radius to be short of the required distance by a fixed limit of 1e-12. Do you have an example GCode Fragment? Defining a near semi circle using Radius mode may cause large path errors as the slightest change in the specified values can shift the circle center by a significant amount. Does your CAD have another option? Or can it specify more digits of precision?

    Regards

    Regards
    TK http://dynomotion.com


  3. #3
    Member
    Join Date
    Apr 2013
    Location
    russia
    Posts
    34
    Downloads
    0
    Uploads
    0

    Default Re: Arc radius too small

    Hi, Tom

    Here is example program. May be it is possible to modify postprocessor, but i dont know how. I`we read that LinuxCNC have option for adjusting arc endpoint tolerance.

    Attached Files Attached Files


  4. #4

    Default Re: Arc radius too small

    may be you use inch, please check ,some control system can not us inch ,so the system will show the "arc radius too small".

    To be first brand CNC Router Manufacturer & Wholesaler Platform


  5. #5
    Member
    Join Date
    Apr 2013
    Location
    russia
    Posts
    34
    Downloads
    0
    Uploads
    0

    Default Re: Arc radius too small

    Quote Originally Posted by cncjack01 View Post
    may be you use inch, please check ,some control system can not us inch ,so the system will show the "arc radius too small".
    No, both CAM and KmotionCNC in millimeters. If I will increase radius manually by 0.001 all will work



  6. #6
    Member TomKerekes's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    4045
    Downloads
    0
    Uploads
    0

    Default Re: Arc radius too small

    Hi mk00,

    We will add an option to change the Tolerance.

    Using R mode is a poor way to specify a semi-circle. I did the math for a 100mm Radius. Changing R by only 1um shifts the arc center by 0.477mm. So most CAM systems avoid this.

    =SQRT(100^2 - (100 - 0.001)^2) = 0.477

    Regards

    Regards
    TK http://dynomotion.com


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

Arc radius too small

Arc radius too small