Disable active hotend
-
Hello everyone. On my printer I want to be able to set a desired temperature manually before starting the print, and not modify it when I run the print. Which he doesn't do now. I have it set to temperature 0. and for example I manually set the hotend temperature to 10 degrees (it has a Peltier system). and when I send it to print it automatically changes it to 0, which is the standby temperature. Is there a way to eliminate that condition? Thank you
-
@falco22 most likely there is either a tool change command, or a temperature setting command, in the Gcode you are running. Please post a Gcode file that shows the problem. Please also send M115 in the console, and post the response for hardware and firmware version. Post your config.g, too.
Ian
-
@droftarts 115
FIRMWARE_NAME: RepRapFirmware for STM32F4 based Boards FIRMWARE_VERSION: 3.4.6_101 ELECTRONICS: STM32F4 FIRMWARE_DATE: 2023-08-01 13:29:03 -
@falco22 I can’t see any command to set either active or standby temperatures in config.g for the tool. So I think this is being set in the Gcode file. Note there is a difference between activating a heater in DWC, where the tool is not activated and the temperature is set manually, and activating a tool, which activates the heater as well, and sets the active and standby temperatures to those set by G10 (or M568) or M104/M109.
I doubt it’s relevant to this situation, but you are running the Team Gloomy port of RRF on a non-Duet board, so if the above doesn’t explain the behaviour, this may be one for @jay_s_uk .
Ian
-
@falco22 best post some sample gcode as suggested by @droftarts
-