Macro / Gcode question
-
During a G32 bed leveling session I had a BLT deployment issue (Z height) which left an error condition on the probe. I have an "M280 P3 S160 I1" in my deployprobe.g to clear such a condition prior to probe deployment. So when I restart the process via G32, bed.g calls the deployprobe.g macro, which in my case should clear BLTouch errors. This is not working, what am I doing wrong ???
0_1550691836795_bed.g
0_1550691846982_deployprobe.g -
If you have two M280 commands in deployprobe.g, use a G4 delay command between them, to give the probe time to see the first command before you send the second.
-
You are correct again.....thanks