Basic Information:
Printer Model: Dremel 3D45
MCU / Printerboard: Duet 3 Mini 5+
Host / SBC Raspberry Pi 4
klippy.log klippy(30).log (3.2 MB)
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
The printer uses a fixed gantry, which can move the print head on the x and y-axis with a bed, which can be raised or lowered on the z-axis via a threaded screw. The probe is a micro-switch attached to the print head, which can be raised or lowered via a servo, which keeps it out of the way during printing. I am trying to set up the probe and screws_tilt_adjust commands. However, the probing operation is lowering the bed, rather than raising the bed towards the microswitch - It is moving in the wrong direction.
After completing, the probe operation (if I press the microswitch with my finger), the sample_retract operation commences, but this is moving the bed in the wrong direction as well. It is raising the bed, towards the micro-switch, rather than lowering it away. I have tried making the sample retract distance or the lift speed to negative, to correct the movement direction, but klipper won’t accept negative values. How do I resolve this issue?
The intended homing procedure and screws_tilt-adjust is as follows:
#1 The bed, x and y axis are homed, using sensor-less homing. The bed is moved to its lowest position using sensorless homing. (working)
#2 The screws_tilt_adjust command is run, and the bed is raised to 170mm, close to the print head. (working)
#3 The microswitch is lowered into position using the servo. (working)
#4 The bed is raised until the microswitch is pressed. (not working, the bed moves in the opposite direction)
#5 After the microswitch is pressed by the bed, the bed is retracted 5mm, downwards. Ready to take another reading from the microswitch (not working, the bed retracts upwards!)
#6 The bed is raised again, as per #4. (not working as #4)
#7 An average reading is taken, ready to move onto the next position. (not made it this far)
…