am trying to do delta auto calibrate , i hit the bed level nothing happen but when i go and do G33 v3 it start the auto calib but it says after paused for user maybe for me to install the probe but how to resume in gcode ?>
you cannot resume in Gcode, but you can disable this in your marlin config.
#define PAUSE_BEFORE_DEPLOY_STOW
You need to // this out. Warning this means if you forget to add your probe it will carry on
1 Like
thank you for your help