Setting up your limit switches with GRBL

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 22

  • @jonnafry
    @jonnafry 22 дні тому +1

    I ended up just wiring my limit switches to activate the 'abort' function. Not ideal but it stops a crash.

    • @garageundergroundza
      @garageundergroundza  22 дні тому

      @@jonnafry that’s exactly what the hard limit feature is intended for 💯

  • @tristanmartel503
    @tristanmartel503 4 роки тому +2

    Thank you for the video.

  • @dex3k
    @dex3k 2 роки тому

    Hi, thanks for video.
    Do you thing Pull UP or DOWN resistor wouldn't helped protect signal from switches?
    I am actually solving same problem, but id like to keep my switches ON.
    thanks

  • @pupupupu448
    @pupupupu448 2 місяці тому

    can i use NC Switches to? i dont want normally open, because this gets more errors?=

    • @garageundergroundza
      @garageundergroundza  2 місяці тому

      You can use NC switches by setting $5=1 (invert pin logic) and enable hard limits with $21=1. Use shielded cable but If you experience any interference issue you can add 10k pullup resistor between sig and vcc or pulldown between sig and gnd pins. Hope that helps you, good luck!

  • @bamboozled5114
    @bamboozled5114 3 місяці тому

    I am having issue, i have 2 axis machine and when i run $H command it homes one axis and the other one moves a little and doesn’t home. If anyone has an idea

    • @garageundergroundza
      @garageundergroundza  3 місяці тому

      Have you tried to home with hard limits disabled? or are you experiencing this issue with hard limits already disabled?

  • @M.lababidi
    @M.lababidi 4 роки тому

    Hello,
    can you put the connection diagram link
    in description
    Because I connected as you explained and adjusted the grbl file , but unfortunately I did not succeed. and thank you

    • @garageundergroundza
      @garageundergroundza  4 роки тому

      Hi there! Here is a link to the CNC shield asssembly guide: blog.protoneer.co.nz/arduino-cnc-shield-v3-00-assembly-guide/#EndStops
      If that doesnt help you, describe your problems in detail and I will try and help you :)

  • @codexrat
    @codexrat 3 роки тому

    Hi, I have a problem with my shield! its protoneer board version 3.0 and the error is that my spindle enable is swapped with z+ contact which is a common issue as I did some research!
    So now when I need the z+ for my z axis limit switch I connect it to spindle enable pin and it doesnt work!
    Can you help me out with this or point me to a direction where I can get some help?
    Thanks

    • @keremcakir5336
      @keremcakir5336 3 роки тому

      hi ım low engilis
      translate you = z+ veya z- pimi spnend bağla)

    • @garageundergroundza
      @garageundergroundza  3 роки тому

      Hi there! you can redefine which pin is used for Spindle enable! which version of GRBL are you using?

  • @muserbellamy1140
    @muserbellamy1140 3 роки тому

    How are the limit switches wired Mate

    • @garageundergroundza
      @garageundergroundza  3 роки тому

      Hi buddy, sorry for the late reply! If you're running active switches then NC and passive switches NO

  • @ronniepaulinc
    @ronniepaulinc 4 роки тому +2

    i dont think you helped anyone!

    • @garageundergroundza
      @garageundergroundza  4 роки тому +3

      I made this video for one specific person, it helped him and that's good enough for me :) Thanks for your valuable feedback.

    • @ronniepaulinc
      @ronniepaulinc 4 роки тому +1

      @@garageundergroundza 3 days straight and I still havent figured out why my limits still set off an error.

    • @garageundergroundza
      @garageundergroundza  4 роки тому +1

      @@ronniepaulinc You're getting EM interference in your switch circuit which is triggering a hard stop. You can either disable the hard stops in GRBL settings (short term fix) or use shielded cables for your switches (proper fix). Regular old ethernet cables work great for this purpose cos they're already shielded :) this is mentioned in the video!

    • @jefff3000
      @jefff3000 4 роки тому +1

      Oh yes, it helped me!! Same problem with unshielded cables. I’ll try with yours suggestion about ethernet cables. THANKS A LOT!