Hello,
I am compiling Marlin bugfix-2.0.x
for SKR v1.3 with TMC 2130, dual extruder
getting errors during compilation:
Compiling .pioenvs/LPC1768/src/src/gcode/bedlevel/mbl/M421.cpp.o
Marlin/src/feature/tmc_util.cpp: In instantiation of 'void tmc_status(TMC&, TMC_debug_enum) [with TMC = TMCMarlin<TMC2130Stepper, 'X', '0', (AxisEnum)0>]':
Marlin/src/feature/tmc_util.cpp:655:31: required from here
Marlin/src/feature/tmc_util.cpp:579:38: error: 'class TMCMarlin<TMC2130Stepper, 'X', '0', (AxisEnum)0>' has no member named 'get_pwm_thrs'; did you mean 'en_pwm_mode'?
uint32_t tpwmthrs_val = st.get_pwm_thrs();
There are other but are the same for Y, Z, E1, E2
Any suggestions?
thx
thanks a lot, commenting TMC_DEBUG worked
@biskero so this one is "fixed" ?
@boelle I think so! can I close it ?
oki, then i will do a close, you can always ask for a reopen should you find that its not fixed
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.