Can I check for extruder temperature before running code
-
Is there a way to check for the extruder temperature before running a line of g-code. I want to check and see if the extruder is over 50C and if it is skip the G32 line in my start gcode. Does Duet support this functionality?
-
@abecker said in Can I check for extruder temperature before running code:
Is there a way to check for the extruder temperature before running a line of g-code. I want to check and see if the extruder is over 50C and if it is skip the G32 line in my start gcode. Does Duet support this functionality?
I don't think there is any conditional execution feature (yet).
JOOC what is the connection between the hot end and G32?
Frederick
-
On the SeeMeCNC Artemis it uses a strain gauge in the hotend for probing. If it is over 50C the hot end fan kicks on and triggers to strain gauge so it can't probe the bed.
-
@abecker said in Can I check for extruder temperature before running code:
On the SeeMeCNC Artemis it uses a strain gauge in the hotend for probing. If it is over 50C the hot end fan kicks on and triggers to strain gauge so it can't probe the bed.
Interesting.
Thanks.
Frederick