Skip to content

Commit 7f5b0b4

Browse files
committed
🩹 Define drawTrinamicConfigMenu
Followup to #25982
1 parent 60f74f3 commit 7f5b0b4

File tree

1 file changed

+3
-0
lines changed
  • Marlin/src/lcd/e3v2/proui

1 file changed

+3
-0
lines changed

Marlin/src/lcd/e3v2/proui/dwin.h

+3
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ void drawStepsMenu();
355355
void drawEditMeshMenu();
356356
#endif
357357
#endif
358+
#if HAS_TRINAMIC_CONFIG
359+
void drawTrinamicConfigMenu();
360+
#endif
358361

359362
// Custom colors editing
360363
#if HAS_CUSTOM_COLORS

0 commit comments

Comments
 (0)