Browse Source

Include macros for delta ABC

Scott Lahteine 4 years ago
parent
commit
c4df5cf9a6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/module/delta.h

+ 1
- 0
Marlin/src/module/delta.h View File

@@ -26,6 +26,7 @@
26 26
  */
27 27
 
28 28
 #include "../core/types.h"
29
+#include "../core/macros.h"
29 30
 
30 31
 extern float delta_height;
31 32
 extern abc_float_t delta_endstop_adj;

Loading…
Cancel
Save