Help needed please bed temp going up

What is the problem?

my last couple of prints started well then the bed temp went to 110

What did you already try to solve it?

wouldnt know where to start

Have you tried running in safe mode?

no

Did running in safe mode solve the problem?

WRITE HERE

Systeminfo Bundle

WRITE HERE

Additional information about your setup

octoprint installed on raspian

WRITE HERE

M104 / M109 are commands for the extruder (hotend).
M140 / M190 are commands for the bed.

In the image you posted, Send: N5 M140 S200*98 tells the firmware to raise the bed temperature to 200. It appears that the bed maxes out at 110.

1 Like

Please try it again on safe mode.
It's probably caused by a misconfigured plugin.
Also please attach the systeminfo bundle

1 Like

hi thanks so what is telling the bed to raise the temperature the g code ?
thanks
martin
plugin_pluginmanager_console.log (14.7 KB)

Sorry, but you have been asked for systeminfo bundle.

You may check the settings in the slicers start gcode

1 Like

sorry
octoprint-systeminfo-20230304195945.zip (380.9 KB)

You also may have a look on the Octoapp. But this does not effect your issue.

2023-03-03 12:18:20,512 - octoprint.plugins.octoapp - WARNING - Failed to get webcam snapshot HTTPConnectionPool(host='192.168.0.107', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xa8a444c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-03-03 12:18:20,517 - octoprint.plugins.octoapp - WARNING - Failed to get webcam snapshot Invalid URL '': No scheme supplied. Perhaps you meant https://?

that was me forgot to turn the webcam on,

1 Like

what am i looking for .

G28 ;Home

G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up

That looks like a purge line before the print starts.

First, please try in safe mode, as @PrintedWeezl asked for.

If it does not help, please attach a zipped gcode file of what you want to print and that gives the issues.

1 Like

thank you for the help its much apreciated, im trying safe mode and so far everything is good.
Martin
ENDER_3_CONTROL_BOARD_FAN_INTAKE_NO_SCREW_NO_SUPPORT_v1.2.zip (340.2 KB)

The gcode file is ok, and as you noticed, it works ok in safe mode.

It's difficult to say, what plugin could be the culprit.
Finding this out can be a bit tedious.

You may start with manually disabling the second half of the plugins.
Is it ok then, the first half is ok. If not, disable the second half of the first half and try again.

thanks i'll give it a try .

1 Like

But only disable the 3rd party plugins

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.