My printer does not have any auto-level sensor. But I would like to simplify the procedure for adjusting the plane of the table without having a sensor.
The printer itself on CoreXY and the table goes down. DUE 32-bit.
I'm trying to do this as follows:
In the firmware configurator on the site (version 1.0.0dev) in the section "Z-Probing"
I set up the "Z-probe pin" to "Z min endstop". (Z max I do not have)
"Probe height" = 0 so that in each of the three configured points, when the nozzle comes close to the table and the "Z min endstop" sensor is triggered, I would be able to slightly twist the position of the table and press it to the nozzle, manually setting the minimum gap.
And so take turns at each of the three points.
That is, it's certainly not a auto-level, but it's so much easier and faster to send the printer automatically to 3 points and manually align the table.
But there is a problem. It is necessary for the printer to stop at the end position when the "Z min endstop" is triggered so that I have time to align the table at each point. And now, after the "Z min endstop" is triggered, the printer immediately lowers the table, and then goes to the next point.
QUESTION. How to make the printer stop after the sensor has triggered and waited for the command to press the display encoder (Digital PIN 35).
That is, I run the auto-level from the menu, I wait for the printer to come to the first point and stop, I align the table manually, I click on the display encoder, the printer goes to the second point, etc.
Help me please.