Hardware 3 point bed leveling - steppers B & C disabling after G32 alow bed to fall out of level
After much troubleshooting I've discovered that after the bed levels steppers B and C disable and freewheel enough that my 12 lb (yes, 12 pound) bed slips down the lead screws. Is there an option in firmware to require all Z axis steppers to stay engaged after a G32 sequence?
RADDS v1.5 board on Due
RAPS128 Drivers
Currently 1.0.0dev firmware, 3 point mechanical hardware leveling with mini IR height sensor
SparkLabs - SparkCube XL modified printer
Thanks!
Comments
motor2->disable();
motor3->disable(); // now bed is even
Let me know if that was the problem, then I might need to think about a option for this. My printer has extra motors and steppers burn out if I don't disable them. So that might need an extra option.
//motor2->disable();
//motor3->disable(); // now bed is even
the G32 sequence Fails:
fatal:G32 leveling failed! Printer stopped and heaters disabled due to this error. Fix error and restart with M999
Maybe I'm missing a step to this, I'm not much of a coder.