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.06k stars 19.16k forks source link

[BUG] (Marlin 2.0.9: Heating instead of cooling in display) #22210

Closed alcomys closed 3 years ago

alcomys commented 3 years ago

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

No, but I will test it now!

Bug Description

Display show bed and nozzle cooling instead of heating with new Marlin 2.0.9 Version 2.0.8 does not have this issue.

Bug Timeline

This is new for me

Expected behavior

Expect to show heating instead of cooling.

Actual behavior

Display show heating when cooling and vice verse

Steps to Reproduce

No response

Version of Marlin Firmware

2.0.9

Printer model

Anet A8 PLUS

Electronics

SKR V1.4

Add-ons

No response

Your Slicer

Cura

Host Software

Pronterface

Additional information & file uploads

No response

ellensp commented 3 years ago

What lcd? What exactly are you talking about? Pictures showing the issue? Please attach your configuration files.

alcomys commented 3 years ago

Showing the issue? if you read you know the problem, my printer have only one display! on that display it show when its heating and or cooling, but when the heater is cooling it show heating and vice verse. That's the problem

alcomys commented 3 years ago

Marlin.zip

ellensp commented 3 years ago

Configs says its a standard REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER and BOARD_BTT_SKR_V1_4 Which is good, as these are common components, so its easy to try and replicate.

I suspect your talking about the icon going solid or outline. In which case its this settings that controls wich icon is which #define STATUS_HOTEND_INVERTED // Show solid nozzle bitmaps when heating (Requires STATUS_HOTEND_ANIM)

alcomys commented 3 years ago

It shows the icon right, but only the text with the heating icon is not right. so when heating on the display say cooling but the temp is rizing, it looks like it is inverted

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.