Encapsulate RGB(W) LEDs
This commit is contained in:
parent
a98e9874db
commit
8fbb833de9
15 changed files with 530 additions and 380 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue