Use a Thin Client as a Raspberry Pi alternative for your 3D printer!

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • How to use a cheap thin client as a klipper alternative for your 3D printer. With prices on the rise, and availability of raspberry pi's on the decline, this could save you hundreds!
    ** Support My Channel on Patreon **
    / crimsonrepair
    ** Link to the Ender 3 mount **
    www.printables...
    Instructions *
    Debian download: cdimage.debian...
    Rufus download: rufus.ie/en/
    Default UEFI/BIOS password for Dell: Fireport
    Commands to type after Debian install:
    ctrl + alt + f3
    apt-install network-manager
    mkdir /mnt/boot/
    cd /dev
    ls
    (find your drive partition 1)
    mount /dev/(your partition name) /mnt/boot
    mkdir /mnt/boot/EFI/BOOT
    touch /mnt/boot/EFI/BOOT/BOOTX64.EFI
    ctrl + alt + f5
    First boot:
    login as root
    apt install sudo
    sudo visudo
    add your username under root and add all the same attributes as the root user
    (optional) add your username to the end of the file with attributes ALL=(ALL) NOPASSWD: ALL
    ctrl + x
    Y
    Enter
    nano /etc/default/grub
    change GRUB_TIMEOUT=5 to GRUB_TIMEOUT=1
    ctrl + x
    Y
    Enter
    update-grub
    sudo reboot
    Second boot:
    login as (your username)
    sudo apt install git
    git clone github.com/th3...
    ./kiauh/kiauh.sh

