MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.17k stars 19.21k forks source link

[BUG] Bed heating pid is broken #23275

Closed ErsaFap closed 2 years ago

ErsaFap commented 2 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

Bed heating is off by 10 degress causing thermal protection cutoff. Bang mode works correctly.

Bug Timeline

Old

Expected behavior

Bed heats to 100C

Actual behavior

Bed heats to 90C

Steps to Reproduce

1 Open repetier host 2 Turn on bed heating to any temperature 3 The bed heats up to (tset - 10deg) and stabilizes 4 Thermal fault after 20 sec

Version of Marlin Firmware

2.0.x, 2.0.x bugfix, 2.0.9

Printer model

Flyingbear P902

Electronics

Bigtreetech SKR 1.3

Add-ons

RepRap discount smart controller

Bed Leveling

No response

Your Slicer

No response

Host Software

Repetier Host

Additional information & file uploads

Screenshot_5

ellensp commented 2 years ago

Do you have #define BED_MAXTEMP 90

ErsaFap commented 2 years ago

Do you have #define BED_MAXTEMP 90

I'm sad to read this. I am not imbecile. config.zip

Here is my config, I hope it will be useful

thisiskeithb commented 2 years ago

I'm sad to read this. I am not imbecile.

No one said that.

You didn't include your configs in the original report like the issue template requested, so we can only guess as to what the issue could be.

NezSez commented 2 years ago

I'm sad to read this. I am not imbecile.

He didn't mean to imply that, it's just normal good tshooting practice to rule out obvious/simple fixes first especially when going on minimal information.

ErsaFap commented 2 years ago

I'm sad to read this. I am not imbecile.

He didn't mean to imply that, it's just normal good tshooting practice to rule out obvious/simple fixes first especially when going on minimal information.

its ok. Don't worry about it . I found this problem has been around for a long time. Possible since version 2.0.6, Im not sure.

thisiskeithb commented 2 years ago

Duplicate of #21799

ErsaFap commented 2 years ago

Its not duplicate (I think), the regulator is doing great but target temperature is incorrect. It heats up to 90 degrees in 6 minutes. Power is enough. But it should heat up to 100.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.