. .

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hello. Sorry to start off on this forum with a help request - am currently at the bottom of the learning curve.

    I've recently bought a cheap(ish) CNC machine off EBay. These things come with a controller board that requires a PC with a hardware parallel port to do the real-time stuff so obviously I've ripped that out and replaced with an Arduino+GAUPS shield (which is gShield compatible) running the latest version of GRBL fetched from their source repo.

    Despite my ham-fisted efforts it seems to work for straight lines in all axes for linear motion. However I tried the circle example from the GRBL website, adapted to mm, and I get what's in the image below. The preview in Grbl controller 3.6.1 thinks I should get a circle, and so do I. To state the bleeding obvious, I've taped a pencil to the tool housing to do this.




    It starts in the bottom left of the image, draws the first arc (and a bit) correctly then goes wrong and doesn't make it back to the origin. I don't think it's bad connections or overheating as it's quite repeatable.

    Does anybody recognise this kind of problem? Googling isn't turning anything up. Looks like some kind of arithmetic error to me but it really should work as far as I can see. I'm not necessarily looking for a detailed solution (although that would be nice) but right now I'm not even sure where to start looking.

    Here's my gcode:
    Code:
    G17 G21 G90 G94 G54 G91.1
    G0 Z10
    F 500
    X-100 Y0.
    Z2
    G01 Z0. F500
    G02 X0. Y100 I100. J0. F500
    G02 X100 Y0. I0. J-100.  F500
    G02 X0. Y-100 I-100. J0.  F500
    G02 X-100 Y0. I0. J100. F500
    G01 Z2 F500
    G00 X0. Y0. Z10
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	circle_not.jpg 
Views:	1075 
Size:	17.9 KB 
ID:	15620  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Reducing 12v DC to 0.5V DC no more than 1A draw
    By AdCNC in forum General Electronics
    Replies: 18
    Last Post: 31-12-2022, 08:14 PM
  2. Understanding how to draw and trim circle's in BobCAD V27
    By peter gillespie in forum BobCAD-CAM
    Replies: 0
    Last Post: 11-06-2015, 03:51 PM
  3. Replies: 8
    Last Post: 01-02-2014, 09:33 AM
  4. control signals to draw a circle
    By lakmalp in forum Machine Control Software
    Replies: 3
    Last Post: 16-06-2013, 05:52 PM
  5. Getting dizzy cutting circles!
    By fasteddy in forum Programmers Corner
    Replies: 19
    Last Post: 16-05-2010, 07:46 AM

Bookmarks

Posting Permissions

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