Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarlinFirmware/Marlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d7c5e0e4aa8b04a30e4a12cd686a82e7f578190
Choose a base ref
..
head repository: MarlinFirmware/Marlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2bc6bb94a47d45ce59b4816d474cdedc7499ed92
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 Marlin/src/lcd/e3v2/proui/dwin.cpp
4 changes: 2 additions & 2 deletions Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
@@ -1472,7 +1472,7 @@ void DWIN_LevelingDone() {

// PID/MPC process

#if SHOW_TUNING_GRAPH && EITHER(DWIN_PID_TUNE, MPCTEMP)
#if SHOW_TUNING_GRAPH

#include "plot.h"

@@ -1527,7 +1527,7 @@ void DWIN_LevelingDone() {
DWINUI::Draw_Int(HMI_data.PopupTxt_Color, 3, gfrm.x + 90, gfrm.y - DWINUI::fontHeight() - 4, _target);
}

#endif // SHOW_TUNING_GRAPH && (DWIN_PID_TUNE || MPCTEMP)
#endif // SHOW_TUNING_GRAPH

#if DWIN_PID_TUNE