G Code 101: Circles and Arcs

แชร์
ฝัง

ความคิดเห็น • 46

  • @90FF1
    @90FF1 4 ปีที่แล้ว +7

    Total noob here. This video topped all the words I've read on the I and J thing. Thanks

  • @jeffreycole9834
    @jeffreycole9834 3 ปีที่แล้ว +5

    This is one of the better descriptions for I and J in the G-Code that I have seen or read. It is not complicated, but how to describe the I and J apparently can be difficult for some to describe. I can actually now see two ways to indicate I and J, and for more complicated milling, I can now throw in the K values for milling.
    Thanks for the description that we can understand.

  • @00kalamity10
    @00kalamity10 2 ปีที่แล้ว +2

    This video made the topic so easy to understand. I've been using g-code on and off for uni for the past 2 years. Have always struggled to understand how to get circles as you want them. You guys just helped me to ace my exam. Thank you!

    • @Bobscnc
      @Bobscnc  2 ปีที่แล้ว

      Glad we could help!

  • @KechlimparisAthanasios
    @KechlimparisAthanasios 4 ปีที่แล้ว +4

    Good work guys!!Very nice explanation of the G2, G3 functionality

  • @hambaallah5586
    @hambaallah5586 6 หลายเดือนก่อน +1

    Wow... clearer than my CNC lecturer.... subbed

  • @xpeace77
    @xpeace77 3 ปีที่แล้ว

    A superb video - getting to the point in lightning speed. Thank you very much.

  • @urquiza1487
    @urquiza1487 ปีที่แล้ว +1

    You can also use an r value with a g2 or g3 command to achieve an arc

  • @connerstephen6438
    @connerstephen6438 5 ปีที่แล้ว +3

    Thanks for making this!

  • @tora5205
    @tora5205 ปีที่แล้ว +1

    Thankyou! Very clear breakdown, appreciate it

  • @AmerikkkaGuitars
    @AmerikkkaGuitars 2 ปีที่แล้ว +1

    Awesome explanation. Doing fret slots for multiscale guitar. Was confused about starting and end points, Also can generate curve with radius command. Will test but I think I'm heading in right direction. Also you can use camotics to import your gcode and will give a visual realtime representation of toolpaths and it's free.

  • @matthewchapman2494
    @matthewchapman2494 2 ปีที่แล้ว +1

    Great video! Thank You! I learned something.

  • @charleslyons6203
    @charleslyons6203 6 หลายเดือนก่อน

    You made it easy to understand thanks

  • @klawyjanjan2596
    @klawyjanjan2596 ปีที่แล้ว +1

    sooooo gooood i got it! thank you guys

  • @28colecj
    @28colecj 16 วันที่ผ่านมา

    Great video!

  • @baonguyen-fy3ju
    @baonguyen-fy3ju 4 ปีที่แล้ว

    Thank you

  • @vasimansari1919
    @vasimansari1919 4 ปีที่แล้ว +1

    Very good

  • @roberthuerta449
    @roberthuerta449 3 ปีที่แล้ว

    most helpful video, clear and simple, no pussyfooting

  • @donsahgodfred9941
    @donsahgodfred9941 3 ปีที่แล้ว +1

    Thanks

  • @eduphymath6581
    @eduphymath6581 3 ปีที่แล้ว

    Tnx

  • @ProfessorVector
    @ProfessorVector 4 ปีที่แล้ว +1

    Very nice just knowing X Y is the end point helped so much
    I see people cut circles in two steps 180 degrees each is this necessary or can a 360 cut be done with one G2/G3 ?
    This used to be so confusing because people want to start in the center of the circle and you also have to account for the bit size and subtract that out too. I have yet to see a formula using Xc Yc for center and Xbr Ybr (bit radius) !
    Yes I'm a software engineer!

    • @Bobscnc
      @Bobscnc  4 ปีที่แล้ว +2

      Some gcode senders will do the entire circle if the end point is the start point. Grbl will only do 1/2, then you can do the other half. Yes there is a bit of math for the bit diameter.

  • @celebrity_rooster7488
    @celebrity_rooster7488 3 ปีที่แล้ว +1

    Thanks for the video guys. Where can I do a circular motion in the Z axis?

    • @Bobscnc
      @Bobscnc  3 ปีที่แล้ว +1

      Just add the Z and the K (XYZ, IJK)

  •  ปีที่แล้ว

    What about a spline? What way should we follow?

  • @kevincrum6259
    @kevincrum6259 3 ปีที่แล้ว +1

    is there such a way to do an arc with all three axis? or at the least arching on a plane say YZ while moving X?

    • @Bobscnc
      @Bobscnc  3 ปีที่แล้ว +1

      You can add a Z component as well. The principle is the same, Just at the z and the k. The k is the distance to the center of the arc in the z direction. (XYZ) (ijk)

  • @isaacadude6781
    @isaacadude6781 4 ปีที่แล้ว +2

    you made it easier

  • @stemoore5842
    @stemoore5842 3 ปีที่แล้ว +1

    On my machine I.. J.. is expressed as absolute by default. Is there a way to change this with code? I have tried G91.1 and adding D before the IJ but neither work. It has an ECS1801 control.

    • @bobwood4193
      @bobwood4193 3 ปีที่แล้ว +1

      What CNC model do you have?

    • @stemoore5842
      @stemoore5842 3 ปีที่แล้ว

      @@bobwood4193 ECS 1801

  • @official_richielau
    @official_richielau 4 ปีที่แล้ว

    This is great. Is there a way to form an arc that has a different that has a different x-radius from its y-radius like an ellipse?

    • @Bobscnc
      @Bobscnc  4 ปีที่แล้ว +2

      Not with a simple gcode. You would need to plot these with small segments. This work would e better suited for CAM software.

    • @official_richielau
      @official_richielau 4 ปีที่แล้ว +1

      @@Bobscnc Your arc example draws half a circle. Is it possible to draw a quarter of that circle?

    • @Bobscnc
      @Bobscnc  4 ปีที่แล้ว +1

      @@official_richielau sure, just make the XY the values for the end point.

  • @adilhassan7817
    @adilhassan7817 3 ปีที่แล้ว

    I’m trying to curve a diagonal line to connect my initials, how would I go about doing that? Like how would I find the center point? I’m new to this G and M code. I want to connect the bottom corner of my M to the top corner of my H. My initials are AMH.

    • @Bobscnc
      @Bobscnc  3 ปีที่แล้ว +1

      It might be easier to use CAD?CAM software to do this. Search for font to gcode.

  • @RafalGajdzik
    @RafalGajdzik 4 ปีที่แล้ว +2

    Last LINE SHOULD NO BE G2 X9 Y3 I3 J-3 ? (you missed "Y" )

    • @Bobscnc
      @Bobscnc  4 ปีที่แล้ว +2

      Yes I did...good catch!

  • @hussainbhavnagarwala2596
    @hussainbhavnagarwala2596 11 หลายเดือนก่อน

    How would you make a full circle, I tried using the same start point as end point but Nc viewer gives a weird output

    • @oathz958
      @oathz958 10 หลายเดือนก่อน +1

      You need to use the I to make a circle only

  • @TheGabusan
    @TheGabusan 3 ปีที่แล้ว

    I wish u could use polar coordinates

  • @talgtalga3767
    @talgtalga3767 3 ปีที่แล้ว

    Great video... i have questiin about gcode in mach3 sorry this not topic here.. am sure you know more about it) your help needs please..i have wrote down gcode by myself on notepad txt format am using x axis as clamping system linear movment in mini injection machine ...i put some codes on it and downloaded in mach3 some x axis movments and i want to use some codes as loop can repeated hole cycle till i turn off reseted button...some guys use m97, m47 but in my case no luck)) any help please??? for example in my case...g90 g1 x50 f 350
    G4 P10
    X0
    x-10
    X0
    x-11
    X0
    (these above cycle needs to repeated... any codes as loop???))
    Hope some can also help this if knows ..
    i really appreciated

    • @bobwood4193
      @bobwood4193 3 ปีที่แล้ว

      LinuxCNC has a good reference for sub routines. Grbl firmware will not handle sub routines.

    • @talgtalga3767
      @talgtalga3767 3 ปีที่แล้ว

      @@bobwood4193 am using mach3 but i dont how to run my codes as loop

    • @bobwood4193
      @bobwood4193 3 ปีที่แล้ว

      @@talgtalga3767 Please take a look at the LinuxCNC pages or search for gcode sub routines.