Arduino UNO CNC Z AXIS PROBE With GRBL Comand G38.2 on Universal G Code Sender (UGS) Easy Setup

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Instaling z probe on my homemade arduino uno based CNC. Its very simple, just connect probe wires to arduino uno ground (GND) and A5 pins. Attach probe clamp to bit and put probe underneath . Check if there is clean surface and write comand in UGS(Universal G-code Sender) g38.2 Z-10 F1 .When probe touch and got alarm set the height of the z axis according to the thickness of your probe , my probe thickness was 19.2mm so i set G92 Z19.2. and thats all.
    u can buy probe here
    PROBE : s.click.aliexpr...
    Arduino UNO learning KIT : s.click.aliexpr...
    parts from my cnc:
    Arduino UNO: s.click.aliexpr...
    Nema 23 stepper motor : s.click.aliexpr...
    Drivers for Nema 23 TB6560 3A: s.click.aliexpr...
    500w Spindle : s.click.aliexpr...
    Engraving bit: s.click.aliexpr...
    Linear bearings for 16mm shaft : s.click.aliexpr...

Komentáře • 32

  • @craftzars
    @craftzars  Před 4 lety +9

    when i was searching for information on how to install a probe for arduino uno, i couldn't find any easy to understand tutorials. hope this will help someone :)

  • @jeffbeck6501
    @jeffbeck6501 Před 2 lety +1

    I subscribed because you put all the needed info in the description text. BAM. I got what I need. Thanks.

  • @mohammedaltamimi9355
    @mohammedaltamimi9355 Před 4 lety

    Thank you!! I was looking for this thing for months!!

    • @craftzars
      @craftzars  Před 4 lety +1

      Thats why i made this short video, i was searching simple explanation and cant find any.

  • @mattivirta
    @mattivirta Před 3 měsíci

    how can do same whit linuxcnc, need add first display probe button, then were folder add G-code and how can make other working sure too.

    • @craftzars
      @craftzars  Před 3 měsíci

      Unfortunately, I haven't had time to try linuxcnc yet, but I'd like to someday

    • @mattivirta
      @mattivirta Před 3 měsíci

      @@craftzars sad, linuxcnc have most popular used cnc machine software, hobby and pro level used only linuxcnc most. arduino/GRBL have small hobby users group only.

  • @khaledhalabi2430
    @khaledhalabi2430 Před rokem

    prefect thank you 😉

  • @triwibowo8500
    @triwibowo8500 Před 2 lety

    Penyebab sumbu z bergerak sendiri apanya yang rusak. Saya pakai arduino uno, dan tb 6560. Mohon pencerahan. Terima kasih

  • @MetalfarmRecords
    @MetalfarmRecords Před rokem

    thank :)

  • @guilhermeflorencio1333

    Grate, tks

  • @beykana
    @beykana Před 2 lety

    Hello, very useful video. What I want to ask you is how can I decrease the return to Zero button's descent rate to the zero position. Trying to land too fast so sometimes he skips teeth

    • @craftzars
      @craftzars  Před 2 lety +1

      F1 i think is slowest search speed. You need to watch your grbl settings. Also you can try F0.5 maybe 1 is not smallest.

    • @craftzars
      @craftzars  Před 2 lety +1

      $25= is homing seek speed, you can try to edit

    • @beykana
      @beykana Před 2 lety

      @@craftzars Thank you for your answer. I solved the problem. I set $112 to 100.

  • @Artnovetor
    @Artnovetor Před 4 lety

    Muito bom

  • @THIAGO_ELETRICISTA
    @THIAGO_ELETRICISTA Před 2 lety

    how and where can I record a macro to zero the probe and then go up 5 millimeters? my probe is 19 mm high

    • @craftzars
      @craftzars  Před 2 lety

      Depends on what program you use, i can help with candle, universal gcode sender or bcnc

  • @hypertool35
    @hypertool35 Před 3 měsíci

    can it be used for X and Y?

    • @craftzars
      @craftzars  Před 3 měsíci

      for x and y i use home limit swithces

  • @meller713
    @meller713 Před 2 lety

    Hi, tried to install same way same probe on same adruino. mill goes down till it touches platform and stops. Writes PRB:.., but do not write "ok". after that it doesn't take any command and after some time writes: "ALARM: Probe fail". What reason can there be for that ?. I need to hard reset it or push "close/reset" like 20 times or so.

    • @craftzars
      @craftzars  Před 2 lety +1

      i don't remember what error i had but it mysteriously disappeared changing probes wires in places.

  • @gunawansalma5810
    @gunawansalma5810 Před rokem

    Any video for autoleveling of ugs?

    • @craftzars
      @craftzars  Před rokem

      You can write same comands in ugs console

    • @gunawansalma5810
      @gunawansalma5810 Před rokem

      Similar pin for arduino uno atmega328?

    • @craftzars
      @craftzars  Před rokem

      @@gunawansalma5810 pinout looks same as uno

  • @somtingwongwai7194
    @somtingwongwai7194 Před 3 lety

    Pin descriptions (second image) for the UNO R3 www.cnc3d.com.au/product-page/5-10v-vfd-signal-control-module

  • @kristjanilves8344
    @kristjanilves8344 Před 2 lety

    Is it the same pin with arduino mega 2560?

    • @craftzars
      @craftzars  Před 2 lety +1

      Nop mega is bigger board with more pins. Fast search in google says its maybe pins A15 and GND.