586,062 active members*
4,648 visitors online*
Register for free
Login

Search:

Type: Posts; User: camasaki

Search: Search took 0.00 seconds.

  1. Re: A circle, a simple circle. How hard can it be?

    I think I see what's happening. If you're in relative mode (G91) you can't draw circles.

    FAIL:
    >>> G91
    >>> F100
    >>> G0 X0 Y2
    >>> G2 X0 Y2 I0 J-2
    ok
    ok
    ok
  2. Re: A circle, a simple circle. How hard can it be?

    But GRBL is on my Arduino - I'm just switching between different PC software which both send "G2 X0 Y2 I0 J-2"
  3. Re: A circle, a simple circle. How hard can it be?

    OK, the circle code works in UniversalGCodeSender but not in GrblController 3.6.1

    I thought these programs just send GCodes to the machine so how can they get different results??
  4. Re: A circle, a simple circle. How hard can it be?

    Yeah... doesn't work on my machine (running GRBL).

    The first command works but the circle doesn't and I get:
    error 33 for G2 X0 Y5 I0 J-5
  5. A circle, a simple circle. How hard can it be?

    I'm new to CNC having built a 2-axis plotter driven by Arduino, CNC-Shield and GRBL 1.1.

    I can draw a square.

    I now want to draw a circle and have failed miserably for days.

    I have googled...
Results 1 to 5 of 5