ultimachine / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
3 stars 6 forks source link

class TMC2130Stepper has no member named 'hysterisis_low' #3

Closed Camble closed 6 years ago

Camble commented 6 years ago

Trying to compile the marlin-1.1.5-einsy0.5c branch using the TMC2130 Stepper library v2.2.1 and get the following error:

sketch\stepper_indirection.cpp: In function 'void tmc2130_init(TMC2130Stepper&, uint16_t, uint32_t, const float&)': stepper_indirection.cpp:184: error: 'class TMC2130Stepper' has no member named 'hysterisis_low' st.hysterisis_low(1); // HEND = -2 ^ exit status 1 'class TMC2130Stepper' has no member named 'hysterisis_low'

PatrikTheDev commented 6 years ago

I have this problem too

tonokip commented 6 years ago

changed to hysterisis_end 0acc4e8