Love you guides. Keep them coming please. Just starting with klipper and this kind of tutorial are the best. No long story's but strait to te point and most important everyone can follow this easily. Thank you for alle you work you put in in it.
@PigeonPrint3 жыл бұрын
Thank you for the kind words, would love to hear if you run into anything you think would make for a good tutorial. it's sometimes hard for me to remember all the things I had problems with when starting out!
@mikeooo3 жыл бұрын
@@PigeonPrint Sure , The problem is there are a lot of tutorial but they all give basic stuff and that is great. But when you start with Klipper that is sometimes not enough and when the basic setup is finished what's next. Then there is not much info unless you know what your looking for. So some tutorial how to adjuist Klipper after the basic setup. Tweaking stuff for getting better results and in what the best order for tweaking it. How to use the Marcro's. Slicer setup for Klipper. I had Marlin setup with G-code for start/stopping etc. Now wiht Klipper that is not working because not all M (code) are available in Klipper. So how to prime the nozzle etc. Most info you can find but sometimes hard to find and your way of explaining is great. Quick and clear....
@PigeonPrint3 жыл бұрын
@@mikeooo Thank you, that a really helpful insite, agree the changes in Gcode compatibility and changes needed in thing like slicer start Gcode could do with a simple clear cut guide, will get to work!
@savikate2 жыл бұрын
@@PigeonPrint Hi. Thanks for Your work. Found it really helpful. An idea for a tutorial is installing a K-Type thermocouple that sports an Analogue amplifier like AD8495. I spent days on trying to find how to set it up on my Octopus Pro board with klipper. In the end I managed to combine info from 4 or 5 different sources to be finally able to proceed with my build.
@PigeonPrint2 жыл бұрын
@@savikate Thank you, that is a really good idea!
@thomaswiley6663 жыл бұрын
Very nice, thank you! I was able to apply your instructions to Mini E3 V1.12 board. And your voice is very much a kinder, gentler Roy Kent...
@PigeonPrint3 жыл бұрын
Iol I can shout and sware more in the next video!
@duke01023 жыл бұрын
This filled in the blanks and got me up and running, cheers for the video
@PigeonPrint3 жыл бұрын
No problem, mate. Good to hear it was of some use. Happy printing!
@daverave9992 жыл бұрын
Thanks for this. I'd been having problems working out what I needed to adjust to get my CR Touch working properly and your video solved it very quickly!
@PigeonPrint2 жыл бұрын
Thank you for the kind words. Really happy you managed to get it working!
@arvenebinny2 жыл бұрын
Thanks for the video and the code in the description.
@Kenyez2 жыл бұрын
In Marlin, it is possible to measure distance with the sensor during manual leveling. No need to mess with paper. Does the klipper have something like that?
@PigeonPrint2 жыл бұрын
There is Screw tilt adjust (see my play list on Klipper Basics) this will probe the 4 comers of the bed, measure them, and spit out what direction you need to turn them and by how much. Hope this helps.
@yeastdonkey8462 жыл бұрын
You had safe_z_homing on and your [bltouch] x_/y_offset set but the probe wasn't in the middle of the bed when you homed (3:04). I'm also having this issue, do you have any idea why the z_safe_homing isn't using the probe offsets? Furthermore, the probe probe position shown after a probe_accuracy test shows that Klipper things the probe should be in the middle despite it not being there.
@PigeonPrint2 жыл бұрын
Hi, Klipper will use the nozzle as the centre rather than adding the probe offset.....So it's woking if your nozzle is in the centre rather than the probe itself. Not 100% sure I understand the second question,?
@yeastdonkey8462 жыл бұрын
@@PigeonPrint I didn't know that Klipper uses the nozzel as the center when probing, I thought it would use the probe, so that answers my question, thanks! I ended up adjusting the home_xy_position by adding my probe offsets to make z-homing occur in center via probe.
@PigeonPrint2 жыл бұрын
@@yeastdonkey846 Yep, that sounds like a good way to do it. I can't think of anything that would make that a problem.
@jamieclarke3212 жыл бұрын
loved this video, making it so simple to do what seems a daunting task. So much better than marlin so far
@PigeonPrint2 жыл бұрын
Thank you for the kind words, glad it helped!
@jamieclarke3212 жыл бұрын
@@PigeonPrint please keep posting such helpful content 👍
@joriskonicke33843 жыл бұрын
Do I need to put the Save_Config command in my GCode before Print? What I'd like to know is: When I start a print and run the G29 command in my gcode. Should I put a SAVE_Config in it?
@PigeonPrint3 жыл бұрын
In your start gcode you could put a load or save command BED_MESH_PROFILE LOAD= SAVE= is you wanted to save the mesh or just load the last saved on. More info can be found here: mmone.github.io/klipper/G-Codes.html#mesh-bed-leveling
@joriskonicke33843 жыл бұрын
@@PigeonPrint Thank you. For me it seems like the printer doesn't move up and down when it is printing.. So the printer doesn't effekt from the bed leveling..
@CAPTKMK23 жыл бұрын
Good day, I found your video and l found it to be very informative and it well be all soooo helpful when I get to that stage. Thanks for your time and for sharing it.
@mytubeview3 жыл бұрын
Very detail and nice video! Thanks! Saved this video and waiting for my new CR Touch coming.
@mowal.design82542 жыл бұрын
Wow it's all there in the show notes.. thank you very much
@corlissmedia2.02 жыл бұрын
I found this super helpful. I'm putting klipper on a Lerdge K board. We've made progress, but we're still in the weeds about a lot of the details. I'm working with Rolohaun, who's also very helpful. I sub'ed. Thanks again.
@rickyyym2 жыл бұрын
Will this guide work for a car touch? If so would I change the names to car touch or leaving it as bltouch be fine?
@autofctrl3 жыл бұрын
Very nicely explained Video. Thanks a lot and happy New Year!! :)
@PigeonPrint3 жыл бұрын
Thank you! hope it helped. Happy new year!
@autofctrl3 жыл бұрын
@@PigeonPrint it did! The only curiosity I’ve encountered was that, when I tried adding a macro for PROBE_CALIBRATE an error popped up saying that it already existed.
@PigeonPrint3 жыл бұрын
@@autofctrl oh, im terrible with macros but if you post the macro and the error I can take a look.
@autofctrl3 жыл бұрын
@@PigeonPrint it took me some time to figure it out but now I got it working. Seems like some names and numbers in general are creating errors when placed as macro names. Thx for offering help :D
@simeonpicard5982 жыл бұрын
Thanks! Great content Love SP
@PigeonPrint2 жыл бұрын
Thank you SP! hope it helped!
@osiris96793 жыл бұрын
Great video. Though, I'm wondering, what is the point of the X and Y offsets for G28 if it does not probe the center of the bed when homing?
@PigeonPrint3 жыл бұрын
If I understand your comment correctly. combination of safe homing + G28 is not to probe the centre of the bed per se , but to avoid homing at 0,0 where there is a larger chance your probe will be off the bed and not trigger.
@osiris96793 жыл бұрын
@@PigeonPrint Ah I see, would it affect anything to change the values to ensure the probe centers at the bed?
@PigeonPrint3 жыл бұрын
@@osiris9679 Should be fine to change it under the [safe_z_home] section to where ever you want on the bed, so adjust the "home_xy_position:" to values that match your probe (just add or subtract your probe offset values to your current value and it should probe in the centre). Just don't change anything in the sections that a G29 would use, so don't change anything under [bltouch] section.
@osiris96793 жыл бұрын
@@PigeonPrint Awesome! Thanks!
@whatif87412 жыл бұрын
when i set my bl touch x and y offsets it wont let me calibrate the bed for a mesh says some moves are out of range but it didnt have a problem before i set the offsets. can't figure it out. havent tried printing on it yet because i know its not right.
@PigeonPrint2 жыл бұрын
you will need to adjust the "position_max:" value to its true value on X &Y, or it will just assume the print head can only move while over the bed. For instance, the default on an Ender 3 will be position_max: 235 for the X, but it can actually move over 245 in X, you need to tell the printer how far it can actually move, so it can move off the bed's area and probe the largest amount of the bed.
@martin.ristal3 жыл бұрын
That was just what i was looking for
@aaroncamm20243 жыл бұрын
Thanks for the video. How do we calculate the probe min and max positions?
@PigeonPrint3 жыл бұрын
The simplest way is to move the printer with the web interface and get the coordinates of where the probe can actually hit the bed, as with some setups your probe can miss the bed if it tries to probe 0,0 or hit the frame. So, just move it to the front left and make sure the probe can deploy and hit the bed, read the coordinates, and put them as mesh_min: For example 10, 20 (X,Y) and then move to the back right and add the coordinates for mesh_max: for example 195, 223. Hope this helps.
@aaroncamm20243 жыл бұрын
Thanks for the info thats where I was going wrong. I was putting the nozzle to the front left corner not the probe thinking the probe offset would put the probe in the right place. Thank you for the reply im very new to Klipper so a big help. Keep the videos coming
@PigeonPrint3 жыл бұрын
@@aaroncamm2024 Yeah, Klipper has some quircks of when it dose and doesn't use the probe offset. Still catches me off guard ever now and then! Good to hear you got it sorted.
@MrKillerCereal2 жыл бұрын
@@PigeonPrint my bl touch still tries to home off the bed and I get an error even after I set the correct min and max
@PigeonPrint2 жыл бұрын
@@MrKillerCereal What error fo you get, and do you have safe thing set up in your printer.cfg, should look something like this: [safe_z_home] home_xy_position: 117.5,117.5 speed: 50 z_hop: 10 z_hop_speed: 10 But with the home_xy_position: 117.5,117.5 set to where the middle of your bed is, In my case it a 235x235 bed so the middle is 117.5x117.5.
@xphildox3 жыл бұрын
Hi, I've copied your code, and I'm trying to work through it, this is very new to me, but I'm slowly making progress. I'm at a point where I can get all axis to home, except the BL touch probe does not deploy and the nozzle crashes into the bed. I've commented out the following line: endstop_pin: ^!ar18 and added this: endstop_pin: probe:z_virtual_endstop. I get the following error when restarting firmware: Option 'position_endstop' is not valid in section 'stepper_z'. any idea?
@PigeonPrint3 жыл бұрын
My guess would be that you dont have the right pins selected in your code for the board you are using. It is hard to troubleshoot on youtube comments. if you have Discord feel free to add me and I will see if I can be of more help Pigeon#6202
@xphildox3 жыл бұрын
@@PigeonPrint tha is for the reply. I did get it figured out. I was using pins as called out on the pin out diagram, D11 for example. The mcu doesn’t recognize this, instead it’s ar11. I’m to the point of setting z-offset, but decided to refresh the extruder assembly first. Thanks!!
@PigeonPrint3 жыл бұрын
@@xphildox Good to hear you got it working! if you need any help with setting Z offset, I have a video on that :)
@xphildox3 жыл бұрын
@@PigeonPrint I already watched it and also followed instructions on Klipper website. One question I do have, where do I put the cancel_print macro? Does it go in the printer.cfg?
@PigeonPrint3 жыл бұрын
@@xphildox Yep, put it in the printer.cfg file near the bottom. you may have a line at the bottom that says "don't edit the values below this point" just pup it above there with any other macros.
@peterking-vn3fx3 жыл бұрын
Will this work with CRTouch ? because the pin is very different from the BLTouch
@PigeonPrint3 жыл бұрын
Yes, the CRTouch should work without issue as the pinouts are the same and they are interchangeable as far as I'm aware. I don't have one to test, but I don't think you will have any issues just setting it up as a [bltouch] like show in the video. If you do run into any problems just reply in here and I will try and help.
@peterking-vn3fx3 жыл бұрын
@@PigeonPrint Ok thanks for the clarification. I got one more question, what if I currently have the Micro Swiss Direct Drive installed on the Ender 3 and wanted to use the CRTouch at the same time… will it worked fine? because I tried using the CRTouch along with the Micro Swiss on Marlin firmware and I have to edit the X_MIN_POS and Y_MIN_POS on the Configuration.h so the probe don’t go off the print bed when doing the calibration. Right now I am using Klipper without the CRTouch. Was wondering if it’s going to work at all.
@PigeonPrint3 жыл бұрын
@@peterking-vn3fx I think....I included setting up safe homing in this video. That should make it home in the middle of the bed rather then at x0,y0 (front left and miss the bed). but for doing a bed mesh you will need to make sure you have the offset of your probe put into Klipper, I assume that will be in the manual. If not you will need to measure how many mm to the left and how far in front the nozzle it is. For example my probe is to the left by 40mm and in front by 12mm so I put under the [bltouch] section: x_offset: -40 y_offset: -12 for working out z_offset, I have a video on doing that in Klipper. Hope this helps!
@gangsterHOTLINE3 жыл бұрын
Nice video! I am having an issue that is rather hard to track down online where my BLtouch is always TRIGGERED no matter what state the pin is in. It responds to commands and drops and pulls up on the pin. But never leaves the TRIGGERED state. My wiring is the same as it has always been for Marlin before and the pinout map for my board matches what I have in the config for Klipper. Board: MKS Robin Nano V3 Printer: Two Trees Sapphire Pro Probe: Official BLTouch v3.1 One thing to note is that this MKS board does not have the dedicated 5 pins for BLTouch/Servo and I have to use Z+ or Z- endstop for the sensor pin. That might be what is being fussy with the config. Any help is greatly appreciated :)
@PigeonPrint3 жыл бұрын
Hi, sounds like the pin may not be configured correctly, could you post your printer.cfig to a site like pastebin.com/ and then link it here so I can have a little look? could just be you need to indicate there is a pullup resistor by adding ^ symbol in front of it, like Pin: ^!PA11 (but with your pin number)
@aha58882 жыл бұрын
Same issue bl touch always triggered. Cr10 v2 stock with bl touch v3.1. I suspect this is a bl touch 3.1 issue. Any update on this? Thank you
@xshina171 Жыл бұрын
Oh hell, still without solution :(
@franzgoesmann87702 жыл бұрын
Guten Abend. Könnte ich Dir eine Frage stellen zu Klipper!? Läuft alles soweit bis auf den BLTouch keine Fehlermeldung nichts. Der reagiert nur beim Start mit dem Selbsttest sonst überhauptnicht. Habe ein SOVOL SV01 mit Standardboard. Unter Marlin lief alles. Gruß an allle
@PigeonPrint2 жыл бұрын
Guten Abend. Ich kann versuchen zu helfen, muss mich aber wegen meines schlechten Deutschs beschweren. Was hast du in deiner Printer.cfg unter BLTouch? Versuchen Sie es auch zu ändern: [bltouch] sensor_pin: ^ar18 control_pin: ar11
@franzgoesmann87702 жыл бұрын
@@PigeonPrint Danke für die Antwort. Bekomme folgenden Fehler Pin 'ar11' is not a valid pin name on mcu 'mcu'
@dennismurphy30762 жыл бұрын
Hi I'm having trouble with the PROBE_CALIBRATE command, klipper returns UNKNOW COMMAND in terminal window. My setup. Btt skr mini E3 v3 MCU (klipper Firmware. Pi 3b+
@PigeonPrint2 жыл бұрын
try doing G29 in ther terminal window.
@toddcoello64612 жыл бұрын
This video was great. I have one issue I have been trying to get. I am running a hero me on my ender 3 with Klipper. My X-Y home offsets are off. I can't figure out how to get it correct. I have read the klipper page but I can't visualize how the lines should look in the printer cfg file and what section it even goes under. The instructions are just confusing to me. I could really use some help. I have run the commands to get the numbers I need but not sure how to put them in and what it should look like. thank you.
@PigeonPrint2 жыл бұрын
Hello, is it the XY for the probe you are having issues with or is the nozzle not in the bottom left corner when you home the printer?
@toddcoello64612 жыл бұрын
@@PigeonPrint nozzle. But I just realized something. I'm putting a cr touch on now. So I don't think it will be an issue.
@toddcoello64612 жыл бұрын
@@PigeonPrint I tried doing a bed level probe after using your video. I'm getting an out of range error after the 2nd probe spot. I'm assuming I need to change some offsets
@PigeonPrint2 жыл бұрын
@@toddcoello6461 Sound like you need to adjust the movement limits. If you look under [stepper_x] there will be a line saying "position_max: 235" you will probably have to encrese that to the actual limit of movement, as form stock it just uses the Bed size as the limiting factor when infact the print head can go further than 235mm in X. Hope that helps!
@lanypuspasari18683 жыл бұрын
can blouch clone or 3dtouch v3 or v2 work with this configuration? on ender 3 v2 with stock mainboard v4.2.2?
@PigeonPrint3 жыл бұрын
Yes, all work, you just need to set the right pins for the V4.2.2 board in the printer.cfg file...I belive it would be: [bltouch] sensor_pin = !^PB1 control_pin = PB0 x_offset = #your mount offset in mm y_offset = #your mount offset in mm z_offset = #your mount offset in mm probe_with_touch_mode = True pin_up_touch_mode_reports_triggered = False And would just need to tell it what your offsets are for the probe mount you are using. Hope that help!
@lanypuspasari18683 жыл бұрын
5 wire 3dtouch is connected to the bltouch pin on the mainboard? or 3 wire to the bltoch pin on the mainboard and 2 wires to the z endstop pin?
@PigeonPrint3 жыл бұрын
@@lanypuspasari1868 The 3 servo wires to the 5 pin header, and then the two switch pins to the z endstop so you can use Z safe homing.
@lanypuspasari18683 жыл бұрын
@@PigeonPrint what is the function of the exclamation mark on sensor_pin = !^PB1 with ^!PB1 and ^PB1?? can the inductive probe be fed? but I still don't understand the difference between the ^! and !^
@PigeonPrint3 жыл бұрын
@@lanypuspasari1868 !=invert, so if a motor is turning the wrong way or an enstop is showing closes when it should be open, we use ! before the pin number. ^= mean there is a hardware pullup resistor on the pin. With a default contigeration you are mainly going to just need to add ! and seldom have to worry about rull up resistors.
@martin.ristal3 жыл бұрын
Can you do a video about configuring a ender 3 type 12864 lcd screen to klipper. Really enjoy your video style
@PigeonPrint3 жыл бұрын
Sure thing, will do a guide on a few display options.
@jasonwoody77423 жыл бұрын
hello, my printer will home all axis but wont start the abl mesh. any ideas?
@PigeonPrint3 жыл бұрын
Hi, can you upload your printer.cfg file to a site like pastebin.com/ and I am more then happy to have a look at it.
@MTceelbe2 жыл бұрын
Can I get you print cfg file ?
@PigeonPrint2 жыл бұрын
You can, but is not going to be much use unless you have the same Mainboard, Probe, Nozzle, Bed heater, Thermistors, Extruder and so on. Think you would be far better off with the stock example cfg for your printer and then tweaking as needed, more then happy to help in any way I can, and you you really want my cfg I will post a link.
@lanypuspasari18683 жыл бұрын
I use textured pei spring steel pasa ender 3 v2. and want to install auto bed level do you think it's better to use an inductive probe or bltouch clone do you have any recommendations for me?
@PigeonPrint3 жыл бұрын
If you're only going to use the spring steel sheet then an inductive probe will be fine. I use the $5 PL-08 and Nero 3D has a really good video on how to install it as you will ideally want to power it from the PSU, not the PCB kzbin.info/www/bejne/kHeQiZyBqJKLi9U
@lanypuspasari18683 жыл бұрын
when I use the inductive probe npn no with type LJ12A3-4-Z/BX is the installation method the same as in the nero3dp video?
@PigeonPrint3 жыл бұрын
@@lanypuspasari1868 Yep, the Voltage on the LJ12A3-4-Z/BX 6-36V so you will bet the best results powring it from the 24v of the power supply.
@lanypuspasari18683 жыл бұрын
@@PigeonPrint using a bat85 diode on the signal cable like in the video nero3dp?
@lanypuspasari18683 жыл бұрын
do you think the M8 5v inductive probe is like a panda, is the accuracy good for ABL?
@Darkl0ud_Productions3 жыл бұрын
Great video! Something I am confused about, is if we are probing the bed to get the correct height under the nozzle, when the probe is probing the right side of the bed, how do we know this is the true value of the right side of the bed, if the probe will not go that far? In other words, since the probe is offset from the nozzle, how does the probe know how high or low the right side of the bed is? I would almost expect the nozzle to go past the bed on the X axis, and the probe would probe where the nozzle will be?
@PigeonPrint3 жыл бұрын
This is a good question. it won't get the right high of any point that is not probed, but it will use maths to project the area of the bed outside of the probed mesh. it's not perfect on a bed that is warped or over-constrained, but it makes assumptions for example if it is probing the front of the bed, and each probe point from the front left to the front right is getting higher and higher in 0.1mm increments it will calculate that this incrimination will continue to the edge of the bed as it's trying to map a flat plane. in the same way it will just assume the height between any two points it probes is a straight line between the two points...this may not be true, but the level of deviation is slight enough that the print will fail. This is why you will always get better results with more probe points and a probe mounted where it can actually take the probe point of the majority of the bed.
@Eratzer Жыл бұрын
Thx, i got a skr mini v2 too. Saving me some trouble.
@Ako13693 жыл бұрын
great video!
@Giovanni28623 жыл бұрын
What are the plugins that you use?
@PigeonPrint3 жыл бұрын
I'm using Fluidd to run Klipper on a Raspberry Pi. docs.fluidd.xyz/ Hope this helps.
@djgaffey20092 жыл бұрын
Hi Mate, I am trying to use klipper and struggling to get the bltouch to co-operate, I get the error: Move out of range: 269.500 32.500 10.000 [0.000] I have copied what I have from my config below are you able to point out where I have gone wrong much appreciation in advance. Using Big tree tech skr mini e3 v3 [stepper_x] position_max: 245 [stepper_y] position_max: 250 [bltouch] sensor_pin: ^PC14 control_pin: PA1 x_offset: -47 y_offset: -8 z_offset: +2.35 stow_on_each_sample: False probe_with_touch_mode: True [bed_mesh] speed: 120 horizontal_move_z: 10 mesh_min: 51.50, 24.50 mesh_max: 222.50, 234.50 probe_count:3,3 algorithm: bicubic fade_start: 1 fade_end: 10 fade_target:0
@PigeonPrint2 жыл бұрын
Hello mate, at a quick guess I would say the 269.500 movement is outside of your "position_max:" so, going on that guess your BLTouch is on the left-hand side of your nozzle and you have a printer bed size of 250mm? If you look in your config file under [stepper_x] and [stepper_y] you will see a value called "position_max:" this is normally the size of your bed rather than the actual full movement of the axis. Klipper won't let you move over that "position_max:" value so with a Probe that is left or right of the nozzle you will have to change the "position_max:" to a higher number still within how far your printer can move, or depending on the design of the printer under [bed_mesh] you will see the values "mesh_min:" & "mesh_max:" these can be changed so it will only probe within the limmits of your "position_max:"
@djgaffey20092 жыл бұрын
@@PigeonPrint cheers mate yea I eventually figured it out after reading docs on klipper
@corey3123 жыл бұрын
great video, thank you! im having issues with my klipper install, when I home on mainsail interface I get no movement and an error message. I have an ender 3 pro with the 4.2.7 board and chose the ender 3 v2 printer config for that reason. I also have a bl touch that I have to use your video to help me install, would that be the reason im not getting any movement? any help would be amazing! cheers
@PigeonPrint3 жыл бұрын
Hey Corey, sorry for the late reply, can you let me know what error message you get? You may have an issue using the code from my config if you have not changed the pin numbers to match your mainboard.
@corey3123 жыл бұрын
@@PigeonPrint no worries at all, thank you for getting back to me. When I try homing it runs g28 then reads a error message saying "no trigger after movement on x" I'm assuming that means no end stop trigger, however the motors dont try to move or seem as if they are even powered up. All axis move as if the steppers are disabled.
@PigeonPrint3 жыл бұрын
@@corey312 Can you try moving the printer away for all the endstops and putting this into the console command line QUERY_ENDSTOPS It should come back as x:open y:open z:open if one of them is showing as closed you will need to flip the pin by ! infornt of the pin number in your Printer.cfg
@corey3123 жыл бұрын
@@PigeonPrint I'll give that a go now! Thank you
@corey3123 жыл бұрын
I get the message "x:TRIGGERED y:TRIGGERED z:open" no movement of the bl touch
@nuhwandahnu55493 жыл бұрын
Thanks for your vid, much appreciated.
@PigeonPrint3 жыл бұрын
Thank you, hope it helped!
@franzgoesmann87702 жыл бұрын
Hallo! seit einer Woche versuche ich die PIN´s für sensor_pin und conrol_pin zu ermitteln ich schaffe es nicht BOARD creality V2.2 ATmega 2560CPU
@PigeonPrint2 жыл бұрын
Hallo, können Sie mir mitteilen, auf was sie in Ihrer alten Marlin-Konfiguration eingestellt sind? Oder laden Sie einen Link und ein Foto hoch, wo sie angeschlossen sind, und ich werde sehen, ob ich eine Pin-Karte für das Board finden kann.
@franzgoesmann87702 жыл бұрын
@@PigeonPrint moment sofort
@franzgoesmann87702 жыл бұрын
@@PigeonPrint OK hier die Belegung! 2er Anschluss Schwatz Erdung , Weiß Z-min 3er Anschluss gelb Steuersignal. Rot 5V, braun oder so Erdung
@franzgoesmann87702 жыл бұрын
@@PigeonPrint oder ist mein Board wohl nicht kompatibel mit Klipper ich habe Board Creality V 2.2 nicht V 2.2.1
@PigeonPrint2 жыл бұрын
@@franzgoesmann8770 a, Ihr Board funktioniert mit Klipper. Creality hat einfach keine Pin-Map für Ihr Board, aber eine für Sie gefunden. Schauen Sie sich an, an welche Pin-Nummern Ihr BLTouch angeschlossen ist, finden Sie die Pins auf diesem Link und tragen Sie die richtigen Pin-Nummern in die Printer.cfg ein external-preview.redd.it/gCK_UjIfky1O9SxR03RogRuETqHudQwVys5JbvlcFKc.jpg?auto=webp&s=e185c950525313771d6a67a4f70b056c3db8ebfa Wenn Sie nicht weiterkommen, senden Sie mir einfach ein Foto Ihres Boards mit dem angehängten BLTouch per E-Mail und ich werde die Pin-Nummern für Sie ausarbeiten.
@SplitPhotography3 жыл бұрын
Having a ruff time finding what bl touch pins to set.. Have a cr10s with stock v1.0 board. Printer file i have set up with AR prefix, and all working, but need correct pins for bl touch. Heeelp 😁
@PigeonPrint3 жыл бұрын
Sure, happy to help! Does your board have a version number (normally printed in a white square on the bottom right of the PCB, Should say something like "Creality V2.4"
@SplitPhotography3 жыл бұрын
@@PigeonPrint i already told you. V1.0 😂 But found the right pin in the eeend. Thanks anyways!
@flyingskull3 жыл бұрын
sensor_pin: ^PC4 control_pin: PA2 -- u use PIN29 on the board in marlin before
@SplitPhotography3 жыл бұрын
@@flyingskull Nah your worng. This is correct. ^ar18=PD3 ar11=PB5
@antclabs76763 жыл бұрын
Thank you for your video :)
@lanypuspasari18683 жыл бұрын
Cant your share printer.cfg and macros.cfg?
@PigeonPrint3 жыл бұрын
I can, but it's only going to be of use if you have the same hardware. I have an SKR E3 mini V2. Happy to try and help you set up if you're using a different mainboard?
@lanypuspasari18683 жыл бұрын
I have an ender 3 v2 running klipper fw do you have a recommendation for a BLT or 3Dtouch version that is suitable for the stock mainboard ender 3 v 2 v4.2.2?
@PigeonPrint3 жыл бұрын
@@lanypuspasari1868 Personally I would go with a genuine Antclabs Bltouch as I have seen some 3DTouch with wildly different accrucy and strange pin out configettions, and the V3.1 is the most recent and straightforward to use. but the v4.2.2 will work with any of the probes like the CL Touch BLTouch, CR Touch or 3D Touch.
@someguy57663 жыл бұрын
Yeah I think I forgot to press save as on the mesh and that's why shit's been weird lmao
@PigeonPrint3 жыл бұрын
Oh I have done that too many times!! :)
@wilhelm11923 жыл бұрын
Nice video! For some reason everytime I try to home it does everything successfully except lower the Z-axis to probe the bed so I get a failed probing attempt. T_T
@PigeonPrint3 жыл бұрын
Hey Wilhelm, What mainboard do you have? sounds like the pins defined on the printer.cfg could de different from the ones being used by the BLtouch.
@pipalfen3 жыл бұрын
Спасибо за конфигурацию. Все просто и понятно. 👍
@PigeonPrint3 жыл бұрын
Спасибо!
@pipalfen3 жыл бұрын
@@PigeonPrint я вчера пол дня искал как это сделать на GitHub, klipper.org, viki. Не хрена толком не написано. Если не трудно подскажите z end stop: -??? Что поставить?? Спасибо 🙏🏻
@PigeonPrint3 жыл бұрын
@@pipalfen endstop_pin: probe:z_virtual_endstop (все одна строка) надеюсь, это поможет!
@pipalfen3 жыл бұрын
@@PigeonPrint klipper ругаться если эту строку ставишь. 😔
@GeneralHowToTutorials2 жыл бұрын
it looks like your bed is warped
@PigeonPrint2 жыл бұрын
Yep, slight warp in it. Nothing a probe cant deal with.
@Jonahmeans10243 жыл бұрын
Shouldn't you add the "endstop_pin: probe:z_virtual_endstop" under [stepper_z]? Edit: Actually I noticed you have it already in the z stepper block but people should now about that when first setting up a probe. Edit2: nvm, found your description 😅
@PigeonPrint3 жыл бұрын
Yes, I should really of have had that in the video. So, snuck it into the description. :)
@MyGreatCreation2 жыл бұрын
well that didn't work in octoprint
@PigeonPrint2 жыл бұрын
Sorry, I dont use Octoprint, so not sure what you would have to do differently.
@MyGreatCreation2 жыл бұрын
@@PigeonPrint I don't have that weird bed mesh thing you do
@devilik36922 жыл бұрын
how easily? "most printed ones will display in the description" ? description of f what ?
@PigeonPrint2 жыл бұрын
The description of the probe mounting bracket. most people who design a probe mount for a printer will include the XY offset from the nozzle in the description text about the part. For example here: www.thingiverse.com/thing:3584158 They include the offset information.