Page 1 of 1

temp not changing after initial layer

Posted: 30 Mar 2015, 23:41
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

Re: temp not changing after initial layer

Posted: 31 Mar 2015, 01:02
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

Re: temp not changing after initial layer

Posted: 07 Oct 2016, 02:25
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]