Shorter paths to HAL, ExtUI (#17156)
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#if ENABLED(MAX7219_GCODE)
|
||||
|
||||
#include "../../gcode.h"
|
||||
#include "../../../feature/Max7219_Debug_LEDs.h"
|
||||
#include "../../../feature/max7219.h"
|
||||
|
||||
/**
|
||||
* M7219: Control the Max7219 LED matrix
|
||||
|
@ -36,7 +36,7 @@
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
#include "../../../feature/power_loss_recovery.h"
|
||||
#include "../../../feature/powerloss.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -39,7 +39,7 @@
|
||||
#endif
|
||||
|
||||
#if ENABLED(PRUSA_MMU2)
|
||||
#include "../../../feature/prusa_MMU2/mmu2.h"
|
||||
#include "../../../feature/mmu2/mmu2.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
|
@ -25,11 +25,11 @@
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
|
||||
#include "../../gcode.h"
|
||||
#include "../../../feature/power_loss_recovery.h"
|
||||
#include "../../../feature/powerloss.h"
|
||||
#include "../../../module/motion.h"
|
||||
#include "../../../lcd/ultralcd.h"
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
#include "../../../lcd/extensible_ui/ui_api.h"
|
||||
#include "../../../lcd/extui/ui_api.h"
|
||||
#endif
|
||||
|
||||
#define DEBUG_OUT ENABLED(DEBUG_POWER_LOSS_RECOVERY)
|
||||
|
@ -25,7 +25,7 @@
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
|
||||
#include "../../gcode.h"
|
||||
#include "../../../feature/power_loss_recovery.h"
|
||||
#include "../../../feature/powerloss.h"
|
||||
#include "../../../module/motion.h"
|
||||
#include "../../../lcd/ultralcd.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#if ENABLED(PRUSA_MMU2)
|
||||
|
||||
#include "../../gcode.h"
|
||||
#include "../../../feature/prusa_MMU2/mmu2.h"
|
||||
#include "../../../feature/mmu2/mmu2.h"
|
||||
|
||||
/**
|
||||
* M403: Set filament type for MMU2
|
||||
|
Reference in New Issue
Block a user