Page 1 of 1

Extruder temperature setpoints not works

Posted: Sat Sep 06, 2025 6:32 am
by jterry
Today I've noticed that temperature setpoints placed in the process settings not works.

If I place (for example 210 for layer 1 and 195 for layer 2, all work is done with last setting (195)

S3D Recognizes them as are reflected in GCode's comments, but temperature commands are only at the beginning of file (no later changes in GCode, this is no a firmware/machine issue)

From GCode:

Code: Select all

;   stabilizeAtStartup,1
;   temperatureSetpoints,1|210,2|195
;   useIdleCooldown,0
..
..
M140 S60
M190 S60
M104 S195 T0   # Last temperature configured in process! This is at beginning of work.
M109 S195 T0   # Last temperature configured in process! This is at beginning of work.
G28 ; home all axes
Any idea / workaround that is not edit the gcode file?

Thanks.