Quick Klipper Tips - Expanding your 3dp toolkit

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

КОМЕНТАРІ • 107

  • @philr6829
    @philr6829 2 роки тому +37

    Would love a video like this going through motor settings.
    Run current, hold current, resistance, stealth chop, etc.

    • @TommiHonkonen
      @TommiHonkonen 2 роки тому +3

      klipper docs plenty good for that no need to waste the masters time

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

      I also recommend Eddie's video on stepper motor speeds

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

      awesome idea... I would love this as well.

    • @user-yk1cw8im4h
      @user-yk1cw8im4h 2 роки тому +1

      those are the things he actually needs to cover like day 1 but still haven’t

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

      I like the way Nero does those tutorials. It helps then navigate in manuals, when needed.

  • @fwiffo
    @fwiffo 2 роки тому +18

    A tip on the G90/G91 issue - I put the G90 in the PRINT_END and CANCEL_PRINT macros so that it's always in absolute mode after a print or after cancelling, rather than putting it in PRINT_START. That makes any manual commands work as expected. Also, put an M18 in CANCEL_PRINT to put it into a "safe" state. You might have canceled because of skipped steps, so your firmware's coordinates are out of sync with the actual physical position. M18 turns off the steppers, which forces it to home before any other movements are allowed. This is obviously in addition to turning off the heaters, etc. which should already be in CANCEL_PRINT.
    If you're willing to learn how git works, or you're a programmer and already know, it's worth making a git repository for your klipper configs (and even your slicer configs). That gives you a backup, as well as tracking versions; maybe you made a change that broke something, and you don't know what it was - it's easy to revert that. You can also split it out into printer-specific configuration options from non-printer-specific ones. That way you can keep those options in sync across multiple printers very easily. For instance, if you write a cool new macro, you can add it to all of your printers with minimal effort.
    Generally, it's worth learning how the template/macro language works in Klipper. You can set up some pretty fancy macros for automatically managing filament-specific settings, heat soaks, automating a Nevermore, etc.

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

    Not so much of klipper but mainsail quick tipp - in the file list there is a setting to hide the autobackup files mainsail creates. good to have them - but nobody wants to see them :)

    • @thatguystan
      @thatguystan 2 роки тому +2

      You are technically correct, which is the best kind of correct. However, I beleive that is only in the 2.1.1 release. He is running v2.0.1. There are some features he doesn't have from the current release.

    • @CanuckCreator
      @CanuckCreator  2 роки тому +2

      Ya, ive got many different versions of mainsail/fluidd on my machines, im horrible when it comes to keeping them up to date. lol

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

      Thanks for the tip! It's in 2.1.0 according to the mainsail github releases.

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

    I struggled with the move out of range issue since over a year and didn't find a fix. Hopefully it works:) thank you really much !!!!

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

    Good topic for next round would be SLICER gcode for print_start to properly recognize temp variables. This one tripped me up something fierce.

  • @LuckyPrinter
    @LuckyPrinter 2 роки тому +5

    This is the best awesome quick tips i have ever got. More of this please.
    THANK YOU💪

  • @biglouinorlando
    @biglouinorlando 2 роки тому +2

    Yeah that move out of range error has been driving me nuts. Thanks again for the tips.

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

    That trick to get a hold of the .bin file is invaluable, thank you so very much.

  • @HannesMrg
    @HannesMrg 2 роки тому +2

    Awesome Tipps! Had to Google my way through nearly every single one of these when first starting with Klipper.

  • @tony_mfg7597
    @tony_mfg7597 2 роки тому +2

    This is so nice, I have spent a couple of hours searching for how to make the lights not flicker when the bed is on. Thanks

  • @craigdepauw2664
    @craigdepauw2664 2 роки тому +4

    Holy moly Nero! This is amazing! This kind of thing will be huge for many people! Thank you for doing this and everything else you do.

  • @Drew_pew_pew_pew
    @Drew_pew_pew_pew 2 роки тому +2

    Thanks Nero, because of you I converted my printers to Klipper a year ago and I'm still very happy. So here is my little tip I want to share: define a [idle_timeout] section in your printer.cfg where you add what has to be disabled when paused. This way when making, for example, an M600 macro your bed will stay heated and your steppers enabled.

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

    All I can say is "Thank You! Awesome informational video."

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

    Thank you, I knew you could separate the macros but not how. Also that firmware move is the best thing ever, saves so much time.

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

    Thank you for the flicker fix! It was starting to drive me nuts!

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

    Great tips! I’m going to definitely move my macros over. One of the things that I didn’t like about macros was how cluttered it made my config file. Thank you!

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

    The flickering! I thought I was stuck with it, thank you sir

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

    Thanks! Very good video. I think software is the thing most people struggle with.

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

    Great info here! My 650W heater causes some SERIOUS flickering, going to try this out tonight to see how she goes.

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

    Nice, thanks for the include macros tip!

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

    Editing Nero seems like a real cool dude

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

    Want more videos like these. They can really help

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

    Man, I freaking love you

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

    Like that smash button everytime.

  • @everettebinger5956
    @everettebinger5956 2 роки тому +3

    Would be interested in seeing your start/end script just to do a comparison...

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

    Great video with some awesome tips! Thank you!!

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

    Just wanted to add that if you're having problems with getting your heater bed to work correctly after making the PWM_CYCLE_TIME change, try playing around with the target HZ value (1/60 is for 60 hz, 1/59 is for 59 hz, etc.) to get it to behave normally and still eliminate the light flickering. I had to go to 59 hz because my SSR did not like the 60hz value and I kept missing the zero crossing window for my relay at 60hz. Just bump it up and down around your target until you're happy.

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

    Fixed my lights.. Excelllllllllent.

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

    Great video, Liked the Editor Nero Overlay, Need to try the pwm_cycle_time, my LED blubs flicker during prints. These tips will help alot, Thank you NERO3d

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

    Good video! I would love more Klipper tips like this. :)

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

    Great video! the copy of the bin file was a good idea!

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

    Nero, good stuff, as usual. Could you also consider making same format short tutorials, covering mechanics:
    Gantry alignment and belt tension.
    Z calibrate with klicky probe and best practice setting up start routine (homing, quad level, Z calibrate, mesh load etc)
    I know that most of it has been covered during life streams. But small tutorials are much easier to search and navigate.
    IMHO.

  • @echo2papa2
    @echo2papa2 2 роки тому +4

    I had issues with my ups when using pwm_cycle_time of 0.0166. After printing for a while the ups started alarming. After searching in discord it appears that some ups don't like devices that cycle at exactly 60hz. Ellis uses 0.017. This works for me with my ups.

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

      0.017 my lights flicker, at 0.01666 I blew one of the 5A 110V fuses.

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

    dear sir, many thanks for your abundance of useful videos. I enjoy your format, I find you clear and concise. Given the ungodly hike in ras-pi's the last couple of years could you make a video on installing klipper onto a linux laptop ie a surplus old machine Mac or windows that has some for of debain distros on it. Unless of course you already have and my smooth brain hasn't sniffed it out yet-if so please point me into the right direction. I am but a nob so please don't hold back. Having scrapped around the lest few days im still at a loss at to exactly how I go about creating flash sd's to boot printers off. Ive sucsessfluy loaded linux onto a machine or two in the past but alas it is all still way above me. Many thanks for all your content. Keep on printing!

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

    please do more vids like this. klipper tricks in small steps :)

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

    Please more of this! Awesome video!

  • @hd-be7di
    @hd-be7di 11 місяців тому

    G90 = Absolute mode = The coordinate values specify an exact location in 3D space. The toolhead will figure out how to get there from it's current location.
    G91 = Incremental mode = The coordinate values specify direct distance values for each axis. The toolhead simply moves by the amount specified in the values.

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

    Brilliant video!!

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

    Hello hello :) SKR 1.3/1.4 you can flash directly from Raspberry Pi. Check the full list of boards supported by Klipper. So you don’t have to jogging with the SD card at all :)

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

    Great video! I'll be updating my config file when I get home :D

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

    Nearly at 30k subs. Early congratulations.
    Surely pwm_cycle_time should equal 0.0167, not 0.166? Might not make any difference, but my mathematical rounding rules OCD can't handle this truncation!

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

      Now go and measure the frequency of the mains and see your OCD trigger.

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

    One video that would be extremely helpful would be a guide for how to create a klipper config based on a marlin config and marlin pins file.
    I have a printer which don't have a klipper config for the stock controller.
    Been trying to create one, but I'm pretty stuck getting all the pins correctly named etc

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

    0:32
    "Hey Alexa, flicker the lights with dramatic effect"
    "Alright, flickering light with dramatic effect"

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

    doing the "pwm_cycle_time" caused me to get constant temp errors and firmware restarts. Discord users noted that SSR are 0 cross activated, meaning the wait for the AC wave to pass through 0 to trigger it on/off. if your cycle time matches that cross over time, it won't always turn on the SSR, but klipper won't know this and so the heater doesn't heat as fast as it should and fails.

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

    Gracias por compartir!!!

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

    The G90/G91 hint is the most important and is not related to the Klipper only. Almost all firmwares use the same approach even considering the fact some Chinese vendors customize Marlin settings for their boards to have G90 mode as a default( and some use G91 as a default value). Quite often different bloggers/reddit topics and forums provide a "silver bullet" "start code" for slicer printing settings for newbies. In 99% this code has a purge line(s) movements, but only 2 out of 5 explicitly specify G90 mode before the line drawing commands.

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

    Nero, thanks for all the help, my Voron build was a breeze thanks to you. Here is my problem:
    I blew my 5A 110V fuse within 2 seconds of using 0.01666 cycle, no motors moving 750W bed. I am also not sure how max_power affects it, but mine was at 0.6

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

      Same here.

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

      750W bed? The fuse holds up to 550W, that seems to be the problem here

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

    i liked that smash button

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

    Hi, I am trying to convert my CR-10 Smart to Klipper. I am reality new to to 3d printers and my first time working with Klipper.
    I have seen the over range issue you refrenced. Where can i find the "start_print macros", all I see is the mainsail.cfg file that does not contain the start _print macro.
    Also can you point me to a good reference to setup a webcam.

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

    Keep you config in git. Make a commit after you make a change, now you can have infinite rollbacks. Push to a private GitHub to keep the config safe.
    VScode is worth investigating, it lets you edit the config in place, has github integration, has a terminal you can play with the pi and edit the files all from one place

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

    My origin or 0,0 is set to the back right instead of front left. Is there something I'm missing with endstop locations?

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

    I would love to use Klipper, unfortunaley it doesnt work on my enderV2.
    Everytime i try ls /dev/serial/by-id/* i get "ls: cannot access '/dev/serial/by-id/*': No such file or directory".
    Did all the steps Nero recommends in his stream/ video, followed the mainsail/ klipper doc 1:1, nothing helps.
    Has anyone any idea what could gone wrong? First time with Klipper/ Rapsberry

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

    Great videos man. Could you do a review of the stealthburner and compare it to other fan ducts? I feel like it's not getting the love it deserves.

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

    Or ... instead of downloading printer.cfg, put your config files in a git repo and just commit every change and push it to a server repo as backup/history. I feel the Mainsail UI could add support to semi-automate this and also which every slicer would add this option for their profiles and config files (yes, I also do that manually on the config/profile files of SuperSlicer).

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

    what if for example u create a new folder and u keep ur macros.cfg in that folder (klipper will say it cannot find it in pi home klipper_config) how to u add a path

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

    So are you saying that the SKR mini E3 can’t be flashed over usb?

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

    i have 1 problem with me jumping into klipper firmware
    how to you turn off everything by turning off the power supply
    aka protecting the raspberry pi and sd card corruption
    nobody anwser that very question :S
    thanks
    Edit1: right now i found a diagram to send a low signal when power out and a ups for the RPI
    but how does i program the pi to read a GPIO pin since i do not know how linux work i am lost aslo klipper seem to be using his own OS
    so how does that compare to raspian when it come to stuff like this
    Edit2: found a script you can install for that but afraid to try with actual RPI with klipper installed to see if its the same as raspian os waiting for a pico to get shipped

  • @elias.keller_photography
    @elias.keller_photography 2 роки тому

    Thanks for your videos! I just started using klipper on my Anycubic Mega S and i encountered the problem, that the stock speeds (F7600) used for the incremental movments (using the GUI) are too high for my printer and it just rattles and only moves a tiny bit. I can manually decrease speeds to 45% with the GUI and everything works just fine. Should i try to increase the voltage on the stepper driver or is there also a way to reduce the "stock speeds"?

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

    Hey Nero, would you be willing to make a video on how to use an old Android phone (or tablet) as a KlipperScreen? Thank you for your work!

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

    @NERO 3D Do you have any GitHub account with all your configuration for klipper for example ? Thanks 🙂

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

      I barely know how to use github lol, All the voron configs are available on the voron github though and theres many example configs for most printers/controller boards on the klipper github

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

    Love these videos you make. Any plans to make an up to date beginners style Ender 3 clipper video ?

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

      I'm not sure what you're looking at but there's not much about Klipper that has changed in recent memory that would affect a beginner setting up an Ender. Just check which motherboard and stepper motor drivers yours has.

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

    Just added the pwm code for 60hz. It definitely stopped my lights from flickering but then looking at the heat graph it's on a consistent temp increase anymore then I clipper emergency stop saying the bed wasn't heating as expected. Any idea why this could happen?
    Using BTT Octopus with SSR controlling the bed on mains power (110v). Removed that line and seems to be working fine again.
    Thanks!

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

      Re-run your PID tune after adding the pwm_cycle_time

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

      You might have a problem with synchronization and turning the ssr on/off. Some SSR turn on when the voltage (sine wave) goes true 0. All SSR turn off when the current goes thru 0. If you get lucky and try to match the frequency you might get funny regulation no mater what PID settings you are using.
      If you would want to do it "proper" then you would need to synchronise your pwm_cycle_time to the mains frequency. We can thank that the time response of the alu plate is >>> then mains frequency, as if not the PID regulator would not be stable at any setting.

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

    I have a 24v bed but still see a little bit of flickering, will this fix it?

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

      It should, if not, just delete the line after :P

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

      @@CanuckCreator seems to have worked :)

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

    Hey man ive just gotten my first voron(kit) and ive gotten it built but i cant figure out how to home my axis When i home any axis the z goes up as it should but then stops and tells me mcu shutdown please help. Got plenty of usable memory on my pi aswell as low cpu usage.

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

    Why don't you use a symlink in linux to permanently link the firmware.bin to the config folder?

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

    The pwm_cycle_time trick is not just for AC beds, solves the flickering for me on my DC bed.

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

      Yup, this applies to more than just AC beds, but they seem to be the ones that suffer from the flickering effect the most

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

    Hi! Can you please do a Klipper install on an android tv box? Thank you!

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

    I think calling G91 a relative movement to the current position might be easier for people to grasp?

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

      Incremental is the term that has been used for at least 40 years for the G91 functionality in CNC machines. Using "relative" might be helpful in explaining the concept, but it is certainly not a replacement for the correct term.

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

      @@daphoosa Good to know. For me who has no experience in CNC it make more immediate sense to think of a relative move. You are right increment works too, it just takes more thought for someone not familiar to figure out what it means.

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

    Can you run mainsail on your web browser and use the internet for emails at the same time?

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

      It just loads up like any normal webpage, so yes

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

    Warning! If you have a zero crossing solid state relay (technically the better ones) and you set cycle time 1/frequency, it won't work properly.

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

    First time first comment ever :)
    SCNR

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

    Woho there mister. You without an apron should be reserved for onlybenchies. :D

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

    Woah nero without glasses is so strange...

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

      Near sighted, so normally when im on the computer i dont wear em lol

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

    Tonge twisters: "Quick Klipper Tips"

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

    hello santa

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

    bro if your lights flicker when your bed is on you need to call an electrician for real
    anything else is just asking for trouble
    they should not flicker under any resistive power draw. youre not magnetizing a big transformer or starting a 1MW induction motor! youre switching a resistive heater.
    imagine using one of those 3kW air heaters, thats much more then your max 1kW bed, only a question of time when your house burns down.

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

    If you turn on your printer, and your lights flicker... get a new house!

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

    Unfortunately, not all SSRs are compatible with pwm_cycle_time settings. You should warn your viewers. Otherwise they will flood your comments section with angry crying messages . 🤣

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

    Flashing controller firmware is even simpler than that - in recent versions of Klipper it is zero copy. Klipper has a bunch of scripts for flashing firmware, including "flash-sdcard.sh" that copies the firmware directly to the SD card in the controller board, then reboots the controller. As long as there is an SD card in the board (I leave mine in there permanently) then it is just a matter of running the script. You have to supply the name of the USB connection as a parameter.

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