Questions tagged [klipper]

For questions about Klipper Firmware

11 questions
4
votes
1 answer

Klipper doesn't seem to adjust Z after BED_MESH_CALIBRATE

My rig: Ender 3 BLTouch Octopi Klipper Solid bed mounts I've updated my start G-code from Cura to include a G29 right after G28 and my Klipper config has the following override for G29: [gcode_macro G29] gcode: BED_MESH_CLEAR …
ubiquibacon
  • 161
  • 1
  • 1
  • 6
3
votes
2 answers

Klipper: power on before homing

I'd like to force Klipper to perform power on (using M80) before homing. For this purpose I'm trying to override G28: [gcode_macro G28] rename_existing: G28_BASE gcode: M80 G28_BASE { rawparams } But for some reason this does not work, I'm…
2
votes
1 answer

What is the difference between Linear Advance and Pressure Advance

I've been trying to do some research on Linear Advance (LA) on Marlin and Pressure Advance (PA) on Klipper, and from my understanding the technology behind each is different, although also similar. If I understand what I have read correctly,…
user995551
  • 168
  • 7
2
votes
1 answer

Is it possible to store skew correction values in printer.cfg file in Klipper?

The Klipper documentation describes how I should apply skew correction: Print the test model (I printed this 100x100x100 3-dimensional model) Make the measurements (I have got about 0.5...0.6 mm errors at all of the axes) Send skew correction…
Roman Matveev
  • 253
  • 2
  • 8
2
votes
1 answer

Klipper firmware on OctoPi asks for MCU for flashing

I have Marlin firmware on an Anycubic Vyper 3D printer and I want to use Klipper. My Raspberry PI 3B runs OctoPi and I installed Klipper from Github. Now I want to flash Klipper, but when I select Raspberry Pi for flashing I get an error that…
Leder
  • 121
  • 2
2
votes
0 answers

Klipper on Ender 3 v2 wrong signals

I have very strange problem. Motors X and Z are messing up somehow. I mean if I try to home X only, Z moves also. And vice-versa. Y motor homes and moves normally. Board is stock E3v2 v4.2.2 with TMC2208. With Marlin everything is OK. Also, I'm not…
Minkoff
  • 21
  • 1
2
votes
1 answer

Steppers stuck with Klipper but work with Marlin

I replaced the fans of my ender 3v2 with Noctuas & Buck converters. During the replacement, I made a mistake and burnt the motherboard (shorted one of the fans). I replaced the motherboard, finished the wiring. The new motherboard is the Creality…
Mathieu VIALES
  • 293
  • 3
  • 13
2
votes
1 answer

Klipper BED_SCREWS_ADJUST and SKEW_PROFILE interaction

Klipper lets you define a skew profile that is loaded / unloaded on demand during START_PRINT / END_PRINT macros called during printing of a sliced file. This seems to be the recommended way to apply the skew in Klipper, in fact it is in the…
Sam T
  • 21
  • 4
1
vote
0 answers

Bigtree GTR V1.0 + M5 (Klipper) Can Klipper access my M5 expansion board?

Just a quick question, Does Klipper support Expansion Boards?
0
votes
2 answers

Creality Sprite Extruder custom install on Ender 3 Pro with TMC2208 and Klipper

I'm trying to set up a Creality Sprite Extruder on my Ender 3 Pro without using the kit (installing the extruder alone). I can see here that the extruder operates at 1.4VDC and 0.8A. I'm using TMC2208 and Klipper. How can I set my extruder's driver…
Pierre
  • 41
  • 4
0
votes
1 answer

"Unable to read TMC UART 'extruder' register IFCNT" - Klipper and Robin Nano

I'm trying to use software UART for TMC2209 steppers on a BigTreeTech v1.2 and apply that to my Robin Nano v.1.1 using Klipper firmware. I declared a different pin for every driver and I edit my printer.cfg in this way: [tmc2209 stepper_x] uart_pin:…
Borja
  • 101
  • 1
  • 1