Heater temperature drop when G30 command is executed
-
-
Your M558 command probably has a B parameter to stop heaters during the probing move.
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m558-set-z-probe-type
Bn If 1, turn off all heaters while probing, default (B0) leaves heaters on.
Sometimes heaters can cause magnetic fields which affect the probe.
-
@Karabox said in Heater temperature drop when G30 command is executed:
when I park my head through the G30 command, I see the temperature drop
G30
doesnโt affect temperatures. What happens to the temperature chart if you run aG30
from the command line?Do you call a macro like homeall.g, homez.g or similar when these drops occur? What physical setup do you use: maybe a tool changer?
-
-
-