Browse Source

Patch for _STEP_INIT

Scott Lahteine 5 years ago
parent
commit
e9ae585647
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/stepper.cpp

+ 1
- 1
Marlin/src/module/stepper.cpp View File

@@ -2142,7 +2142,7 @@ void Stepper::init() {
2142 2142
     if (!E_ENABLE_ON) E5_ENABLE_WRITE(HIGH);
2143 2143
   #endif
2144 2144
 
2145
-  #define _STEP_INIT(AXIS) AXIS ##_STEP_INIT
2145
+  #define _STEP_INIT(AXIS) AXIS ##_STEP_INIT()
2146 2146
   #define _WRITE_STEP(AXIS, HIGHLOW) AXIS ##_STEP_WRITE(HIGHLOW)
2147 2147
   #define _DISABLE(AXIS) disable_## AXIS()
2148 2148
 

Loading…
Cancel
Save