Wrong Bed Temps

Slicer

Cura 5.3 nacOS, Creality Slicer, ideamaker (really makes no difference)

What is the problem?

I have my bed temp set to 50.. right before the print starts, the temp immediately goes to 110, no matter the slicer I'm using. Only noticed it was doing something weird when I almost burned my arm on the bed and wondered why it was so hot.

What did you already try to solve it?

Double checked all temp settings in like 3 different slicers

Systeminfo Bundle

You can download this in OctoPrint's System Information dialog ... no bundle, no support!)

octoprint-systeminfo-20230704054622.zip (103.6 KB)

Example GCODE file

Please upload here, the forum supports file uploads of GCODE files

CE3E3V2_tire.gcode (2.3 MB)

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

OctoPi 1.0.0 OctoPrint 1.9.0
Ender-3 V2/S1 Professional Firmware 20230522
Browser Safari 16.4
macOS Ventura 13.3.1

Hello @Dale_Bryant !

You deleted the questions on safe mode.

Please do that at first.


Do you have some Gcode scripts in OctoPrint

grafik

Do you have some settings here:

If none of them, then please enable the serial.log, try a print and again share the systeminfo bundle.

I tried safe mode.. same thing

I also have no gcode scripts nor offsets on the temperature settings...

I did catch this section in the serial log where it went from 50 to 110:

2023-07-05 04:10:23,416 - Recv: echo:busy: processing
2023-07-05 04:10:24,414 - Recv: T:21.73 /0.00 B:50.22 /50.00 @:0 B@:16 W:0
2023-07-05 04:10:24,462 - Recv: ok N3 P15 B15
2023-07-05 04:10:24,472 - Send: N4 M117 [SP] Printing...58
2023-07-05 04:10:24,481 - Recv: ok N4 P15 B15
2023-07-05 04:10:24,485 - Send: N5 M113 S2
100
2023-07-05 04:10:24,490 - Recv: ok N5 P15 B15
2023-07-05 04:10:24,492 - Send: N6 M104 S099
2023-07-05 04:10:24,496 - Recv: ok N6 P15 B15
2023-07-05 04:10:24,498 - Send: N7 M140 S228
106
2023-07-05 04:10:24,502 - Recv: ok N7 P15 B15
2023-07-05 04:10:24,504 - Send: N8 M104 S228101
2023-07-05 04:10:24,509 - Recv: ok N8 P15 B15
2023-07-05 04:10:24,511 - Send: N9 M105
46
2023-07-05 04:10:24,518 - Recv: ok T:21.73 /228.00 B:50.22 /110.00 @:0 B@:16
2023-07-05 04:10:24,523 - Send: N10 M109 S228*81
2023-07-05 04:10:24,532 - Recv: T:21.73 /228.00 B:50.22 /110.00 @:0 B@:16 W:?
2023-07-05 04:10:25,266 - Recv: T:21.73 /228.00 B:50.22 /110.00 @:127 B@:127
2023-07-05 04:10:25,531 - Recv: T:21.71 /228.00 B:50.22 /110.00 @:127 B@:127 W:?
2023-07-05 04:10:26,529 - Recv: T:21.87 /228.00 B:50.27 /110.00 @:127 B@:127 W:?

I am uploading everything for you to peruse.

octoprint-systeminfo-20230704054622.zip (103.6 KB)

Please do not mix up the serial.log with the terminal output.

I was able to decipher this from the code:

M140 sets the bed temperature. Here to 228°C. The 110°C is the bed's limit.

You may check the start gcode section in your slicer.

And please put code snippets between code braces. Thing get lost else.
Format