Input Shaper with a Pi Pico - Klipper Tips

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ค. 2024
  • In this video we cover how to setup a Raspberry Pi Pico as a secondary MCU and pair it with an adxl345 accelerometer to run input shaper with Klipper
    USEFUL LINKS!
    www.klipper3d.org/Installatio... - Install Klipper/Make Firmware Flash File
    www.klipper3d.org/Measuring_R... Setting up IS with accelerometer
    i.imgur.com/MFl3WGF.jpg ADXL to PI PICO wiring
    www.amazon.ca/Monoprice-10656... USB keystone jack, use this or a male-female usb cable so you no longer need to flip your printer to get at the RaspPi
    adxl.cfg
    ##
    [mcu adxl]
    serial: /dev/serial/by-id/ PUT SERIAL ID HERE!!
    [adxl345]
    cs_pin: adxl:gpio1
    spi_bus: spi0a
    axes_map: x,z,y
    [resonance_tester]
    accel_chip: adxl345
    probe_points:
    150,150, 20 # middle of bed as an example
    ##
    0:00 INTRO
    0:48 Why use a rpi PICO
    1:46 Making the wire harness
    5:45 Firmware Install
    8:24 Connecting Pico to Printer/Setup Configuration
    12:05 How to install on OTHER printers
    13:35 OUTRO
    If you like what you see and want to help support the channel?
    Consider becoming a channel member!
    / @canuckcreator
    Or join my patreon
    / nero3dp
    Need a new hotend or extruder? why not check out e3d
    e3d-online.com/?aff=12 (affiliate link)
    s.click.aliexpress.com/e/_AlSJoV -aliexpress affiliate link
    Looking for a great first 3d printer? Grab an Ender 3 V2 from the affiliate link below, get a great deal on a machine AND help the channel out in the process.
    www.banggood.com/custlink/vmK...
    Need filament or a printer? Purchase anything from MatterHackers with the link below and a portion of the sale goes to supporting the channel
    www.matterhackers.com?aff=7543
    I NOW HAVE A TWITTER, follow me @ / 3dpnero
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @Kregary42
    @Kregary42 ปีที่แล้ว +10

    Thank you for your work, your tutorials are really great! I have very little knowledge about programming and I got an error after I did all your shown steps. Klipper says "Unknown pin chip name "adxl"". The solution for this was that I just have to rename the [mcu ADXL] into [mcu adxl]. I just want to pass it to others in case someone had the same problem. By the way, I used an RP2040 zero, it is a little bit smaller that the RPi Pico. It seems to be almost identical to the RPi Pico. No pins have to be changed in the programming. Happy printing! 😜

  • @yaVDRgda
    @yaVDRgda 2 ปีที่แล้ว +8

    No need to use another computer and winscp or any other copy method. Your Raspberry Pi is running a very sophisticated operating system, named Linux, that can flash the pico without any help.
    Just hold the boot button on the pico and connect it to the RPi. Now mount the pico by using 'sudo mount /dev/sda1 /mnt'. Next copy the flash file: 'sudo cp ~/klipper/out/klipper.uf2 /mnt/' and umount the pico 'sudo umount /mnt'. Ready!

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

    This is awesome. It's simpler than I was thinking it would be. I just built my first voron 2.4 and have really grown to like klipper as I set it up. I'm planning on switching over my other printers to klipper over time and with this I'll be able to replace some of my full blown pi's with zero w's. Thanks man and keep the great videos coming.

  • @RetiredRhetoricalWarhorse
    @RetiredRhetoricalWarhorse 11 หลายเดือนก่อน +5

    The crux of this matter is that it is so simple once you've done it that explaining it seems redundant... Thanks for making this a complete tutorial, I got it working thanks to you.
    Sometimes I feel like the 3D printing community doesn't expect the less electronics literate to want to participate as well :D.

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

    Your channel is amazing, man! I've watched a few videos already and they have all been great. Thank you for all the work you put into them

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

    Hey thanks Nero. I really appreciate the video. I appreciate all the hard work you do bringing us this type of content. It's super helpful! I currently only have 1 voron, a 0.1, still in pieces in it's box. In a couple months I'll be getting a 2.4 350mm, then I'm done getting FDM printers. I'll have 10 at that point. I really like this idea. I've tossed up the idea of converting all of my Prusa machines over to Klipper, but still weighing the pros and cons. Anyhow, thanks again man, you're awesome!

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

    Thanks for doing this. It made it super easy to install on configure the Fysetc portable input shaper by just doing it along with you, with some of the steps already done for me. I can recommend the Fysetc kit so far, really good.

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

    Such a great idea! I love the portability of it. Thanks for sharing the video, definitely going to give this a shot.

  • @Tuxedo2680
    @Tuxedo2680 9 หลายเดือนก่อน +1

    Thanks Nero for pointing me to the workaround I needed to get input shaper to work on my BTT-CB1 equipped Trident. I can now confirm that it works perfectly. The Pi Pico dongle is a convenience if you have a Rpi in your printer but it is a necessity if you have a CB1.

  • @henniero
    @henniero 2 ปีที่แล้ว +7

    Great. Thanks! Using an ADXL has always been a big hassle for me as I have a display installed on my Raspberry PI. I will definitely implement this method.

  • @CanuckCreator
    @CanuckCreator  2 ปีที่แล้ว +25

    Quick additional TIp, instead of using something like winSCP to get the klipper.uf2 file off the RPI run
    cp out/klipper.uf2
    ../klipper_config/klipper.uf2
    after creating the firmware flash file, this will copy the file to the same director as your printer.cfg file and you can just download it from the klipper interface webpage

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

      You'll get a similar error the first time you run the command as you received at 11:23 due to a bug introduced in Klipper several months back. It always fails on the first try and works after that. I found the exact commit that caused the problem, but as far as I know, they still haven't fixed it.
      Nice video, by the way... you went into even more detail than I did on my write-up. I tried to link to it, but even mentioning the site name gets my post auto-deleted. Just google "Raspberry Pi Pico as a secondary MCU for resonance testing working!". There's good discussion in there about how Klipper identifies which group of SPI pins are in use, among other things.
      If you use a ribbon cable instead, you can use 3D printed snap-together case that allows you to press the button as needed. It's linked in the above mentioned thread.

  • @P1-Engineering
    @P1-Engineering ปีที่แล้ว +2

    Great stuff! I use the Zero 2W on all my printers with a screen which goes directly on the GPIO pins. So for input shaper I always had to disassemble the casing, remove screen etc etc.
    Now I have a USB hub to the Zero 2W and connect the Pico!.

  • @lightburnsoftware7189
    @lightburnsoftware7189 2 ปีที่แล้ว +3

    This was a great video. Hoping to use this setup when the Swichwire build is finished :). Much nicer than screwing around with the Pi pins each time.

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

    Great stuff, I was just about to wire up an ADXL to the RP 3B of a printer I am upgrading. But I have some Pi Picos in a draw somewhere, so definitely going to use this method instead. Thanks.

  • @tavarisjones551
    @tavarisjones551 2 ปีที่แล้ว +1

    This was great info. I'm running klipper on an intel nuc. So I was trying to figure out how to manage input shaper with an adxl. Just ordered my pico. Looks like these instructions will solve my problem.

  • @MakerMeraki
    @MakerMeraki 2 ปีที่แล้ว +1

    This is a great solution for using an ADXL on multiple printers!

  • @vanlife4256
    @vanlife4256 หลายเดือนก่อน +1

    Awesome video! Thank you for your contributions to our 3D Printing Community

  • @philr6829
    @philr6829 2 ปีที่แล้ว +10

    Another well done video!
    If you are looking for ideas:
    I just recently switched my case light from the MCU to a WEMOS D1 Mini with WLED. One quick section added to moonraker config file and now Macros can send commands to WLED. WLED has a web interface so you can set any number of presets for klipper to call up. Can have multiple strings (like case lights and SB) and control all from the WEMOS.
    Very simple install and significant increase in options/ability.

  • @blake_schwanke
    @blake_schwanke 2 ปีที่แล้ว +1

    Probably going to utilize this. thanks! I've got a bunch of picos laying around.

  • @HackMonkey
    @HackMonkey 2 ปีที่แล้ว +1

    I did this exact setup a couple weeks ago. So much handier to use USB to connect! Now I need some universal way to securely attach the accelerometer to each machine.

  • @therealjamescobb
    @therealjamescobb 2 ปีที่แล้ว +8

    Great idea to use a pi pico as another MCU specifically for this!
    You need an affiliate link for the components listed. I would buy an adxl as im in need.

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

    Just got my first soldering kit, I’m excited to start my first build 😃

  • @aleksaggor
    @aleksaggor 3 หลายเดือนก่อน +1

    Thank you for making this tutorial, it made the integration way smoother than it would if Id had to do it all based on the documentation :)

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

    Great timing! Was planning on doing this tonight.

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

    Great video as always. Setting up klipper for the first time on my very first printer, with a thin client (rpi zero not available everywhere where I resides) this gives me hope to try rpi pico as secondary mcu on usb with adxl345.

  • @DianosAbael
    @DianosAbael 2 ปีที่แล้ว +1

    I missed yesterday subscribers live, damn, but thanks for all of your content. I’m klipperizing here and there, raspberry shortage permitting, and I will use imput shaping for all of those printers and this video is absolute gold. Still no Voron tho, need to save a bit more..

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

    Using the old ethernet cable was also a great tip. I have a ton of ethernet cable with broken connectors that I could easily cut up and make use of.

  • @rahsaankcole
    @rahsaankcole 2 ปีที่แล้ว +3

    This is awesome. I run 5 Mainsail machines from a i5 desktop running Ubuntu. This will allow me to run input shaper on all my machines without connecting to the SPI on the SKR 1.4turbo board. THANK YOU SO MUCH!!!! Changes everything.

    • @rahsaankcole
      @rahsaankcole 2 ปีที่แล้ว +1

      Think I am going to make a plug for the ADXL's and permanently mount one to each machine.

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

      Have you been successful in this yet? I'm also looking at the same thing but just getting started on the switch to klipper

  • @DouglasFish
    @DouglasFish 9 หลายเดือนก่อน

    This is a no brainer compared to using headers for a pi; I love it.

  • @dev-debug
    @dev-debug ปีที่แล้ว

    Was looking for how to do this so thanks for the concise video ! My only suggested change would be to get an ethernet cable with stranded wire and lop the ends off. That would work well with a Pico breakout boards (about $7 USD) then you can use feruls into screw terminals. Eventually one of the the solid wires will break. Going to order a Pico and breakout board today, total will be about $16 US. I already have dual panel mounted USB jacks inside the enclosure so this will make life to much easier.
    I wish I could do it with an Arduino since I am adding one for a more flexible fan control system for the electronics enlclosure. Currently fan control only works if the mainboard is always powered on but the Pi and power supplies need to run non stop creating some heat. Con with Arduino is you need lofix level shifters to protect the Pi when using the bigger Arduino boards.

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

    Using this approach is a great solution if one is using an old laptop or PC instead of a Raspberry Pi due to the shortage.

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

    Thank you for all your knowledge sharing over the years!

  • @gold-junge91
    @gold-junge91 ปีที่แล้ว

    thanks for this clever idea
    This saves a lot of cable management

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

    I have one of these accelerometers laying around from 2015 when I was running a head tracker with Elite Dangerous. Electronics hoarding finally pays off.

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

    Wow how I have struggled so much getting klipper up and running has been a long journey but hopefully in time will prove to be a great using fluiddpi

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

    I put pin 4 and 5 on gpio4 and gpio5. Good times. Video is great help!

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

    Thanks mate, you saved me a ton of time! Your instructions were spot on. I used this with an FYSETC Portable input Shaper board, and it worked first time. Grasias!

    • @redboom9874
      @redboom9874 11 หลายเดือนก่อน

      hey man, I am also using the fysetc portable, but got this error
      Unknown config object 'adxl345 usbadxl'
      I am using the PIS.cfg fysetc provides, what gives?

    • @aivkara
      @aivkara 11 หลายเดือนก่อน

      @@redboom9874 ooo, I can't remember what I did to make it work. What is your hardware setup?

    • @redboom9874
      @redboom9874 11 หลายเดือนก่อน

      @@aivkara never mind, I got it working LMAO. had to alter their PIS.cfg fysetc included, and it worked. thank you however. the setup btw is a voron trident (formbot)

  • @PhatToni
    @PhatToni 7 หลายเดือนก่อน

    Thanks man. I used this to get my USB mellow fly working with the following changes. Thanks again
    cs_pin: adxl:gpio9
    spi_software_sclk_pin: adxl:gpio10
    spi_software_mosi_pin: adxl:gpio11
    spi_software_miso_pin: adxl:gpio12

  • @TechExploresNYC
    @TechExploresNYC 2 ปีที่แล้ว +1

    Thanks, I don't have a raspberry pi on my printer because of the shortage and for the life of me I can't activate the SPI pins on an alternative board, this is a great alternative

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

    I am new to klipper but so far really enjoy it, definitely a challenge but well worth it so far I was wondering if you would do a video on macros of klipper I haven't seen many that i trust.

  • @wanderlust_vlad
    @wanderlust_vlad 2 หลายเดือนก่อน

    Thanks a lot for the guide! It seems that I'm going to buy a Pico =)

  • @GCheung55
    @GCheung55 2 ปีที่แล้ว +1

    Thanks for the video on this topic! I plan on adding adxl to my Ender 3. Do you have any advice for handling two adxl boards to a pico board?

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

    Ordered.. at only 10.00 can’t go wrong. Going to try this with my current 2.4 :) once it’s built

  • @andrebonneau8738
    @andrebonneau8738 2 ปีที่แล้ว +1

    Love your video ! I made the Pico input shaper and got it to work ! One thing that I got hung up on is that the Pico was not seen by the Pi and the fix was to reboot the Pi also the Acceleratometer_query gave me an invalid response on the first try .

  • @BarrettAnderies
    @BarrettAnderies 2 ปีที่แล้ว +5

    In case anyone has the same problem, I was getting the "Invalid adxl345 id" error despite having the correct wiring. Just run the ACCELEROMETER_QUERY twice and you'll see that on the second time it's working fine... I have to do this every time I use this method, but it works fine.

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

      I've tried that and still get the error.

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

      I had to try it twice and it did work the second time... thanks for the info! I read this after I made my second unit thinking the original was bad, and both units required two query commands. So they are both working after all.

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

      Any clue what causes this? Did you ever find a fix?

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

    I'm new to Klipper and your videos have been gold!
    I was wondering if its also possible to use an esp32 or esp8266 for the secondary MCU instead of the Pico?

  • @KrystianKociszewski
    @KrystianKociszewski 2 หลายเดือนก่อน

    Amazing, great fature!!! Love it!

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

    How do I like the smash button? I can't even find the smash button! (13:50) Great video it helped me a ton!! As an added bonus I got a nice little chuckle at the end with the whole like the smash button thing.

  • @polycrystallinecandy
    @polycrystallinecandy ปีที่แล้ว +17

    Every time he calls numpy as "num pee" I laugh so hard 😂💀

    • @timmturner
      @timmturner 6 หลายเดือนก่อน +1

      Num-Pie 😊

    • @recer_
      @recer_ 4 หลายเดือนก่อน

      You dont program in pee-thon?!

    • @b0ggyb33
      @b0ggyb33 2 หลายเดือนก่อน

      So many people do that..

    • @polycrystallinecandy
      @polycrystallinecandy 2 หลายเดือนก่อน +1

      @b0ggyb33 Don't tell me they also call PyPi as peepee

    • @b0ggyb33
      @b0ggyb33 2 หลายเดือนก่อน

      @@polycrystallinecandy superb

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

    Hi.. thanks for this clearly explained video. Just wondering if we have to update the pico if there is a newer version of klipper to make it connect to the mother board?

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

    So I managed to get my klipper up and running on a desktop with 2 printers. I have noticed that if I include the adxl.cfg in my printer.cfg for both printers one of them does not want to connect to klipper. I'm assuming it cannot run like that on both printers. So far I'll add the include adxl.cfg as I need to but I thought I'd throw that tip out there in case someone needed it. Thanks again for the video. It's been very helpful diving into a very deep subject and not get too lost.

  • @radian2323
    @radian2323 2 ปีที่แล้ว +1

    So fancy with the subscribe animation.

  • @digital0785
    @digital0785 2 ปีที่แล้ว +1

    Awesome video! I feel like this makes it easy easier to do for octa4a users. Any thoughts of selling the full setup?

  • @hobbyistnotes
    @hobbyistnotes 2 ปีที่แล้ว +1

    Thanks! Perfect setup for Pi-Zero!

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

      Super video! I presume that this will work on a RPI-ZERO as well.

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

      @@whocares9847 Nope it's not. I have tried and same issues as with GPIO version, RPI still used to analyze the data. Unless you have RPI W Zero 2 with faster Processor.

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

      @@hobbyistnotes is it possible to use our laptop as raspberry pi ? for using input shaper.

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

      @@vignesh_waranYes, you can even use VirtualBox to run FluiddPi or Mainsail. Over all RPi Zero W is powerful enough to run printer with configured shaper but in stock it's not strong enough to do shaper calibration and calculation process, I've seen people overclock Zero W and it helps to solve this issue. Personally I use RPI 4 to get shaper values and than run printer on Pi Zero W (1gen)

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

      @@hobbyistnotes Thanks for the reply.

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

    Hi, great video. quick question on attaching the adxl345 to the printer. I have a ender 5 plus and im attaching the adxl facing forward. what will be the graph i need to see when doing x axis and y axis? hope im making sense. thank you

  • @tigerfacexxl
    @tigerfacexxl 2 ปีที่แล้ว +1

    Hey Nero, thanks for this very nice video! Do you have a solution for a pi zero 2 w? When i try to connect a usb hub to the pi in order to use a 2nd device like a cam or now the pico as per your video, I loose the connection to the printer. If it is possible to connect more than 1 device to the pi zero 2w it could be cool to make a short video on the setup or to discuss on your Q n A stream you mentioned lately...

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

    hi! thanks for cristal clear video & idea! What about using a Rpi zero W2 in place of the pico? I have a speederpad and wanna try your approach using a Pi zero W2 (and eventually a MPU6050 I have laying on my desk)....any particular advice?

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

    Nero, thank you for your videos. I just stumbled across them but after watching, you gave me the needed push to install klipper. I have an Anycubic Vyper, pi4, Miuzei display which occupies the gpio pins and want to install two ADXL’s. My question is this, since I do not want to mess with the gpio on the pi4, could I use two pi picos, with an ADXL on each, then plug these into the pi4? Overkill yes, but I want to permanently install the ADXL’s and not have the aggravation of moving them around. I have a second Vyper I will be installing klipper on, as well as a Kobra Max. Still looking at options for the max.

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

    Awesome video Nero! Thank you very much as always. I installed klipper on my 3d printer with an old laptop. I wanted to know how you added the usb female cable to the mcu? I m Pablo from Argentina

  • @vintagehomecomputer2536
    @vintagehomecomputer2536 7 หลายเดือนก่อน

    Hi Nero nice video I have one question about the firmware for this pico, you say je need the last klipper updates on your pi to make the file for the pico, do we have to update this pico every time when klipper updates or is this a one time install thanks in advance

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

    I used some mpu6050 using i²c bus.
    Connected them directly to the mcu board, and i can move them from one printer to the other, only the cables stay in place.
    Or i could add a plug to move the wiring as well.

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

    Your videos are always very informative and thanks for creating them. What advantages does this give you over extending the raspberry pi's gpios and plugging the adxl directly in? I'm not hating, just want to understand.

    • @LightCarver
      @LightCarver 2 ปีที่แล้ว +1

      I think the biggest advantage comes in when you have Pi versions without the pins on some of your machines. Even if you have all full size Pi with header pins, you would have to make an extension for every one to achieve the same convenience.

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

      he mentioned this already at the beginning of the video. he wants portability, the ability to move the device to other printers easily, and without having to go back under the printer.

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

    if you have bigtreetech octopus you can connect the adxl345 direct to it and assign a pin in klipper just like any other devices

  • @dclisboa79
    @dclisboa79 2 ปีที่แล้ว +1

    Hi, first I would like to congratulate you for your work. I have a doubt, could you tell me if the ERCF (Enraged Rabbit Carrot Feed) works well with the Raspberry Pi3? Do you have any studies done with the Pi3? Or would it be better with the Raspberry Pi4? Thanks

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

    Just subbed, Nice work. When using input shaping, Do you alternate between the head and the bed on a bed slinger. Or use 2 adxl's at the same time? And could you attached 2 adxl's to the pico or arduino nano? THanks!

  • @lesbac
    @lesbac 4 หลายเดือนก่อน +1

    Thank you sir!

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

    Requesting a follow up video on this topic using the 'FYSETC USB Portable Input Shaper' which looks like it can do the whole job without needing an extra pico or mcu.

  • @alexanderwiltschek7571
    @alexanderwiltschek7571 7 หลายเดือนก่อน

    great video ! thnx

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

    Is there a second set of pins I can use for a second accelerometer so I have one on the bed and one on the toolhead at the same time?
    Ultimate lazy, but means I can set up then go do sit at the pc and not get up again until it's done.

  • @NickChamberlain980
    @NickChamberlain980 4 หลายเดือนก่อน

    Is it possible to have multiple adxl345 attached to one pico? New to Klipper and I'm looking at setting up input shaper but interested in the idea of leaving it in place on the printer

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

    Hi Nero, you channel is a bless. Just a question: this will work on a pc running klipper? Thank you.

  • @doogle4144
    @doogle4144 2 ปีที่แล้ว +1

    Speaking of unavailability of electronics, can you make a video on running multiple instances of Klipper to run different printers on a single RPi?

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

    On mine I had one pin initially that did not solder well enough so when I pushed on the DuPont connector it pushed the ping up every so slightly and separated the solder joint from the pcb just a hair. I pulled it back down till the pin started to pull through the hole just till it was just about flush, resoldered it and as I was soldering I pushed the pin back through it to make the connection.
    After that everything was fine, but I did experience what Ludwig below did and noted that it failed on my second printer on the first try, I redid the query a second time and everything was fine. =)

  • @SchwettyBawls
    @SchwettyBawls 10 หลายเดือนก่อน

    I have a couple RasPi 0W boards from before the shortages. Will that work the same way, or do I need to do anything differently?

  • @frankdearr2772
    @frankdearr2772 8 หลายเดือนก่อน

    Great thanks for sharing 👍

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

    is there a way to monitor 2 axies with the Pico at the same time? I run a bed slinger.

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

    hey, is there any way to connect 2 ADXL345 to my pi pico, to check bed slingers ? or do i need to change the sensor to the other axis?

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

    Hi I'm quite new to klipper and input shaper. Just upgraded my ender 3V2 with BIQU H2 V2S extruder, and mount ive printed has a dedicated place for accelerometer to be screwed in. Is there possibility to have two accelerometers conected to raspberry pico. One that would be mounted permanently on extruder and second for print bed? Thank you for answer. (Also sorry for my english not my first language)

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

    OK mine works too thank you.

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

    i had the same issue and i used 22awg cables from pi inside the printer connected to the pins for adx and at the other end i used male dupont connector basically is a kind of extension cable and it works just fine is over 1m in total extension + cable. i think is easier than reflashing all the time the pico. is the exact concept u did with ur usb cable i just used dupont directly from pi where adxl is supposed to go

  • @Mikey-oz2sp
    @Mikey-oz2sp 2 ปีที่แล้ว

    If I want to leave adxl in just one printer can I leave it plugged in all the time? Or is it better to do this method?

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

    I don't have any experience with the rpi pico. Is there any reason why you didn't use Pin 3 as GND?

  • @BaffledBelief
    @BaffledBelief 8 หลายเดือนก่อน

    ive got some pico w and new to klipper is there a way you can stream this data to the klipper host over wifi

  • @unlock-er
    @unlock-er 10 หลายเดือนก่อน

    hiya, if I mount adxl not according to the direction of the X, when I run the test to X, will it still get the correct result for X? or is there something extra that I need to do , so that the X and Y are swapped first before running the test? thx

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

    I wonder if you could create a wireless version using the Pico W. That way just need to worry about power.

  • @29GiaN23
    @29GiaN23 ปีที่แล้ว

    which one should be in the center? the probe or the nozzle??

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

    Great video!!!
    I have klipper running from on an old laptop with debian via docker(prind) from my understanding i can run input shaper with this setup as the only thing i miss with my setup is the GPIO of the raspberry, Please correct me if i have misunderstand something.
    Thank you.

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

      Hi.. I also have same qn. Are you able to do it without raspberry pi ?

  • @Cruzio619
    @Cruzio619 8 หลายเดือนก่อน

    can this be done with a pi zero.. going to assume so.. just wondering will be doing the same make??

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

    Would this work in a laptop with klipper installed?

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

    how would you do this with a pi zero w thats already using the usb for communication?

  • @AG-cg7lk
    @AG-cg7lk 2 ปีที่แล้ว +1

    Good idea. I might try something similar with a spare klipper expander board I have - edit: no go.

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

    can use an arduino oard instead like an uno or such coz shortage here picos as well

  • @lopezbaron
    @lopezbaron 2 ปีที่แล้ว +1

    Can you please do a display one with the pico.

  • @jcenergy2493
    @jcenergy2493 11 หลายเดือนก่อน

    Would this be the same if I am running a Quadra for kilpper, and the Fystec all in one accelerometer?
    FYSETC 3D Printer Vorn 2.4 Hotend Parts Portable Input Shape-r V1 with RP2040

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

    Hi , is possible to use a MPU6050 instead of adxl345 in this configuration?

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

    i followed your steps but for some reason i do not get a second MCU to show up in the mainsail dashboard. when i run ls /dev/serial/by-id/* i do see it, but after adding it in my printer.cfg, it does not show up.. any thoughts?

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

    TY! THIS is what is going to be done for me since I am using an old laptop to control multiple instances. I liked that smash button! XD ;P

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

    hey, i have a very specific question. i have my ender 3v2 connected via uart to my raspberry pi4 and i get a "ls: cannot access '/dev/serial/by-id/*': No such file or directory" error, sice i connect the pico via usb. is there a way to have both the uart mainboard and usb pico connected?

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

    is it possible to use a mpu 6050 accelerometer instead of the adxl345?

  • @jdmeadows7174
    @jdmeadows7174 10 หลายเดือนก่อน

    Will this work if im using a BigTreeTech PI4b and a CB1 Instead of a rasberry pi?