Encapsulate RGB(W) LEDs
This commit is contained in:
@ -32,6 +32,10 @@
|
||||
#include "../module/planner.h"
|
||||
#include "../Marlin.h"
|
||||
|
||||
#if HAS_COLOR_LEDS
|
||||
#include "../feature/leds/leds.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* GCode line number handling. Hosts may opt to include line numbers when
|
||||
* sending commands to Marlin, and lines will be checked for sequentiality.
|
||||
|
@ -34,6 +34,10 @@
|
||||
#include "../../module/motion.h"
|
||||
#endif
|
||||
|
||||
#if HAS_COLOR_LEDS
|
||||
#include "../../feature/leds/leds.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* M109: Sxxx Wait for extruder(s) to reach temperature. Waits only when heating.
|
||||
* Rxxx Wait for extruder(s) to reach temperature. Waits when heating and cooling.
|
||||
|
Reference in New Issue
Block a user