SKR 1.4 - FIX MOUNTED PROBE

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มิ.ย. 2024
  • This is a brief tutorial on how to install a fixed mounted inductive 5v NPN NO (Normaly Open) probe in Marlin firmware on SKR 1.4 motherboard.
    SKR 1.4 Playlist:
    • SKR 1.4 Tutorials
    One Time Tips, You Can PayPal Me:
    www.paypal.me/EBraiman
    Discord:
    / discord
    buymeacoffee:
    www.buymeacoffee.com/ebraiman
    Patreon:
    / edbraiman
    Hardware:
    1 - BigTreeTech SKR 1.4
    1 - 5v NPN NO Inductive Sensor
    1 - USB Serial cable
    Amazon Affiliate Links:
    amzn.to/2Qaz2pw (SKR v1.4)
    amzn.to/390u6eI (5v NPN NO Inductive sensor)
    amzn.to/2Y3cwRc (Laptop Acer Nitro 5)
    Documentation:
    github.com/bigtreetech/BIGTRE...
    Marlin firmware:
    marlinfw.org/meta/download/
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    You are the only good youtuber that shows the skr1.4 👍 keep it up

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

    Top bloke, excellent, simple instructions that are easy for anyone, even me to understand and programmed marlin in real time with the video. I thought I was going to have to find Normally Closed probes, not anymore. Thank you so much for your video.

  • @jamesd.wateska6819
    @jamesd.wateska6819 ปีที่แล้ว

    Love ya. Really appreciate the time and effort you put into your vids. They're very clear and detailed.

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

    Excellent video thank you

  • @rikes7855
    @rikes7855 ปีที่แล้ว

    Important thing you left out, if you are using a sensorless driver like TMC2209 in UART mode, certain pin(s) have to be disabled. I would like not to clip pins on the driver, like if this needs to be done for SPI mode. From what I understand, the z endstop doesn't work if the debug pin is connected.

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

    Great video as always! I'm in the middle of setting up a skr 1.4 , it is possible to use both a z min endstop and a inductive probe ?

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

      Unfortunately you can only use one.

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

    I did the fixed probe setup and left the "default zmin min probe uses zmin endstop pin" enabled and it seems to work fine, because the probe is actually plugged into the z endstop pins, same pins you are using. The bltouch pins are actually below the the pins you are using.

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

      True, but I did test with zmin last night on commented out setting. The main reason I commented out was fixed mount probe setting would not compile/build without doing that.

  • @heikoh.6833
    @heikoh.6833 3 ปีที่แล้ว +3

    Hello Edward, thank you very much for your great tutorial. I have a quick question. I have an NPN NO sensor, but its power supply is 6-36 volts. Can you tell me how I can connect that to my SKR 1.4?
    Thank you and please keep it up.
    Heiko

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

      You need a buck converter but luckily if you do that it will connect directly to the z endstop which is way easier

    • @terror1993
      @terror1993 ปีที่แล้ว

      I believe an optocoupler would work here.

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

    Great Video. Ive currently the v1.3 of this board and problems with the fixed probe. I've an inductive sensor like you. The Sensor
    you know a work around for that? I read that you could solder out the resistor( which is not an option because my solderiron is to big for that) or you could use the free servo pin and configure in the pins_BTT_SKR_V1_3.h file
    #define Z_MIN_PIN 2_00
    #define SERVO0_PIN 1_25
    But that doesn't seem to do the trick. With this config I don't even get the light on the sensor to shine ,when it's against the bed. You have any suggestions for me?

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

      Are you using the exact sensor type? The emphasis on the tag in the tutorial was on purpose. The probe used in the tutorial only needs to be connected as shown.

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

      @@EdwardBraiman i think so, its the PL 08N Sensor.

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

      @@EdwardBraiman got it to work with the method above, just used the right pin this time, had the pin layout 180 degree rotated. my bad. But thanks for helping! keep it up

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

      @@skysi you're welcome.

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

    Hello. One question. We need to change the jumper for 5v and keep in 5v right? Other thing. This will work with a skr e3 mini v1.2? Thank you

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

      Yes if it has a 5v jumper. The reason make people use 5v is it safer way to explain firmware updating.

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

    Thank you for your great videos. I appreciate them greatly.
    I'm confused on the Marlin setup. You say to comment out the "use Z_MIN_ENDSTOP..." but then plug it into the endstop. I tried both variations of commented & uncommented but neither work for me. When I home Z the axis will move about a millimeter then stop.

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

      What the sensor type? If it's not NPN NO, then it might not works. You can always test with an Endstop switch to verify pins are working. Then they with multimeter voltage from sensor to check your sensor is working.

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

      Forgot to inverse the triggered state?

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

      @@EdwardBraiman Thank you for your reply Edward. I'm using the P.I.N.D.A V2 from POLISI3D. It's an NPN but I'm sure if it's normally open or closed. I believe it NC but not 100% sure. I'll try an endstop and see if that works.

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

      @@SteinerSE Thank you Thomas for your help. I'm not sure. Would that effect the Z axis moving the wrong direction? The bed drops a couple times then stops. (Hypercube Evolution printer).

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

      If the axis moves in wrong direction you can invert direction in Marlin firmware.

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

    If i understand, if i use a PNP NO ive just to modify the parameters
    define
    Z_MIN_ENDSTOP_INVERTING false and
    define Z_MIN_PROBE_ENDSTOP_INVERTING false and if the power supply is 6 to 30V ive to add a voltage adapter to 5V like a voltage divider or an optocoupler or better a 7805 to give on black wire signal the wished 5V right?

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

      A voltage step down to signal pin helps, but it's easier to use one listed in description.

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

      @@EdwardBraiman i buy NPN its easier, thank for reply

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

    For the popular 6-24/30/32/36v inductive sensors
    In case someone else has this problem. The popular inductive sensors are not compatible with the SKR series.
    The sensor in the video is running at 5v but these are harder to find and are more expensive
    The SKR has 5V on z switch while most sensors work between 6-32v. In order to use these, one needs a voltage divider. Power the sensor directly from the psu (12v in my case), insert voltage divider, signal drops to or a little lower than 5v and it works. for my sensor, the 15k on signal, 10k between signal and ground wires worked. However, even if the measured voltage at the sensor signal output is now correct, it still did not work. the SKR has hardware pull down and pull ups. My board maintained a steady 2.5v on the signal pin on the connector on the board. Meaning the sensor still won't work.
    You need to activate/deactivate de pull-ups an/or pull-downs (depending on the default setting and the measured voltage on the pin on the mobo). There is no need to reassign the z probe to other pins on the board like i've seen in other guides
    These need to be changed to fit your machine, example bellow are my settings. Sensor does not work on SKR without these settings being correct for the hardware used.
    **as a side note, the 4 to 8mm industrial inductive sensors are really good and reliable. i bought more LJ12A3-4-Z/BX for aroun 4usd(equivalent) / piece and they work great (even wen using a 2mm thick piece of galss over the bed)
    #if DISABLED(ENDSTOPPULLUPS)
    // Disable ENDSTOPPULLUPS to set pullups individually
    //#define ENDSTOPPULLUP_XMAX
    //#define ENDSTOPPULLUP_YMAX
    //#define ENDSTOPPULLUP_ZMAX
    #define ENDSTOPPULLUP_XMIN
    #define ENDSTOPPULLUP_YMIN
    //#define ENDSTOPPULLUP_ZMIN
    //#define ENDSTOPPULLUP_ZMIN_PROBE
    #endif
    // Enable pulldown for all endstops to prevent a floating state
    //#define ENDSTOPPULLDOWNS
    #if DISABLED(ENDSTOPPULLDOWNS)
    // Disable ENDSTOPPULLDOWNS to set pulldowns individually
    //#define ENDSTOPPULLDOWN_XMAX
    //#define ENDSTOPPULLDOWN_YMAX
    //#define ENDSTOPPULLDOWN_ZMAX
    //#define ENDSTOPPULLDOWN_XMIN
    //#define ENDSTOPPULLDOWN_YMIN
    #define ENDSTOPPULLDOWN_ZMIN
    //#define ENDSTOPPULLDOWN_ZMIN_PROBE

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

      Can I take 12v for the proximity sensor from the always on fan pins?? Top right side corne if you look from usb and to put signal on z end stop?

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

      You'd need to filter signal pin not to fry board. Signal pins only take a maximum of 5v, 12v will cook board.

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

      @@EdwardBraiman thank you.. I have understood that I need to use 2 resistors to step down to 5v.. on google I have found only with external 12v psu to hook up to the sensor and I was thinking if I can take the 12v from the fan pin and only connect ground and signal cables to the z end stop.. with the resistor soldered

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

    HI! nice tutorial! I´m trying to set my SKR 1.4 TURBO to work with UBL with a fixed probe, z home it´s good, heats up goes to the first point reads (in pronterface says fail to probe) and follows with the next point but in the same spot. i mean for example, it says point 3/9 but the probe is still in the first position and every time throws a "fail to probe" i dont know what am i missing, please help.
    Also, if i try to do a fine mesh edit it moves through the points normally.
    Thanks!

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

      My guess is eeprom. There's a Discord chat in my Discord for BLT where someone might be able to give more information. The Link should be in description.

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

    also, according to the seller I'm buying this probe from, it can detect anything.
    This is the discription. is this a different type of sensor than you have?
    Features:
    It is a component widely used in automatic control industry for detecting, controlling, and noncontact switching.
    When proximity switch is close to some target object, it will send out control signal.
    As it is capacitive type proximity switch, its detecting object target is not limited to only conductor, but also liquid and even powder things, like plastic, water, glass, oil, etc.
    It's widely used in machine, paper making, light industry for limiting station, orientation taking count, speeding trial ect.
    Specifications:
    3 Wire Polarity: NPN Detection
    Voltage: DC 5V
    Detection Distance: 2mm
    Ouput Status: Normally Open
    Output current: 300mA
    Detection objects: Conductor
    Part number: LJ8A3-2-Z/BX
    Screw Length: 50mm
    Quantity: 1 Pc
    Note:
    Please allow 1-3mm error due to manual measurement. pls make sure you do not mind before you bid
    Due to the difference between different monitors, the picture may not reflect the actual color of the item. Thank you!
    Package Contents:
    1 Pc x Inductive Switch

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

      The sensor in the video is inductive. I've not yet tested capacitive and might not, because the last time I used one the wires melted.

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

      @@EdwardBraiman Will i be able to follow the same steps to set it up on my BTT 1.4 Turbo/Pro MOBO?

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

      Is the Pro Mobo a printer?

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

    Does this Lj18a3-8-z/bx works with the skr1.3?? The motherboard endstop output is 5volts and the sensor works between 6-36, so im getting something wrong or what?

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

      The sensor in the description worked.

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

    Can you do one of these fixed mount probe guides for the Skr Pro? I have installed one of these on various different boards but for some odd reason I just can't get it working at all on the Skr Pro. I am not sure exactly what the difference is be this board and all others I have tried, from the Skr 1.3 to the old mega ramps, but what ever it is just makes this type of probe not work at all.

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

      Ramps works on PNP, where as SKR 1.3 does NPN.

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

      @@EdwardBraiman Hmm...🤔 I guess I'll have to pull the one off my other printer then to see if it works so I can test out the board. I've have bought both PNP & NPN and used them but never really looked at one version working on one board over the others. I just grabbed one and installed it. Maybe I just got lucky in which one I used.

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

      If it makes you feel better I made the same mistake.

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

      @@EdwardBraiman Got my new sensors and it works now. Now I have a few spares of various types for future projects. Not being NPN was definitely was the issue. Went for a Capacitive sensor for this build as I upgraded the bed to glass as well.
      Thanks for all the help. It has been appreciated.

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

      @@VectorRoll congratulations, but capacitive sensors can cause the wires to melt, so watch it like a hawk.

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

    Good Work. Can you add a video regarding Fans. I want to run fan automatically when temperature touch 55. And how we run addition two fans on fan port

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

      Yes.

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

      @@EdwardBraiman thanks i will wait for that video.

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

    Thanks!

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

    Did you ever tried to use the 5v inductive sensor with the skr pro 1.1?

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

      Not yet, but it should be similar.

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

      Just need to check if NPN NO.

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

      @@EdwardBraiman thanks for the response. I did try with the stock tronxy x5sa pro induction sensor (NPN NO), It lights up but it doesn't trigger.

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

      It maybe different for your board. Do you know which board that is? I may have it in my 3d board collection.

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

    I tried the SKR 1.4, but was getting a TMC Connection Error. I'm using TMC2209s (x4). I moved back to the SKR 1.3 and the same error appears. I have to assume there is an issue with the way I'm configuring Marlin. When I run command M122, I see this: X Y Z E
    Address 0 0 0 0
    Enabled false false false false
    Y axis is moving fine, all others are locked, and the X axis stepper gets hot enough to burn me. Any recommendations?

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

      Try moving y axis stepper to x axis and see if it moves. Remember to power down setup. There maybe an issue on Marlin bug track website.

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

      Check www.github.com/MarlinFirmware/Marlin/issues/16617 this might be related.

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

      @@EdwardBraiman Thanks for the link. I've read through that. Just as a point of reference, this is a 2015 Lulzbot TAZ 5 that I completely gutted, including cables as it was in bad condition due to many hours of use. Rebuilt all assemblies, but kept the original NEMA steppers. So, I did find that the 2209 that was overheating was bad. I moved it to the E0 slot and the problem followed. I ordered a new one. The Z axis was moving and so I rotated all axis through the operating Z and all motors worked, so that should eliminate any possible errors with my new cables. I assume at this point, I am still having a firmware or motherboard issue. All driver registers (M122) report connection OK, yet my X ,Y, and E0 are still not moving. I'll continue investigating what could be wrong, but it looks like some issue my ability to work with Marlin 2.

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

      @@paulnolastname9422 you're welcome. I've still been working on a tutorial on how to get tmc2209 setup, but I've not rechecked since last time a couple of weeks ago. Maybe I'll check again tonight. I try and wait until I get something working before posting.

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

    Am I missing something?....in the pinout picture you have circled two plugs, Servos and Probe. Then you use a totally different plug. You use the Z stop plug.

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

      Yes, the other plug at the time of recording was not functioning correctly. And new setting changes had been added to marlin firmware.

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

    I have tryied with skr pro 1.1 with this sensor LJC18A3-H-Z/BX but it doesn't work... When the 3d printer goes home the led sensor switch on but it doesn't stop.. how i can fix it?

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

      Unsure as the tutorial is not for SKR pro 1.1.

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

      Check if you have 6 to 36 VDC version. If I'm not mistaking, in that case you shouldn't connect power pin to board but rather directly to your power source.

  • @esaumorenomurillo9011
    @esaumorenomurillo9011 ปีที่แล้ว

    Please I need help I have an SKR3 and an NPN probe NO my source is 24 volts and I use a TMC2209 driver UART mode with sensorless homing I did everything you told me in the video tutorial and it doesn't work please I need help

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

      There's a link in description to Discord.

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

      Everyone is in general chat.

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

    I like the video but it was even better when i changed the playback speed to 1.25.

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

    Hi Edward, please show us how to use the WiFi-Module.

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

      I'll see if I can do a tutorial, but in the comments to my TFT 35 v3 video there is a conversation between me and someone else that kinda explained how to.

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

    There is a huge problem with probing on multiply endstops when probing, i make an bugfix for this, still waiting that this will integrated in marlin.
    And, now we have marlin 2.0.2, in this i allready integrate an bugfix for all users that want to use multiply endstops and connect the Z endstops to the "z-stop" and "poen" pin

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

      Not sure about fix yet as I'm on some of the Marlin bugs emails. Do you have a link to the Marlin bug?

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

    is the process the same for the v1.1 board.

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

    I have a probe like that maybe just a little different and did everything u did and it wont work always says lit up and opened never gets triggered

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

      The logic of the probe might not be the same.

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

      @@EdwardBraiman i got to work now had to plug my ground to z pins and blue and black to probe pins

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

    Is there any way to connect an 12 v sensor? I have one lying around at home

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

      You can connect it to 12v pin. So instead of using the 5v pin in the Z min endstop section you'd use whatever 12v pin not being used. (If you're using a 24v supply those might be 24v & not 12v) One of the fans + pin would work, and you can even use the ground pin from the fan too. You just need to connect the signal wire to the signal pin from the endstop. see links for an image. Although, you might have to mess with the inverting in Marlin if it's a PNP sensor.
      www.dropbox.com/s/93lwpapwbwwfmzs/bottom%2012v%20pins.jpg?dl=0
      www.dropbox.com/s/oio5hwgsohii2pu/top%2012v%20pins.jpg?dl=0

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

      @@Hopeinformer he's but the problem ist that that sensor is a output signal 12 volt and the z min signal pin schould be 5 volt?

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

      @@luminousmoonnight6487 I'm not sure. I've never seen a probe that needs 12v for the signal

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

      It's possible, but I burned wires in the past doing this.

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

      A 7805 stepdown will do it, but it's very very dangerous. So please avoid trying.

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

    If you see in pins in config_adv.h auto fan is like this define E0_AUTO_FAN_PIN -1. But when I open Pin_btt_skr.h. In the pin is define as define FAN_PIN P2_03. So when I put P2_03 instead of _1. Its give me the error.

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

      That sounds like a bug, but I can check in the morning.

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

      thanks

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

      @@EdwardBraiman did you check it.

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

      @@robo909 I'm running a little behind because I tried to do tutorial with a PWM fan when I should have used a fan extender like my SKR 1.3 tutorial. It should work.

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

      @@EdwardBraiman THANKS BUT I WANT TO SEE WITHOUT FAN EXTENDER AND WANT TO USE FAN_PIN P2_03. LOT OF LOT PEOPLE ARE ASKING ABOUT THIS

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

    Tks

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

    Please Edward Braiman can make a Video how Install a optical Endstop in a Filament running out sensor with the Skr V1.4 Turbo ? please ! Your are the Best ,i am a beginner in Programming a Board but you make that i can it do myself !

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

      Soon, I'm in the middle of a tutorial I've been working as soon as it's complete I'll think about it. In my RAMPS 1.4 playlist there should be an old video on this.

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

    Great tutorial, please can you make a new one about dual Z steppers, dual Z en stops (to ensure correct X leveling) and Inductive prove for bed leveling?
    In that way you have Z0, Z1, Z0 physical 0, Z1 Physical 0, and logical Z 0 (The bes surface) physical and logical Z 0 could differ.
    Regards,

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

      Not sure I understand the question about dual endstops. When an endstop is used it moves to the endstop on one side and counts out until maximum value is reached in software. The only time you might need two endstops is when you're using dual x-carriages where they work from opposite sides of the x-carriage. Could you clarify your question?

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

    it dont work for me, Z-axis dont stop when i try to home Z, it risk to broke my hot bed, Z-STOP is Pin 1.27 but nothing happen, i use the same hardware config

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

      Before you home axis what do you see in Pronterface when you send the command, "M119"?

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

      Also is the printer surface made of metal?

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

      @@EdwardBraiman yes is in metal

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

      Could you answer the first question as well?

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

      @@EdwardBraiman i tried now open im using marlin 2.0.7.2, i see also a #define USE_PROBE_FOR_Z_HOMING that i leaved commented as default to follow your guide. If i use a 2 pin switch NC between 5V e sig 1_27 it work perfectly. i'm becoming crazy. I tried with bugfix version too.

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

    Please, can you explain how to configure Double Z, on Marlin 2.0.3? Nobody did it, you would be the first 🤗

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

      Do you mean the physical board or advanced configuration?

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

      @@EdwardBraiman Advanced Configuration :)

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

      On SKR 1.4 you only need to connect steppers to each port for each steppers and run off one stepper. I might do a tutorial with BLtouch where I show movement in the video.

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

      Keep in mind BLtouch is still broken in Marlin 2.0.x.

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

      @@EdwardBraiman It would take a tutorial where you explain how to set dual Z in Marlin 2.0.3 because they changed everything, compared to Marlin 2.0.x and I can't understand. Please :(

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

    Is that what the EzABL is?

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

      Did I mispronce something , I recorded the tutorial quick.

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

      @@EdwardBraiman No it was fine, just not that educated on the different type of probes and wondered if the probe used in the EzABL kits by TH3D is the type used in your video. Few guides are as clear and easy to follow as yours. I'm getting an EzABL Pro kit so I'll follow their instructions, but still enjoy watching your videos. (and since I'm getting a SKR board and compiling my own firmware it's a gold mine).

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

      @@SteinerSE remember if it's not NPN NO 5volts it maybe a challenge to get it working. First time I tested it worked on a RAMPS 1.4, but sensor type is different for other board.

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

    But man, if you had ended with "Please trigger the like button, -_______-"

  • @rikes7855
    @rikes7855 ปีที่แล้ว

    Not direct power, it's called usb power.

  • @user-nz3tm9ph5v
    @user-nz3tm9ph5v 4 ปีที่แล้ว +1

    You'll better show how to setup Marlin for working with WiFi(ESP-01). Or maybe it's impossible? "support@bigtree-tech.com" doesn't give an answer.

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

      It's kinda simple, but I'm trying to reset my computer to a before state without using a ghost image. When plugged in you should see esp something in WiFi. The network password is 123456789 and then you need to load software according to website prompts from connection.

    • @user-nz3tm9ph5v
      @user-nz3tm9ph5v 4 ปีที่แล้ว

      @@EdwardBraiman , I see ESP(as SSDP device) in my network , I got webInterface, but Board doesn't see ESP and not responding when I press some buttons or trying to get printer info. Tomorrow I'll open the dispute in AliExpress, maybe BTT will awake...

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

      @@user-nz3tm9ph5v unfortunately Bigtreetech still seems to have issues with tech support.