You can download this in OctoPrint's System Information dialog ... no bundle, no support!)
WRITE HERE
Additional information about your setup
OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible
Printer CR6-SE, Cura, Latest Version of OctoPrint
Can you take a screenshot of the temperature graph which shows the 80 degree temperature?
The .gcode file you uploaded contains only commands to set the bed to 70 degrees at the beginning and 0 degrees at the end.
I suspect that the PID values for the bed are wrong but since this is a Creality printer, anything is possible. We should be able to help you tune the PID values after we see the graph.
I started in Safemode - Same behaviour.
What i noticed: Temp of bed is fine, then printer does Homing, where it sets the temp to 80, but does not set it back to original temp of 70.
Seems to be a problem of the printer?
CR6-SE with community Firmware
This is strange, how does the printer make a G28 into M140 S80 G28....
Does your printer have a 'smart/touch' screen? Smart screens are actually 'hosts' with their own programming.
Good question.
My printer has a touch screen.
I googled a bit: Looks like for my printer it is needed to set BedTemp after homing.
So i will adjust the start G-Code tomorrow and add some M140 after homing:
G28
M104 S{material_print_temperature_layer_0} ;new!
M140 S{material_bed_temperature_layer_0} ;new!