Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
This commit is contained in:
parent
5e834352a9
commit
58cfcd4239
33 changed files with 63 additions and 62 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <math.h>
|
||||
#include "Marlin.h"
|
||||
|
||||
#ifdef ENABLE_AUTO_BED_LEVELING
|
||||
#if ENABLED(ENABLE_AUTO_BED_LEVELING)
|
||||
#include "vector_3.h"
|
||||
|
||||
vector_3::vector_3() : x(0), y(0), z(0) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue