temp not changing after initial layer

Post Reply
Isaac_alaska
Posts: 48
Joined: 17 Nov 2014, 03:51

temp not changing after initial layer

Post by Isaac_alaska »

not sure why, but sometimes kisslicer seems to forget to tell the printer to change temps from "first layer temp" to "main temp"

anyone know why? i've fixed it once before but now i can't remember what i did. it was a line of code commented out somewhere in the gcode i believe
jondel
Posts: 1
Joined: 16 Nov 2014, 03:57

Re: temp not changing after initial layer

Post by jondel »

not sure why, but sometimes kisslicer seems to forget to tell the printer to change temps from "first layer temp" to "main temp"
Yes I have found this to happen as well.Under the N Layers Gcode tab put in M104 S230 or whatever your main temperature is and this will work.

Regards John
rob
Posts: 2
Joined: 08 Sep 2016, 10:34

Re: temp not changing after initial layer

Post by rob »

for those still looking at this, it appears to be in the 'Cool Same Ext' gcode tab:

entered in tab:

Code: Select all

; Cool it, no need to wait
M104 S<TEMP>
; --== End Reference ==--
generated code

Code: Select all

; Post-layer lift
G1 X139.98 Y119.44 Z0.03 E587.1829 F210
; END_LAYER_OBJECT z=-0.22
; Reset extruder pos
G92 E0
; BEGIN_LAYER_OBJECT z=0.030
;
; *** Cooling Same Extruder (1) to 235 C ***
; Cool it, no need to wait
M104 S235
; --== End Reference ==--
;
G92 E0
;
;
; 'Perimeter Path', 0.5 [feed mm/s], 10.0 [head mm/s]
Post Reply