|
@@ -221,7 +221,7 @@
|
221
|
221
|
#define E0_DIR_WRITE(STATE) L64XX_DIR_WRITE(E0, STATE)
|
222
|
222
|
#define E0_DIR_READ() (stepper##E0.getStatus() & STATUS_DIR);
|
223
|
223
|
#if AXIS_DRIVER_TYPE_E0(L6470)
|
224
|
|
- #define DISABLE_STEPPER_E0() do{ stepperE0.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
224
|
+ #define DISABLE_STEPPER_E0() do{ stepperE0.free(); }while(0)
|
225
|
225
|
#endif
|
226
|
226
|
#endif
|
227
|
227
|
#endif
|
|
@@ -241,7 +241,7 @@
|
241
|
241
|
#define E1_DIR_WRITE(STATE) L64XX_DIR_WRITE(E1, STATE)
|
242
|
242
|
#define E1_DIR_READ() (stepper##E1.getStatus() & STATUS_DIR);
|
243
|
243
|
#if AXIS_DRIVER_TYPE_E1(L6470)
|
244
|
|
- #define DISABLE_STEPPER_E1() do{ stepperE1.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
244
|
+ #define DISABLE_STEPPER_E1() do{ stepperE1.free(); }while(0)
|
245
|
245
|
#endif
|
246
|
246
|
#endif
|
247
|
247
|
#endif
|
|
@@ -261,7 +261,7 @@
|
261
|
261
|
#define E2_DIR_WRITE(STATE) L64XX_DIR_WRITE(E2, STATE)
|
262
|
262
|
#define E2_DIR_READ() (stepper##E2.getStatus() & STATUS_DIR);
|
263
|
263
|
#if AXIS_DRIVER_TYPE_E2(L6470)
|
264
|
|
- #define DISABLE_STEPPER_E2() do{ stepperE2.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
264
|
+ #define DISABLE_STEPPER_E2() do{ stepperE2.free(); }while(0)
|
265
|
265
|
#endif
|
266
|
266
|
#endif
|
267
|
267
|
#endif
|
|
@@ -298,7 +298,7 @@
|
298
|
298
|
#define E4_DIR_WRITE(STATE) L64XX_DIR_WRITE(E4, STATE)
|
299
|
299
|
#define E4_DIR_READ() (stepper##E4.getStatus() & STATUS_DIR);
|
300
|
300
|
#if AXIS_DRIVER_TYPE_E4(L6470)
|
301
|
|
- #define DISABLE_STEPPER_E4() do{ stepperE4.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
301
|
+ #define DISABLE_STEPPER_E4() do{ stepperE4.free(); }while(0)
|
302
|
302
|
#endif
|
303
|
303
|
#endif
|
304
|
304
|
#endif
|
|
@@ -318,7 +318,7 @@
|
318
|
318
|
#define E5_DIR_WRITE(STATE) L64XX_DIR_WRITE(E5, STATE)
|
319
|
319
|
#define E5_DIR_READ() (stepper##E5.getStatus() & STATUS_DIR);
|
320
|
320
|
#if AXIS_DRIVER_TYPE_E5(L6470)
|
321
|
|
- #define DISABLE_STEPPER_E5() do{ stepperE5.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
321
|
+ #define DISABLE_STEPPER_E5() do{ stepperE5.free(); }while(0)
|
322
|
322
|
#endif
|
323
|
323
|
#endif
|
324
|
324
|
#endif
|
|
@@ -338,7 +338,7 @@
|
338
|
338
|
#define E6_DIR_WRITE(STATE) L64XX_DIR_WRITE(E6, STATE)
|
339
|
339
|
#define E6_DIR_READ() (stepper##E6.getStatus() & STATUS_DIR);
|
340
|
340
|
#if AXIS_DRIVER_TYPE_E6(L6470)
|
341
|
|
- #define DISABLE_STEPPER_E6() do{ stepperE6.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
341
|
+ #define DISABLE_STEPPER_E6() do{ stepperE6.free(); }while(0)
|
342
|
342
|
#endif
|
343
|
343
|
#endif
|
344
|
344
|
#endif
|
|
@@ -358,7 +358,7 @@
|
358
|
358
|
#define E7_DIR_WRITE(STATE) L64XX_DIR_WRITE(E7, STATE)
|
359
|
359
|
#define E7_DIR_READ() (stepper##E7.getStatus() & STATUS_DIR);
|
360
|
360
|
#if AXIS_DRIVER_TYPE_E7(L6470)
|
361
|
|
- #define DISABLE_STEPPER_E7() do{ stepperE7.free(); CBI(axis_known_position, E_AXIS); }while(0)
|
|
361
|
+ #define DISABLE_STEPPER_E7() do{ stepperE7.free(); }while(0)
|
362
|
362
|
#endif
|
363
|
363
|
#endif
|
364
|
364
|
#endif
|