0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00

🩹 Define drawTrinamicConfigMenu

Followup to #25982
This commit is contained in:
Scott Lahteine 2023-07-01 18:20:36 -05:00
parent 60f74f3cb3
commit 7f5b0b4008

View file

@ -355,6 +355,9 @@ void drawStepsMenu();
void drawEditMeshMenu();
#endif
#endif
#if HAS_TRINAMIC_CONFIG
void drawTrinamicConfigMenu();
#endif
// Custom colors editing
#if HAS_CUSTOM_COLORS