Bed temperature always zero in gcode
Posted: 25 May 2024, 13:38
I must be doing something wrong since I am not finding other reports of it.
No matter what I set the bed temp to the following section of gcode always sets it to zero:
; *** G-code Prefix ***
;
G21
G90
M83
G28
;G32
M104 S245
M190 S0 ;<========= sets bed temp to zero
M109 S245
;
; *** Main G-code ***
Here's the prefix g-code, which I haven't changed. Nor have I added or changed any other custom g-code.
G21
G90
M83
G28
;G32
M104 S<TEMP>
M190 S<BEDTEMP>
M109 S<TEMP>
Any help is appreciated!
David
No matter what I set the bed temp to the following section of gcode always sets it to zero:
; *** G-code Prefix ***
;
G21
G90
M83
G28
;G32
M104 S245
M190 S0 ;<========= sets bed temp to zero
M109 S245
;
; *** Main G-code ***
Here's the prefix g-code, which I haven't changed. Nor have I added or changed any other custom g-code.
G21
G90
M83
G28
;G32
M104 S<TEMP>
M190 S<BEDTEMP>
M109 S<TEMP>
Any help is appreciated!
David