Page 1 of 1

Autobed leveling problem

Posted: Wed Apr 04, 2018 12:07 pm
by Ripoli
Hello, i have some problem with my Geeetech Prusa I3 Pro W. After configurating the autobed with this tutorial:
http://www.geeetech.com/wiki/index.php/ ... ing_Sensor
The home funktion works great. The Nozzle is walking to the mid and the sensor works great.
But if i start a print the nozzle walks down to the bottom and hits the plate. So why is he not checking the second time?

Re: Autobed leveling problem

Posted: Thu Apr 05, 2018 10:09 pm
by William
Have you tried to send G-code for a test
"M280 P0 S10"
"M280 P0 S90"
"M280 P0 S120"

Re: Autobed leveling problem

Posted: Sun Apr 08, 2018 6:44 am
by Shuflie
Just got my 3D touch installed today, had been sitting around in my spares box for about a month now. If you want the bed to be probed multiple times at each point in the bed levelling method you've chosen you need to tell the firmware to do that. A little bit below where you set the X, Y and Z offsets for the probe there is a line to do this, look for

//#define MULTIPLE_PROBING 2

Remove the // to uncomment this and with the above setting the points will all be probed twice, once at normal speed and the second time at half speed (this can be modified too if you want).

Hope this helps.