Fix some include paths
This commit is contained in:
@ -37,7 +37,7 @@ FWRetract fwretract; // Single instance - this calls the constructor
|
||||
#include "../module/stepper.h"
|
||||
|
||||
#if ENABLED(RETRACT_SYNC_MIXING)
|
||||
#include "../feature/mixing.h"
|
||||
#include "mixing.h"
|
||||
#endif
|
||||
|
||||
// private:
|
||||
|
@ -38,11 +38,11 @@
|
||||
#include "../module/temperature.h"
|
||||
|
||||
#if ENABLED(FWRETRACT)
|
||||
#include "../feature/fwretract.h"
|
||||
#include "fwretract.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#include "../feature/runout.h"
|
||||
#include "runout.h"
|
||||
#endif
|
||||
|
||||
#include "../lcd/ultralcd.h"
|
||||
|
Reference in New Issue
Block a user