|
TMC2130 and Marlin 1.1.9 January 24, 2019 04:50AM |
Registered: 6 years ago Posts: 7 |
In file included from sketch\stepper_indirection.cpp:40:0:
stepper.h:225: error: redefinition of 'class Stepper'
class Stepper {
^
In file included from sketch\stepper_indirection.cpp:1:0:
C:\Program Files (x86)\Arduino\libraries\Stepper\src/Stepper.h:83:7: error: previous definition of 'class Stepper'
class Stepper {
^
sketch\stepper_indirection.cpp: In function 'void reset_stepper_drivers()':
stepper_indirection.cpp:585: error: 'class Stepper' has no member named 'set_directions'
stepper.set_directions();
^
exit status 1
redefinition of 'class Stepper'
#define X_DRIVER_TYPE TMC2130 #define Y_DRIVER_TYPE TMC2130
thank you
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 06:26AM |
Admin Registered: 14 years ago Posts: 7,289 |
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 06:56AM |
Registered: 6 years ago Posts: 7 |
Quote
replicated your version of arduino 1.8.5 with TMC2130Stepper v2.3.0 and 2.5.0
[...]
Are you using the arduino app or the install or zip? (the app is known to be broken)
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 09:01AM |
Admin Registered: 14 years ago Posts: 7,289 |
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 09:13AM |
Admin Registered: 14 years ago Posts: 7,289 |
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 10:26AM |
Registered: 6 years ago Posts: 7 |
|
Re: TMC2130 and Marlin 1.1.9 January 24, 2019 10:47AM |
Registered: 6 years ago Posts: 7 |
#include < TMC2130Stepper.h > #include < TMC2130Stepper_REGDEFS.h > #include < TMC2130Stepper_UTILITY.h >