КОМЕНТАРІ • 209

  • @CrimsonRepair
    @CrimsonRepair  2 роки тому +21

    Next week we'll be looking at how to use an old android smartphone as a touchscreen to interface with klipper. Get subscribed so you don't miss it!

    • @andersjackson4014
      @andersjackson4014 Рік тому +1

      Great video.
      If you don't set up a root password, your computer will be set up to use sudo(8) by default. No need to do anything. That is what it try to tell you when you install Debian.
      IF you still want to add your user to be able to sudo(8), you only need to add your user (pi) to the group sudo (or sudoer on some Debian based distributions). Just try
      addgroup pi sudo (or something like that, I doing this from memory).
      No need to edit the file /etc/sudoers for this (with the possibility to need to reinstall Debian because wrong edit in /etc/sudoers).

  • @ik04
    @ik04 2 роки тому +9

    I have been modifying TV set top boxes for use as a host for serving Klipper or Octopi. I designed a 3D printed case with a big heatsink and 40mm fan to keep it cool. A cheap buck converter allows the 12VDC from the motherboard to run the 5VDC board. It has a ARM Cortex-53 CPU, so there is plenty of power to run any needed software!

    • @antontaylor4530
      @antontaylor4530 Рік тому +3

      When you factor in sky high electricity prices in Europe, set top boxes are probably the best budget option if you leave the thing running 24/7.
      Every watt of power you use costs £4.47 in electricity at current UK electricity prices. So a 2w set top box is about £9/year to run, where the dell (at about 7w idle) is going to cost over £31/year in electricity.
      And frankly I doubt that your set top box is even using 2w, it's basically a low end phone without a screen.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +2

      I was debating on adding a watt readout to the video while doing the install of Debian, but decided against it. I can attest that the Dell uses a maximum of 4w under heavy load, idling around 2w, and while running a print draws around 3w.

  • @bicicogito989
    @bicicogito989 2 роки тому +11

    SOLID explanatory video!!! Your brevity, clarity, and competence are uncommonly exceptional.

  • @AndrewAHayes
    @AndrewAHayes 2 роки тому +7

    I have been using Orange Pi Zero 2 boards to Run Octoprint and Octodash to free up my Raspberry Pi boards for other projects, but these work out around the same money and come in a nice case, I have ordered a few of these as they will come in handy for loads of different projects!

  • @xantrax9359
    @xantrax9359 Рік тому +3

    Great video, thank you very much for that!!! For around $25 I got Klipper running my 3D printer and I'm more than happy! I got 8GB version of Wyse 3040, so as you mentioned at around 6:25, after full installation there is very limitted space left for anything. After fresh installation of Debian, 2x Klipper, 2x Moonraker, KlipperScreen and Fluidd only 1.2GB left for any data. Enough room for gcodes, but soon this space will be eaten by Debian files like archives and journals. Basically every time you start your Klipper machine there will be less and less space. At around 500MB I started to look for solution and I found two helpfull command to solve the problem. Using PuTTY log to your Klipper machine and type: sudo journalctl --vacuum-size=100M (this command will clear journals and leave only 100MB of latest data), sudo apt clean (this command safely cleaning archives folder). After rebooting my Wyse3040, Fluidd shows 1.4GB of free space! Hopefully it will help people with 8GB version of this cheap and great Thin Client :)

    • @Rozbujnik_Rumcajs
      @Rozbujnik_Rumcajs Рік тому

      Im new to linux so it maybe stupid question. Can't I just install everything on 32gb usb 3.0 pendrive connected permanently to wyse 3040?

    • @xantrax9359
      @xantrax9359 Рік тому

      ​@@Rozbujnik_Rumcajs I think it will be totally fine. One USB 3.0 is already available on Wyse 3040, so you may even connect some small SSD in external case. Just remember original 5V Dell power supply can deliver only 3A (15W) if you choose SSD.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Yes you can plug in a USB 3.0 flash drive and use that as your main boot drive. I use an extra low profile 32gb drive on some of my machines so it doesn't stick out. I haven't noticed a difference in boot time from USB 3.0 vs the internal drive either.

  • @antonsag1456
    @antonsag1456 Рік тому +3

    Nice, for automatically turn on , you can use wake up on power in boot menu

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Most if not all of the Dell thin clients already have that option enabled by default so you don't even need to change any settings!

  • @Comm0ut
    @Comm0ut 9 місяців тому

    Thanks for the video! I don't even look at loose SBC when a thin client is available that suits the job. They're delightfully versatile and not power hungry.

  • @Dr.med.Rasen_
    @Dr.med.Rasen_ Рік тому +1

    Thanks for the beginnerfriendly Thinclient-Klipper-Video

  • @rodgerhanson
    @rodgerhanson Рік тому +2

    Thank you for the inspiration to do this myself. I have a Dell Wyse 5010 thin client, which I've now got going. I did take me four attempts, but its done and running on my Ender 3 now. It's a good video and instructions are easy to follow. Thank you again. Now to do the Arduino phone for KlipperScreen.

    • @Graeme758
      @Graeme758 Рік тому

      Hi, what were the problems you encountered? I have the option on a 5010 and dont want to jump in if it's too much of a hassle for a Linux nood like me. Thanks.

  • @lixxus-m
    @lixxus-m Рік тому +5

    Hi, Thanks for video and great idea especially with chip shortage, I wanted to point out you can use dietpi which is much more lean, its only 16% used space upon install, Ive used this to install klipper/moonraker and fluid. also by default dietpi boot efi is supported on wyse 3040 so no needed to mess around and saves you time.
    ive freed up now two raspberry pi 4b, likely going to resell these now to get my money back , im order more 3040, with dietpi the options are limitless, ive got another one doing my dns adguard

    • @FreshStartAndyJeezy
      @FreshStartAndyJeezy Рік тому +1

      Would you happen to have a link to a tutorial or something?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      Hey thanks for the suggestion. I'll look into it and possibly make an updated video about it!

    • @efrainz28
      @efrainz28 Рік тому +1

      I followed the instructions on this video and it worked perfectly until I ran out of disk space. I tried dietpi and had 3.5GB of free space but the wifi did not work. Dietpi does not detect the wifi card.

  • @printerpr0n
    @printerpr0n Рік тому +1

    Very nice! I've recently switched to a couple of sub $100 mini PCs for my farm but this solution is much nicer.

  • @ManinBlack86
    @ManinBlack86 Рік тому +1

    Hey, thanks for this awesome video. Super explained, I could rebuild it almost 1:1. I'm still using Marlin and have only decided to use Octoprint on the ThinClient, but even that runs flawlessly.

  • @jay1st1st
    @jay1st1st 2 роки тому +1

    I'm using an old Lenovo YOGA, low spec laptop but it has a 12" touchscreen and plenty ressources for running klipper

  • @jtjames79
    @jtjames79 Рік тому +2

    The future, where thin clients are servers, and your phone is a thin client.

  • @bobwtech
    @bobwtech Рік тому +1

    This was so well presented! Even the music was relaxing while I was frantically following along :). Now that it's installed on my Thin Client and I can access Fluidd remotely, how about a similar video on getting Klipper running on my Ender 3? Or could you send me a recommended link?

  • @middleagebrotips3454
    @middleagebrotips3454 Рік тому +1

    Currently the thin clients are at 75 USD, I was able to do the same with Intel compute stick which is slightly cheaper

  • @ChainsawSquirrel
    @ChainsawSquirrel Рік тому

    One thing you failed to mention at the end is connect usb from 3040 to the printer :)

  • @ANGEL-kh1zh
    @ANGEL-kh1zh Рік тому +1

    Great information . Thanks .

  • @pkf4124
    @pkf4124 Рік тому +3

    We have literally hundreds of these at work that are about to be decommissioned. How ever company policy is to pay a recycler to take them away, not allow employees to buy them…. Go figure!! So potentially I go to eBay to buy a 3040 that was in use on a desk in my office from a reseller who bought it from the recycler who was paid to take it away from my office.

    • @l0wkey529
      @l0wkey529 Рік тому

      Wow thats actually insane, these recyclers must be making bank

    • @bobbydigital9323
      @bobbydigital9323 9 місяців тому

      When my old laptop was being replaced. I asked them if I can keep it instead of sending to the recycler. They let me keep it! You should have asked - no harm in asking.

    • @pkf4124
      @pkf4124 9 місяців тому

      @@l0wkey529 oh they are, theres one near me who literally has guys doing all the work for him and, he says his order books are always full and stock is constantly being shipped out. He says theres times when they could run 24/7. And still be behind.

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

      I'm guessing the point of policy is for 'data protection' for the built in ssds

  • @JetOrbitProductions
    @JetOrbitProductions Рік тому +1

    Great video! Very informative and detailed. I followed the instruction to the letter and was able to get my Del 3040 configured. I connected my Ender 3v2 Neo to the thin client and it doesn't seem to be communicating. Many mcu errors. I researched as much as I could, and found there may be a bit more to this install. Do I need to flash the printer with any Klipper firmware or make any changes to the printer.cfg file? If so, do you have another video going through that process. I would hate to go through all this setup and get stopped right at the end. I have learned so much on your video, thank you again!!

  • @KeithOlson
    @KeithOlson Рік тому

    FWIW, I would *NOT* stuff a bare PCB into an enclosure. Just some electrical tape wrapped around it would be good enough to protect it from any accidental shorts. Also, I would use thicker power wires; those look too spindly to me. Otherwise, a solid tutorial. Thank you.
    Cheers!

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

    Cool! I might try this at some point!

  • @ThePiprian
    @ThePiprian Рік тому

    I bought a thin client for 10€ a couple days ago.
    I don't have a 3d printer but I'm planning to turn it into a steamcache nas.

  • @TheAventurer
    @TheAventurer Рік тому

    Thanks a lot. You could make another video to configure imput shape in any way (arduino maybe). Thanks again for the video.

  • @NexGen-3D
    @NexGen-3D Рік тому

    Really informative videos bud, shame about the mic you used, its quite muffled, but still god work.

  • @joeybarnickle250
    @joeybarnickle250 Рік тому +1

    And as of today I can no longer update because not enough room. Do NOT get the 8GB version 😢

    • @efrainz28
      @efrainz28 Рік тому +1

      Same, Currently trying dietpi and 3.5GB of free space but no WIFI. It will not detect the card but ethernet works.

  • @rbaker73
    @rbaker73 Рік тому

    Please start a Discord, really love the stuff you do

  • @RugMncher
    @RugMncher Рік тому +1

    when I go into my boot sequence 4:42 my flash drive doesn't appear on the selections? I tried (ADD BOOT OPTION) but I don't know what to select or what to do at this point? any help would be appreciated.

  • @roysigurdkarlsbakk3842
    @roysigurdkarlsbakk3842 Рік тому +2

    Brilliant advice to set the default username/password to the old default for rpi - if you're connected to the internet, the bots will have you in minutes ;)
    PS: Remember that even though you might be behind NAT for IPv4, more and more is on IPv6 these days and there you usually have no NAT, so beware!

  • @DoctorValium
    @DoctorValium Рік тому

    The built in nic also requires firmware from the nonfree Debian, at least on mine.

  • @scharkalvin
    @scharkalvin Рік тому

    I got a Dell T520 thin client. It's a bit older than the 3040, with a 1.2-1,5 ghz AMD dual core processor, has 4gb dram and 16gb flash, but the flash is upgradeable to 64gb or more. Should be good as well for klipper.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      I actually use a T520 as a router. It has a mini PCI-E slot that I converted to a full size PCI-E and plugged in a Intel network card. Runs everything fine and it's way more powerful than almost any router you'll find sold for a lot cheaper.

    • @KennethScharf
      @KennethScharf Рік тому

      @@CrimsonRepair I've seen a card that plugs into the mini PCI-E slot that adds two SATA ports. My T520 came a PCI-E wifi card in that socket, but I didn't find a driver for it that would work with Debian or Ubuntu, so I removed it and used a USB-3 wifi dongle. I moved the speaker out of the way to fit a full sized M.2 SATA card in place of the mini sized one. I now have a 128gb SSD in there, and it should work with a 1TB SSD if you can find a SATA M.2 to fit. But that would probably cost more than what I paid for the T520. Ditto for an 8GB dimm module to upgrade the memory. 4GB is enough to run Debian and Klipper without a desktop environment.

  • @RandoWisLuL
    @RandoWisLuL Рік тому +1

    as soon as i saw this i was like WHAT.GIF lol Ive been wanting to use these on printers for years! this is awesome

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

    Can you make an update video with new Debian 12?

    • @CrimsonRepair
      @CrimsonRepair  7 місяців тому +2

      I'm planning on it, yes. A lot has changed with the newer Debian builds, so the process is actually quite a bit easier now

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

    very helpful video, thanks you

  • @pauldecastro1523
    @pauldecastro1523 Рік тому

    hi can you share a tutorial on how to install octoprint rather than klipper thanks

  • @TitoSabbyPH
    @TitoSabbyPH Рік тому

    Great content. a lot of help. Do you use a stock ender 3 pro or is it upgraded? planning on doing this on my Ender 3 pro too. Thanks and Subbed!

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      my Ender 3's are all upgraded Creality 4.2.7 boards with silent drivers. If your ender 3 came with an 8-bit board you won't be able to install Klipper on it, but if it came with a 4.2.2 or 4.2.7 board you will be fine!

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

    What a great idea

  • @billkaroly
    @billkaroly Рік тому

    I got a 3040 for $45 USD with power supply. I installed Xubuntu 22,10 plus Git, Klipper, Klondike and Mainsail. No issues. But I decided to back up to Xubuntu 22.04 and after installing Linux it says I have 4gb free and Klipper install fails with 0 bytes free. Now I'm going to try your instructions.

  • @martinyblanco
    @martinyblanco 9 місяців тому

    Thanks

  • @DontLetsPlay
    @DontLetsPlay 9 місяців тому +1

    How can i install the camerafunction?

  • @JAAS-b7k
    @JAAS-b7k 8 місяців тому +1

    How do you fix Dell's cpu throttling when you use alternative power supply? Can't we do something inside the board itself to bypass these?😅

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

      If the Dell you chose uses a 19.5v power supply instead of a 12v or 5v, the only way to unthrottle the CPU is to either run Windows and use the ThrottleStop app, or to use the correct power supply if you're running Linux. As far as I know, nobody had made a ThrottleStop alternative for Linux that works with the Dell systems.

    • @JAAS-b7k
      @JAAS-b7k 7 місяців тому

      @@CrimsonRepair oh that sucks. I've seen these kind of problems since 8 or 10 years ago. I'm surprised no electronics engineer have bypassed this. One of the reasons why I avoid dell. Their used units sells for cheap though so I buy them 😅 🤣🤣

  • @pinoymods5406
    @pinoymods5406 Рік тому +2

    hello sir im having a problem with my dell wyse 3040 when i type mkdir /mountbootefiBoot
    mkdir:cant create directory no such file or directory pls help

  • @sebastiansombra
    @sebastiansombra Рік тому

    Great explanation. Which thin clients, besides the one you used, are compatible?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      Pretty much any thin clients should work fine, but they will all be a slightly different install method depending which one you choose. I've tried 4 different kinds of Dell thin clients with success each time.

  • @pshellien
    @pshellien Рік тому

    An excellent guide. Thank you very much
    Am setting up on an HP T520 and can’t see any partitions when I get to the mounting part. When I setup in the install disc partition part, I only have 1 partition….don’t have the ESP partition at all

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      You will have to delete all of your partitions so all you have is "free space", then create a 100mb partition, under "use as" choose EFI System Partition, then go back and create a second partition with the rest of your free space

  • @SydKahn
    @SydKahn Місяць тому

    This mentions that it is for ANY 3d printer - isn't there something that installs on the printer itself? I have a FLSUN Q5 that I would like to Klipper - will this work with that printer

  • @pkarza
    @pkarza Рік тому

    Hey this worked! However - I have a question - I installed without wifi - got a dongle for wifi and added it. I can 'see' it - but I have NO IDEA how to get it working!! I can get the wname and I can use nmcli to see networks - but as I am very new to Linux - how do I get it to work? It seem to 'be' there as a device and I can see networks (as I have said) but .. how to connect? do I have to re-install? Is it now working because I have the network cable still plugged in? (trying to reconfigure with ssh). I just don't want to re setup my installation and klipper, etc!! Thanks for your great video and I hope you can help someone like me who is in the dark!! *edit* found that I can connect using nmtui - but will that be permanent?? *second edit* - YES it DOES!! Perhaps you should put this info into the readme ... it might help other newbies.. like me. Once again... thanks for your videos... (I have also repurposed an old cell.. thanks to you!)

  • @PaulLemars01
    @PaulLemars01 Рік тому

    Thank you so much for this video. My second RPi3 decided that it was time to take an extended holiday and I can't get it back. It was running my Anycubic Linear Kossel with Octoprint. The Anycubic is ready for a do-over and I'm intrigued running Klipper on it especially since I want to update the driver board as well. This is super interesting on two fronts 1, using a thin client as the Klipper host and 2, saving a fortune by not having to replace the Raspberry Pi. Thank you so much for your hard work. Here's another possible option to the Android Phone. Could you run Octoprint or Klipper on an Amazon 7 inch tablet? They are super cheap and you don't have to deal with the whole phone modem / carrier BS.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      You can run Octoprint from an android device, yes. Check out Octo4A if you're interested in trying it out. Your Amazon tablet will need to support USB OTG for it to work with the printer though.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Also, how did you kill your Raspberry pi? I've had luck fixing raspberry pi 3's before that were severely overvolted. (buck converter fried and sent 24v straight into the USB port of the pi) so I'd be willing to try fixing it for you and making a repair video about it as well.

    • @PaulLemars01
      @PaulLemars01 Рік тому

      @@CrimsonRepair Being the spaz that I am I completely missed your reply. I think the RPi3 got killed because the power lead was inadvertently pulled out slowly. The Pi lights with a red power light but with a known good microSD card it will not boot. No blinky green light and nothing on the HDMI port. I know the MicroSD is good because it's running in my other Raspberry Pi 3 right now. I would be more than happy to send it to you if you wanted to do a video on its repair. Those little buggers are expensive! I use them exclusively as print servers for my 3D printers and it's a pain in the butt to do the SD shuffle on my Anycubic Linear Kossel. I'm buying an OBD cable that will hopefully fit the Fire tablets that I was given. Both of them work fine but they both have cracked screens. I tried to run Octoprint4a on an Honor 8 and it works fine with a small wrinkle if you plug in the power first the USB communication doesn't work. If you leave the power supply unpowered then the USB communications works fine. This is why I'm looking at using the Fire tablet although your video setting up Klipper on a thin client is very attractive. The Anycubic delta was my first printer and I'd love to get Klipper running on it. My go-to printer now is the Artillery Sidewinder X2 which is an excellent printer IMHO. But Klipper on the Delta though... It's just too attractive. How do you want me to get the board to you?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Delta printers running klipper are a perfect match for each other. They have so much performance gain just from a simple firmware change it's crazy. Feel free to send your RPI to Crimson Repair P.O. Box 24 Embarrass WI 54933 and I'll feature it in a future video if I think it's fixable!

  • @aperson1181
    @aperson1181 10 місяців тому

    Which seller did you buy from? How fast is this processor as compared to Intel, which equivalent Intel version is this, and what generation?

  • @ThePhilbox
    @ThePhilbox Рік тому +1

    Where do you plug the ADXL for input shaping?

  • @tabachtell
    @tabachtell Рік тому +1

    I have Klipper running with Fluidd perfectly with a pi4. I just got a Dell 7040 mini and tried you thin client method. I’ve installed several times following your video. But when I run LS, I get no p1 or p2. I do get Sda1 and Sda2 but the boot commands do not find the file or directory.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      For the 7040, you shouldn't need to add the final commands, you should be able to just reboot after the apt-install network-manager and then choose your boot device from the bios. The 3040 is very specific about having a file named BOOTX64.efi on the EFI partition before it will boot, but it doesn't seem to be a problem with any of the other Dell thin clients I've tried.

  • @techdiyer5290
    @techdiyer5290 Рік тому

    nice video!

  • @AdamG.BeeSeL
    @AdamG.BeeSeL 11 місяців тому

    Can you show how start Klipperacreen on this small wyse?!

  • @menotu2920
    @menotu2920 Рік тому

    I get stuck during partitioning process. followed recommendation to use manual partitioning. :(

  • @benbertheau
    @benbertheau Рік тому

    Great video and Explanation but please get a better mic

  • @enrilopez
    @enrilopez Рік тому

    Just found your video,thank you for this ,this is something i been thinking about doing,will it be the same process for any thin client?? How many instances can i run in this particular one you're using? Thank you again

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      I run my printers from a single thin client for each printer, but I've installed a 3040 for someone else who was running 3 instances on the same 3040 and even with all 3 printers running it was only around 30% usage on the CPU, so you could probably run 5-8 on a single 3040

  • @georgewhite1685
    @georgewhite1685 Рік тому

    Hey brilliant video, would I be able to do this with this Dell WYSE Thin Client D10D AMD G-T48E 2GB RAM 8GB Flash model?

  • @acmehighperformance2826
    @acmehighperformance2826 Рік тому

    interested in reselling these preinstalled? i need a half dozen to start

  • @haven-hw2wl
    @haven-hw2wl 9 місяців тому

    Hello sir, im totally newbie in klipper, and i successful in this tutorial. But my proble is i can't connect to the printer and saying restart firmware

  • @beltonator
    @beltonator Рік тому

    I have issue when want to add USB wifi card based on Realtek. Can't add drivers

  • @dennisdecoene
    @dennisdecoene Рік тому

    Great stuff. But finding one for the price you mentioned?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      The prices have gone up just like every other raspberry pi alternative now. Still, a Wyse 3040 can be had for well under half the price of a raspberry pi 4, while also being faster.

  • @MrNudelpapst
    @MrNudelpapst Рік тому

    Great video, thanks a lot! Only info that i was missing is how much space is left for gcode files after you installed everything?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Depending on your disk size, if you have an 8GB drive and install everything that I did in the video, you should have roughly 1.2GB free at the end.

    • @MrNudelpapst
      @MrNudelpapst Рік тому

      @@CrimsonRepair thanks for the quick reply! That is actually not too bad. Guess I go hunting on ebay :)

    • @MrNudelpapst
      @MrNudelpapst Рік тому

      Too add some feedback, got lucky on ebay and got 2 3040s for 25€ each. Following your video I was able to install Debian and Klipper including fluidd and Klipper screen.
      After opening fluidd on a Webbrowser it shows me even 1.6 GB of free space, so plenty of room for gcode files.
      Thanks again!

  • @nevilenobody606
    @nevilenobody606 Рік тому

    Great video - thanks! However in my install of debian on the same 3040 there is no option to resize the EFI partition, only delete. How can I resize this?
    NVM. I did a 2nd install over the first and the resize option now comes up!
    I also get a couple of GPIO errors during the boot process - can these be ignored? It all boots up ok though.

  • @MrTonerod
    @MrTonerod Рік тому

    Hey Thanks so much this excellance instruction video! I just found someone selling a lot of 6 Dell Wyse AMD Dual-Core G-T56N 1.65 GHz for a good price. Do you think this instructions will work on a AMD chip or does it have to be Intel? Thanks

  • @gv71able
    @gv71able Рік тому

    tried on a wyse 3030lt and debian 11.7, but doesn't follow along with the video and I don't know anything about linux. first thing it comes to is network auto configuration failed

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

    For some reason the volume is very low

  • @kosicabs7400
    @kosicabs7400 14 днів тому

    At the stage 8.19 of your vid I do not get all the options you have I only get the standerd system options is this a big issue

  • @silverbullet6833
    @silverbullet6833 6 місяців тому

    only problem i have encountered with this setup is when klipper does updates it doesn't have any space left, i think it clogs up some temp directory but i have been unable to clear it so it won't work due to only having 0.1kb free. is a full reinstall the only option?

  • @Drunken_Panda
    @Drunken_Panda Рік тому

    I used your tutorial but I can't get it to run. The 8GB emmc fills up when trying to install the Klipper-instance with kiauh. Not even a chance.

    • @xantrax9359
      @xantrax9359 Рік тому

      I installed everything on 8GB Wyse 3040 including klipperscreen and still there was 1.2GB free space after installation. So it is doable. First check original partitions on your Wyse. Mine was different that the one on the toturial. I had two ext4 partitions instead of one 6.3GB, so I deleted them both, deleted swap partition, changed ESP to 100MB. Work untill you get one 7.7GB ext4 for your installation. 2nd thing - just for sure - don't install new Debian but exactly the one he is installing. To make Debian installation as small as possible don't forget to uncheck desktop environment and Gnome as they consume way too much space. With all this in mind I see no reason why the software wouldn't fit on 8GB. Good luck!

  • @SpectraV3i
    @SpectraV3i Рік тому

    are you still around? i cannot get my wifi usb to work. being wired in works, wifi doesnt. what do i do?

  • @Blueyedevil2702
    @Blueyedevil2702 Рік тому

    Awesome video man.
    One Q: would this Debian work on a Wyse 5060? It's an AMD thin client, so different hardware. I can get one at a much better price then 3040...
    Also comes with WiFi standard, I don't have to worry about that if is present or not.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +2

      Yes it should work fine on a 5060, and you might not need the final part of the Debian setup after installing network-manager.

    • @Blueyedevil2702
      @Blueyedevil2702 Рік тому +1

      @@CrimsonRepair one more thing: how can I use an accelerometer with this setup? Since I only have USB inputs, no I O pins...

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      @@Blueyedevil2702 you can make up a USB adxl345 using a raspberry pi Pico. Nero 3D actually has a fantastic video on that subject

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

    Do you know how to get an M.2 wifi adapter to work in one? I bought one to free up a USB port but I can't get it working.

  • @MikiMinaj99
    @MikiMinaj99 11 місяців тому

    So do you have to flash the printer or this is all you gotta do to get klipper running?

  • @rimka11
    @rimka11 Рік тому

    And mine is running Klipper on a TV Box.

  • @moritzr1063
    @moritzr1063 9 місяців тому

    I am new to this. How can i set up auto boot/login? I do not want to type in anything for booting. Thanks

  • @jaybo2099
    @jaybo2099 Рік тому

    You can do the same with old Chromeboxes. I can find those cheaper and easier than the Wyse terminals.

  • @matt-tate
    @matt-tate 7 місяців тому

    I would like to know the name of the DC Barrel jack that you used to power the wyze. I cant find one that fits...
    thanks!

    • @CrimsonRepair
      @CrimsonRepair  6 місяців тому

      It's a 4017 barrel jack or 4.0mm x 1.7mm

  • @rscholly
    @rscholly Рік тому

    Hi, What is the trick to get Klipperscreen to run on the 3040? Does it have to do with setting something for the Displayport?

  • @markross9403
    @markross9403 Рік тому

    I guess I'm too dense for this. Bought a Dell Wyse 5070 and followed the instructions closely. Everything appeared to install correctly and I can access the client through the browser, but my Ender 3 Neo will not connect even though the power from the USB powers the controller with the printer's power supply off (theoretically indicates that it's not a cable issue). Searched online for clues to what I'm missing, but I'm not having much luck. It's a great idea and I was hoping to use it on the awful Anycubic Kobra Plus I have if I could get it to work on the Ender.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Did you flash klipper to the Ender 3 Neo? I didn't go through the steps to flash the printer board in this video, as I figured there's already enough videos on how to do that out there

    • @markross9403
      @markross9403 Рік тому

      I have. Nothing I'm finding is making a difference, so I may start from the beginning. Third try. Not being well-versed in Linux puts me at a disadvantage because when I think I find a solution, it becomes a rabbit hole of learning to understand what is being done. The 5070 has plenty of memory, so I I stalled the GUI and GNOME in the last attempt so that I could have a dumbed down way to find files. Debian sees the printer connected to the port, but it is not found or connecting in Fluidd. The messages I get are "mcu 'mcu': Unable to connect." When I restart the firmware in Fluidd, it says that the printer is not ready.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      @@markross9403 when you run the command on the thin client to find your printer: ls /dev/serial/by-id/*
      What shows up? Sometimes the Ender boards can be picky about what the firmware file is named, and maybe it didn't actually flash klipper correctly.

    • @markross9403
      @markross9403 Рік тому

      It is /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
      This appears to be what is the most common result.

    • @markross9403
      @markross9403 Рік тому

      OK. I got it! I had to copy and paste the cfg file data into the Fluidd cfg file to get it to connect. Now to get the printer to behave because all of the XYZ positions are way off.

  • @andrelloydtorres4468
    @andrelloydtorres4468 Рік тому

    I'm stuck in the console when selecting the partitions. I did the partitions but they are not being listed on after the ls command.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Another way of creating the partition you need is to download DietPi, install that normally and it will auto-create the partition needed on first startup. Then go back and start over with this video again, and skip that last part after doing the network-manager install.

  • @riyaz3000
    @riyaz3000 10 місяців тому

    Can you run canbus networking on them? (With a usb2canbus)

  • @billkaroly
    @billkaroly Рік тому

    I redid my 3040. Got stuck at apt install sudo. E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied). The second line asked Are you root?

  • @GiLdArDo1098
    @GiLdArDo1098 Рік тому

    awesome video, i tried running octoprint and manage to work work i couldn’t by pass the initial login when boot, any idea how to bypass that ? i want to have everything automatic so i can connect it to the printer power source. i would really appreciate your help

    • @heckerj44
      @heckerj44 9 місяців тому

      this might help ua-cam.com/video/9C7UGogyTWo/v-deo.html

  • @leetpg
    @leetpg Рік тому

    Without installing the Debian Desktop(won't fit on the 8gb unit and allow enough space for Klipper), is there a way to get KlipperScreen to output display from the 3040 itself to a regular monitor and allow mouse input for navigating the menu?

  • @AndrewAHayes
    @AndrewAHayes Рік тому

    Is that buck converter connected to the mains? and if so, wouldn't a 24V to 12V converter be more suitable?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      No, it's connected to the 24V output of the power supply. We're using the buck converter as a 24V to 12V converter (Or 5V depending on your thin client)

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

    I have the old version of raspberry pi and i cant run klipper on it , there is way ? ( pi 1 model B)

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

      The 1st Gen pi isn't fast enough to run klipper. Even the 2nd gen isn't really fast enough for modern printers and it might timeout in the middle of a print. You'll need at least a 3rd gen to not have any issues.

  • @nathankean7968
    @nathankean7968 Рік тому

    I did this with an old laptop but I can’t seem to get the printer to communicate with the laptop. Do you have any ideas? How about showing us the process to flash klipper on to the printer?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +1

      What kind of printer are you using? I didn't include that process because this video was just about how to install Debian and klipper on a thin client, not about how to run klipper on your printer. Every printer is different, so even the difference between a 4.2.2 board and 4.2.7 board in an otherwise identical Ender 3 makes the process slightly different. I can point you in the right direction for your printer though!

    • @pshellien
      @pshellien Рік тому

      Am going to give this a try myself as have a few old bits lying round I can use (including a Galaxy Tab for touchscreen). A guide on flashing the firmware to an Ender 3v2 direct drive would be ideal thanks

  • @RugMncher
    @RugMncher Рік тому

    Hello, do you know if theirs a way to edit the klipper repository within the settings? im using a Voxelab aquila and i need to edit the repository so it works with my N32 motherboard?

  • @NichtWichtig-dm3xz
    @NichtWichtig-dm3xz Рік тому

    I tried it many times, but it will not work like in your video. Evertime at the same point
    "mkdir /mnt/boot/EFI/BOOT" it shows : mkdir: can’t create directory "mkdir /mnt/boot/EFI/BOOT" : File exist.
    it works up to the Timelap 10:33, next ist blackscreen and nothing happen.
    So someone can help???
    Thanks in advance!

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      If the folder already exists, try moving onto the next step of creating the BOOTX64 file with the touch command

  • @electronicshobbyistmushtha5448

    will i be able to use intel nuc (celeron j4005 processor)?

  • @ChainsawSquirrel
    @ChainsawSquirrel Рік тому

    What size is the power male plug for the 3040 ? And do you think that linux version would support a USB wifi adapter ?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Yes to the USB wifi adapter, and the plug I'm using is a barrel jack 4017 or 4.0mm x 1.7mm

  • @piotrwalewski8650
    @piotrwalewski8650 Рік тому

    Can the dell wyse run several printers under one klipper/Moonraker installation? I have done this on PC but does the dell wyse capable enough?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      With the resource monitor built into moonraker, I would say you should be able to run about 6 printers off of a Wyse 3040 before you run into issues. With two of them hooked to the same thin client I see a maximum of around 30% usage

  • @joeybarnickle250
    @joeybarnickle250 Рік тому

    Is there anyway to clean up the amount of space it takes? I only have 187 MB left on mine after all the updates. If the updates get any bigger this will not be an option. 😢

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      You can resize the EFI partition to be even smaller if needed. You could probably reduce it down to around 20mb in size without an issues and then allocate almost the full disk to Debian. You can also run the entire system off of a USB stick. Just make sure you use a USB 3.0 drive for speed

  • @Tryant69
    @Tryant69 Рік тому

    What type is the plug? I have 2 of these boxes but the plug is very small none of my adapters or parts fit them. :(

  • @ExtremeTimmah
    @ExtremeTimmah Рік тому

    Well this didn't work, cant clone the git hub a lot of the steps were different. github clone of kaiuh asks for a password then tells you that feature was removed in aug 2021?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      You must be typing http instead of https. Github disabled unsecured connections in 2021, so you have to use https

  • @MrAtomek321
    @MrAtomek321 Рік тому

    why so much bass in your audio?

  • @ambriaagke
    @ambriaagke Рік тому

    Could I run two or 3 printers on one thin client (like the sonic pad) at the same time?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Yes, during the klipper setup it asks you how many instances you want to set up. I chose 1 in the video, but you can choose as many as you want.

  • @RugMncher
    @RugMncher Рік тому

    Whats up bro, i have a question regarding space on these 3040's. Mine just did an update and it failed to update moonraker due to not enough space and now its stuck in that error because im maxed out on space. do you know how to delete items or how to make more space. i cant even open kiah because of it. help would be appreciated.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Look into how to remove old kernels from Debian. Usually when you update, it installs a new kernel but doesn't remove the old one. Each kernel is over 300mb of space

  • @zakspop
    @zakspop Рік тому

    At 12:59 how did you get the install to work even though you had a typo?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      I retyped it immediately after hitting enter, check the top of the screen at 13:01

  • @michaelhenderson5098
    @michaelhenderson5098 Рік тому

    I'm hung up! I have followed your instructions to the "T". I am using a 64gb drive that came with the machine. After entering the command to install the network manager, and "mkdir /mnt/boot/", then "cd /dev, I hit ls and the files are displayed. There are no files in between "mem" and "null" listed. :( No partitions shown. I can't go any further. Help!

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      That's a new one. My first suggestion would be to check that the drive has been formatted in the partition manager. When you go to reinstall for a second time, before formatting anything is there an ESP/EFI partition and an EXT4 partition shown? Also, if it's not showing any partitions in /dev/, check the name of the disk in partition manager. It should show at the top of the list of partitions like in the video here it shows MMC/SD card #1 (mmcblk0). You can try typing p1 after whatever it says on your device and maybe it will work even if it's not showing up in /dev/

    • @michaelhenderson5098
      @michaelhenderson5098 Рік тому

      @@CrimsonRepair I went through the entire process again with no luck. The partition screen looks identical to yours except my drive is larger. Still no partitions showing up after giving the command "mkdir /mnt/boot/". I may have to give up. I don't have any Linux experience, so when things go bad, I am out of luck. :( EDIT: I forgot to mention this is a dell 5060.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      Ah, that may be the issue. I don't think you need to run anything after installing network manager on the 5060. You should just be able to go into your bios after install and set your 64gb drive to boot first. You may have to disable secure boot in the bios as well.

    • @michaelhenderson5098
      @michaelhenderson5098 Рік тому +2

      @@CrimsonRepair That was it (Dell WYSE 5060)! Everything proceeded smoothly and I have Klipper installed with the remote screen displayed on my PC. Thank you so much for the help. Yeah, there really wasn't a problem, I just had to proceed with the install without having to make the partitions. Thanks for such a well produced video.

    • @CrimsonRepair
      @CrimsonRepair  Рік тому +2

      Glad it works! If you've got an old android phone, check out yesterday's video to make it into a touchscreen for your printer too

  • @charlesvrogers
    @charlesvrogers Рік тому

    Hi new to this, what wifi sub adapter can I use?

    • @CrimsonRepair
      @CrimsonRepair  Рік тому

      You should be able to use basically any USB wifi adapter you can find. Debian non-free includes drivers for almost all wifi adapters on the market