Basic Information:
Printer Model: own construction (not ready yet)
MCU / Printerboard: Till now: 4x STM32G0B1 connected via CAN-Bus
Host / SBC: PI5
klippy.log
klippy.log (2.1 MB)
Describe your issue:
I am making this post for the 3rd time in 20minutes now…Somehow discourse marks my post as spam each time:
Your post was flagged as spam: the community feels it is an advertisement, something that is overly promotional in nature instead of being useful or relevant to the topic as expected.
I think it tries to drive me mad…
Now to my topic:
I’m about to build a printer with a Bed-Leveling-Sytem built out of 4 load cells under the printer bed (one each corner). The load cells are connected in parallel to a ADS1220 connected to a BTT SKR Mini E3 (STM32G0B1 processor).This Borad also drives the 4 Steppers (one each corner) for the printer bed. The Z-Endstop is a [load_cell_probe] sensor.
When homing Z, the Bed only goes up the value defined in [stepper_z] position_min where in my opinion (and on my modified Ender 5 with a Biqu microprobe is the case) it should be [stepper_z] position_max - [stepper_z]position_min.
I made 2 videos to show this, the first with
[stepper_z]
position_min: -50
It seems that links are not possible here ![]()
https://michael-gerber.de/Klipper/Video_posmin50mm.mkv
and the second one with
[stepper_z]
position_min: -20
It seems that links are not possible here ![]()
https://michael-gerber.de/Klipper/Video_posmin20mm.mkv
In the first Video at 0:32 and in the second at 0:26 there is a strange behaviour with the Z-Value. Starting at 480 it slowly lowers by 0.1mm and then jumps to zero and lowers to [stepper_z]position_min and I get the Error “No trigger on probe after full movement”
If I do the homing several times until the head is close enough to the bed it works. Here is the video of that as well: It seems that links are not possible here ![]()
https://michael-gerber.de/Klipper/Video_working.mkv
I want to put the [stepper_z]position_min to a value of -1 to prevent damaging the nozzle or bed in a later state.
Is this behaviour a bug in klipper?
What can I do to get my desired Value of -1mm for position_min?





