Quick Klipper Tips - Expanding your 3dp toolkit

  Рет қаралды 45,793

Canuck Creator

Canuck Creator

Күн бұрын

Пікірлер: 107
@philr6829
@philr6829 2 жыл бұрын
Would love a video like this going through motor settings. Run current, hold current, resistance, stealth chop, etc.
@TommiHonkonen
@TommiHonkonen 2 жыл бұрын
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 жыл бұрын
awesome idea... I would love this as well.
@user-yk1cw8im4h
@user-yk1cw8im4h 2 жыл бұрын
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 жыл бұрын
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.
@helloworld446
@helloworld446 Жыл бұрын
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 !!!!
@LuckyPrinter
@LuckyPrinter 2 жыл бұрын
This is the best awesome quick tips i have ever got. More of this please. THANK YOU💪
@biglouinorlando
@biglouinorlando 2 жыл бұрын
Yeah that move out of range error has been driving me nuts. Thanks again for the tips.
@MySpeedVision
@MySpeedVision 2 жыл бұрын
Good topic for next round would be SLICER gcode for print_start to properly recognize temp variables. This one tripped me up something fierce.
@LudwigRuderstaller
@LudwigRuderstaller 2 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Thanks for the tip! It's in 2.1.0 according to the mainsail github releases.
@pieyed1302
@pieyed1302 2 жыл бұрын
All I can say is "Thank You! Awesome informational video."
@HannesMrg
@HannesMrg 2 жыл бұрын
Awesome Tipps! Had to Google my way through nearly every single one of these when first starting with Klipper.
@davidrichard1744
@davidrichard1744 Жыл бұрын
That trick to get a hold of the .bin file is invaluable, thank you so very much.
@carlscrooge6388
@carlscrooge6388 2 жыл бұрын
Editing Nero seems like a real cool dude
@tony_mfg7597
@tony_mfg7597 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 жыл бұрын
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 жыл бұрын
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.
@gwatt1010
@gwatt1010 Жыл бұрын
Nice, thanks for the include macros tip!
@TheMrThomasson
@TheMrThomasson 2 жыл бұрын
Thank you for the flicker fix! It was starting to drive me nuts!
@TheGraemeH
@TheGraemeH 2 жыл бұрын
The flickering! I thought I was stuck with it, thank you sir
@LisaHarsh
@LisaHarsh 2 жыл бұрын
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.
@rodolphougolini
@rodolphougolini Жыл бұрын
Man, I freaking love you
@nic0fpvnicolas606
@nic0fpvnicolas606 2 жыл бұрын
Thanks! Very good video. I think software is the thing most people struggle with.
@Dan_Murphy
@Dan_Murphy 2 жыл бұрын
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!
@owenwagner9017
@owenwagner9017 2 жыл бұрын
Great info here! My 650W heater causes some SERIOUS flickering, going to try this out tonight to see how she goes.
@jesusday87
@jesusday87 2 жыл бұрын
Want more videos like these. They can really help
@stephenratliff486
@stephenratliff486 2 жыл бұрын
Like that smash button everytime.
@everettebinger5956
@everettebinger5956 2 жыл бұрын
Would be interested in seeing your start/end script just to do a comparison...
@kevinpepe9101
@kevinpepe9101 2 жыл бұрын
Great video with some awesome tips! Thank you!!
@MagnusOlssonMalvik
@MagnusOlssonMalvik 2 жыл бұрын
Great video! the copy of the bin file was a good idea!
@MakerViking
@MakerViking 2 жыл бұрын
Good video! I would love more Klipper tips like this. :)
@Dirt33breaks
@Dirt33breaks Жыл бұрын
Brilliant video!!
@DasArbeitstier
@DasArbeitstier 2 жыл бұрын
Please more of this! Awesome video!
@AustinDennis
@AustinDennis Жыл бұрын
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 жыл бұрын
Fixed my lights.. Excelllllllllent.
@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.
@iraklynakashidze5572
@iraklynakashidze5572 2 жыл бұрын
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.
@JonS
@JonS 2 жыл бұрын
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 жыл бұрын
Now go and measure the frequency of the mains and see your OCD trigger.
@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!
@delmarfranks
@delmarfranks 2 жыл бұрын
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
@echo2papa2
@echo2papa2 2 жыл бұрын
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.
@raidwerks
@raidwerks 2 жыл бұрын
i liked that smash button
@NudelMC2
@NudelMC2 2 жыл бұрын
please do more vids like this. klipper tricks in small steps :)
@PhillipTorrickeBarton
@PhillipTorrickeBarton 2 жыл бұрын
Great video! I'll be updating my config file when I get home :D
@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 :)
@kharmastreams8319
@kharmastreams8319 2 жыл бұрын
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
@nano4027
@nano4027 2 жыл бұрын
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.
@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 жыл бұрын
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 жыл бұрын
750W bed? The fuse holds up to 550W, that seems to be the problem here
@TommiHonkonen
@TommiHonkonen 2 жыл бұрын
0:32 "Hey Alexa, flicker the lights with dramatic effect" "Alright, flickering light with dramatic effect"
@marcusone1
@marcusone1 2 жыл бұрын
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.
@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).
@mrs5850
@mrs5850 2 жыл бұрын
Love these videos you make. Any plans to make an up to date beginners style Ender 3 clipper video ?
@JJFX-
@JJFX- 2 жыл бұрын
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.
@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
@marcroix1
@marcroix1 Жыл бұрын
Gracias por compartir!!!
@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!
@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
@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.
@zenholistichealing
@zenholistichealing Жыл бұрын
Hi! Can you please do a Klipper install on an android tv box? Thank you!
@olafmarzocchi6194
@olafmarzocchi6194 2 жыл бұрын
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.
@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"?
@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?
@geauxracerx
@geauxracerx Жыл бұрын
So are you saying that the SKR mini E3 can’t be flashed over usb?
@CodeMonkeX
@CodeMonkeX 2 жыл бұрын
I think calling G91 a relative movement to the current position might be easier for people to grasp?
@daphoosa
@daphoosa 2 жыл бұрын
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 жыл бұрын
@@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.
@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
@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
@LudwigRuderstaller
@LudwigRuderstaller 2 жыл бұрын
First time first comment ever :) SCNR
@rebelangel66
@rebelangel66 2 жыл бұрын
Why don't you use a symlink in linux to permanently link the firmware.bin to the config folder?
@alexminims5817
@alexminims5817 2 жыл бұрын
@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
@parasyte25
@parasyte25 2 жыл бұрын
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 :)
@starkastic
@starkastic 2 жыл бұрын
Woho there mister. You without an apron should be reserved for onlybenchies. :D
@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
@BirdsEyeTech
@BirdsEyeTech 2 жыл бұрын
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 жыл бұрын
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.
@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.
@CanuckCreator
@CanuckCreator 2 жыл бұрын
Try a different USB cable first
@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
@boryshacker
@boryshacker 2 жыл бұрын
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 ай бұрын
Input Shaper with a Pi Pico - Klipper Tips
14:19
Canuck Creator
Рет қаралды 117 М.
Klipper Pre-Flight Checklist - Don't Forget These Steps!
20:26
Canuck Creator
Рет қаралды 96 М.
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН
Секрет фокусника! #shorts
00:15
Роман Magic
Рет қаралды 86 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 46 МЛН
Klipper 3d Printer Firmware - What is it? Why do I want it?
18:09
Canuck Creator
Рет қаралды 249 М.
How to use GPIO pins with Klipper
31:43
Vez3D
Рет қаралды 76 М.
I will never talk about Z wobbling ever again !
10:53
MirageC
Рет қаралды 466 М.
INPUT SHAPER CRASH COURSE - Print FASTER and BETTER!
14:54
Canuck Creator
Рет қаралды 256 М.
You’re NOT getting the MOST out of Input Shaper
30:25
Spencer's Desk
Рет қаралды 79 М.
Never brush your 3D printer nozzle again with this Nozzle Scrubber & Purge Bucket.
15:43
Old School LCD - Klipper - Chris's Basement - 2023
19:09
Chris Riley
Рет қаралды 10 М.
5 Slicer defaults I ALWAYS change #3DP101
15:27
Maker's Muse
Рет қаралды 1,1 МЛН
How to Write Your FIRST Klipper Macro - Nozzle Scrubber!
21:13
Build It Basement
Рет қаралды 13 М.
Install Klipper on ANY 3d printer - Part 1 - Intro and the Basics
12:41
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН