MKS Gen L - Optical Endstop

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • This will explains the basic process of using a optical end stop on MKS Gen L 1.0.
    One Time Tips, You Can PayPal Me:
    www.paypal.me/...
    Discord:
    / discord
    Patreon:
    / edbraiman
    buymeacoffee:
    www.buymeacoff...
    Required Hardware:
    MKS Gen L 1.0
    Optical Endstop with cable
    USB cable
    Required Software:
    Arduino studios 1.8.5 or higher
    www.arduino.cc/
    Pronterface.exe
    www.pronterface...
    MarlinFW (Firmware 1.1.8 or higher)
    marlinfw.org/me...

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

  • @denniscox4799
    @denniscox4799 5 ปีที่แล้ว

    Really well done videos. Short, to the point with no tangents for humor and commentary. I have a question...
    I would think using these optical sensors, I would put some tab on the head that would block this sensor at the stop. However, in the video you changed the Z_MAX_ENDSTOP_INVERTING to true and thus got open when it is blocked. Wouldn't I want FALSE and thus show triggered or am I mis-interpreting your situation?

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

      It should be false, but I wanted to make people think about it And you're correct.

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

    When will i use for instance Z min or Z max? Thank you in advance...

    • @EdwardBraiman
      @EdwardBraiman  6 ปีที่แล้ว

      mark vasquez normally you will only use one direction. It's used more to demonstrate the Marlin firmware options.

  • @eaglewitharifle
    @eaglewitharifle 6 ปีที่แล้ว

    Nice video series! I just bought the Gen-L, and I'm looking forward to get started.
    Do you have a BLTouch? Could you demonstrate how to connect one to the MKS Gen-L and configure it in Marlin? I think that auto bed leveling is quite a nifty tool these days. Thanks for your videos.

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

    great video, i have a qestion now if i connect two sensors on both the right z endstop and one on the left how do i tell marling to use bothe to activate the endstops seperatly so is makes sure that they are both leveled independantly

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

      One would think it's looking for first endstop trigger. I just found in configuration_adv.h, look for num_z_stepper_driver and set to 2. The will use second stepper to E1.

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

      @@EdwardBraiman im already using 2 stepper drivers so that doesnt work

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

      @@EdwardBraiman i think the cr10 the 500x500 one uses 2 endstops and 2 stepper drivers so il have a look at marlin for that one 4 some help