Skip to content
Snippets Groups Projects
Commit 8f9262f3 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix path to _Statusscreen.h

parent 007c56f4
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
// This file must define STATUS_SCREENWIDTH and status_screen{0,1}_bmp. // This file must define STATUS_SCREENWIDTH and status_screen{0,1}_bmp.
// It can also define STATUS_SCREEN_X, STATUS_SCREEN_{BED,FAN}_TEXT_X and // It can also define STATUS_SCREEN_X, STATUS_SCREEN_{BED,FAN}_TEXT_X and
// STATUS_SCREEN_HOTEND_TEXT_X(i) to modify draw locations. // STATUS_SCREEN_HOTEND_TEXT_X(i) to modify draw locations.
#include "_Statusscreen.h" #include "../../../_Statusscreen.h"
#elif HAS_TEMP_BED #elif HAS_TEMP_BED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment