Closed tpups closed 1 month ago
I tried setting position_max: 230 for stepper_z in config then I used SET_KINEMATIC_POSITION Z=230 with the nozzle just touching to tell the machine it was at max Z. Then I ran M102 S-6 again with the hope that the machine thinking it was at max Z it wouldn't let it push the bed into the nozzle.
It still did it.
I have the BD sensor mounted 0.9mm above the nozzle.
With the nozzle 20mm above the bed, M102 S-2 returns BDsensor:Out of measure Range or too close to the bed
With the nozzle anywhere from ~0-3mm from the bed, M102 S-2 returns 0.0mm
It can tell when it's close to the bed, but it hasn't been calibrated. Calibration seems to be able to push my bed above the kipper-defined max z and damage the bed. So I can't calibrate it.
it seems the direction of the stepper_z is inverted. you can check that by SET_KINEMATIC_POSITION Z=10 G1 Z12 and to see if the direction of z axis is right?
it seems the direction of the stepper_z is inverted. you can check that by SET_KINEMATIC_POSITION Z=10 G1 Z12 and to see if the direction of z axis is right?
If I click +1 in klipper it moves up and -1 makes it move down. That may be backwards now that I think about it.
it seems the direction of the stepper_z is inverted. you can check that by SET_KINEMATIC_POSITION Z=10 G1 Z12 and to see if the direction of z axis is right?
Yes that was the problem! Silly mistake on my part. Thank you!
I have been following this guide to install bed distance sensor on an EBB36:
https://www.instructables.com/How-to-Install-BDsensor-on-EBB36-CAN-Board-3d-Prin/
The connection check succeeds. I move the bed so the nozzle is barely touching then send M102 S-6. The console says bd sensor is calibrating and not to turn off the printer. It slowly raises the bed, pushing the nozzle and hotend up further and further and flexing the linear rods. After several mm of movement I had to do an emergency stop.
What would cause this behavior?