Adding a touch probe and accelerometer to ANY 3D printer running Klipper

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

КОМЕНТАРІ • 36

  • @TheFeralEngineer
    @TheFeralEngineer  8 місяців тому

    *Update*
    ua-cam.com/users/shortsZ_AlwHDtyxo?si=o90UKYfVcz-Veopj

    • @dakotareno1342
      @dakotareno1342 5 днів тому

      no wayyyyyy after alll this a pico wasnt needed XD

    • @TheFeralEngineer
      @TheFeralEngineer  5 днів тому

      @@dakotareno1342 on some machines it still is

  • @Nevio_024
    @Nevio_024 8 місяців тому +1

    Great video! I have enough pins on all of my boards, but I love the instructions. Using a cheap Pi Pico is so genius!

  • @foradatrilha8805
    @foradatrilha8805 8 місяців тому +2

    Friend! They managed to solve it, now it is possible to use the original Neptune 3 pro screen with Klipper. Please make a video about it.

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +2

      The screen on the original Neptune 3 was trash. It might be better on the pro.

    • @foradatrilha8805
      @foradatrilha8805 8 місяців тому

      @@TheFeralEngineer I was wrong! I mean 3 pro and not 3!

    • @foradatrilha8805
      @foradatrilha8805 8 місяців тому

      @@TheFeralEngineer I'll correct the comment haha

    • @foradatrilha8805
      @foradatrilha8805 8 місяців тому

      @@TheFeralEngineer A friend of mine managed to use a UART to USB converter, but it is also possible directly from the UART to the display. A little more complicated and this is the method I'm trying, but I face a problem with access denied on uart1 - ttyS0 even though it is recognized ;/
      Help me please ! ??

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +1

      @@foradatrilha8805 are you sure it's the 3 pro and not the 4?

  • @shiftkey1151
    @shiftkey1151 4 місяці тому

    Does the biqu microprobe connect to the pi pico the same way? I read their description about the microprobe and it said a 10K pull-up resistance is required.

    • @TheFeralEngineer
      @TheFeralEngineer  4 місяці тому

      I'm not sure. I only tested this with a Bltouch and a 3dtouch. I have a microprobe that I could try, just need to find the time to do it

  • @fabiusbile431
    @fabiusbile431 8 місяців тому

    When I get my Neptune 2 motherboard back, I'll have to ask you for a lot of advice :)
    Great video

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +1

      I just finished hooking up relay control to my ender 3v3se's custom light bar 😀

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

    Nice video on how to make this happen. I wonder if I could get it to work with a Pi Zero?

  • @jonathantenorioerebus4577
    @jonathantenorioerebus4577 7 місяців тому

    Hi phil i started following you, i saw your Klipper-forElegoo-Neptune-series-3D-printers on github page, i just want to know if Neptune 3 MAX is compatible with the board firmware thats is posted there
    I got a homing issue with my printer specifically with the Z axis getting upper and upper instead of landing to the hotbed, getting stucked on the process of homing cuz sensor never reachs the position it supposed to
    so i'm trying to solve this situation by jumping to another firmware (klipper obviously) using raspberry pi 4, but idk if i can use that board firmware of github it seems to be the same for any neptune 3 model, am i right?

    • @TheFeralEngineer
      @TheFeralEngineer  7 місяців тому +1

      The binary is probably outdated but it's simple to build one yourself using make menuconfig. Watch my installing klipper the easy way to get an idea of how to set up make menuconfig. The printer. Cfg will have the settings you need to use (low level, stm32f401, 32kbi bootloader)
      If the probe isn't triggering, test it with a piece of metal like an Allen key. You should see the light go on and off with the Allen key

  • @Bruno-vz8vk
    @Bruno-vz8vk 5 місяців тому

    Thanks for the video, All the tests are working, except when I do a G28, it says "Error during homing z: Communication timeout during homing"
    Any idea?

    • @TheFeralEngineer
      @TheFeralEngineer  5 місяців тому +1

      Hm. Not sure. I ran it through full homing routines but didn't run into this issue

    • @Bruno-vz8vk
      @Bruno-vz8vk 5 місяців тому

      @@TheFeralEngineer Found the solution :
      inside “/home/pi/klipper/klippy/mcu.py” file changes the “TRSYNC_TIMEOUT = 0.025” from 0.025 to 0.050 fixed the problem.

    • @TheFeralEngineer
      @TheFeralEngineer  5 місяців тому +1

      @@Bruno-vz8vk awesome! I'll definitely keep that feather in my cap if I run into it. Enjoy your Bltouch! 🐱🐱

  • @daisywong-ke1kz
    @daisywong-ke1kz 6 місяців тому

    Great Work!!🤩

  • @aarondavalon8985
    @aarondavalon8985 8 місяців тому

    Sir, thank you for the adapter rail for the elegoo neptune 3. Currently, I'm having problems with the 3d touch installation, I believe the wiring is correct but the touch will not trigger when using home all on Klipper. Testing the probe results in correct movement via the klipper bltouch console commands. I have read that the jst connector could be at fault even more so with a dupont connector. Would you recommend a bltouch instead of a clone?
    I will also be investing in a dual z kit, that will be purchased from Aliexpress.
    Thank you again for all of your reviews/upgrade guides.
    Your kofi link is that still working?

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +1

      Here's a way to debug the 3dtouch. I actually have one that I could mess with to confirm that it works correctly.
      Here's a resource to check:
      klipperscreen.com/klipper/using-a-3dtouch-with-klipper/
      As far as the BLtouch, I have a link in the description for the proper Antclabs Bltouch, the Creality crtouch and the biqu microprobe, which all work well.
      If you'd like to be a catnip contributor, the link for that is in the description as well 🐱🐱
      edit: I just tested my 3DTouch (V3.2) and it worked flawlessly with this setup (using the pi pico).

    • @aarondavalon8985
      @aarondavalon8985 8 місяців тому

      Thank you for the link, I removed the jst and re connected. This time, I did get a query probe triggered response. The first time that happened, but when performing home, all it still wants to ignore the 3d touch and keeps trying to move z further into the bed, creating a horrendous sound on the belt.
      I will purchase the biqu probe, did you have it on the znp robin nano setup? I'm using btt pad7
      Off to look at your catnip
      Have sent something to your catnip fund, I do appreciate your help.
      I have also purchased the biqu probe. So fingers 🤞
      Best wishes.

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +1

      @@aarondavalon8985 thank you! Just be careful because the biqu one is much smaller than the 3D touch and you may need to drop it down a fair amount due to its size and travel of the pin. I haven't used one personally, but one of my group moderators has one and said it's pretty good.
      That doesn't make sense that it runs through the tests but doesn't deploy when homing. Is your z axis set to virtual end stop?

  • @kane587mad
    @kane587mad 8 місяців тому

    If there is a free stepper driver slot, you could use its gpio for the bl touch too.

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому

      I thought about doing that as well but this is a bit more universal for those with true dual Z or what have you

  • @Gixie-R
    @Gixie-R 8 місяців тому

    Ive had BL touch on my Ender 5 plus's and on my little Kingroon kp3s. But never use them, I prefer using manual levelling, so much quicker than waiting for auto levelling which still needs manual tweaking. Nothing auto about it really. Ive got silicon bed springs on all of them, I set them up and use feel test on the skirts to tweak before each print. Never had an issue.

  • @Model_god
    @Model_god 8 місяців тому

    Why is the video quality only going to 360p

  • @Model_god
    @Model_god 8 місяців тому

    First

    • @TheFeralEngineer
      @TheFeralEngineer  8 місяців тому +1

      My engagement is pretty scarce, so I'm not sure how much of an accomplishment that is 😂😂😂😂
      You got in before 4k processing was finished though, I'll give you that 👏👏