I just printed a auto bedleveling upgrade for my Wilson. I went through Marlin to enable the settings, and I'm getting Compilation Errors.
It looks to me like there's an incorrectly declared function, but I can't find it. I'll probably spend the next several hours trying to narrow it down, but I wanted to see if anyone else has had this problem and/or has the solution that could save me hours of work!
Quote
Marlin_main.cpp: In function 'void do_blocking_move_to(float, float, float)':
Marlin_main.cpp:1086: error: expected primary-expression before '{' token
Marlin_main.cpp:1086: error: expected `;' before '{' token
Marlin_main.cpp:1096: error: a function-definition is not allowed here before '{' token
Marlin_main.cpp:1100: error: a function-definition is not allowed here before '{' token
Marlin_main.cpp:1109: error: a function-definition is not allowed here before '{' token
Marlin_main.cpp:1119: error: a function-definition is not allowed here before '{' token
Marlin_main.cpp:4626: error: expected `}' at end of input
It looks to me like there's an incorrectly declared function, but I can't find it. I'll probably spend the next several hours trying to narrow it down, but I wanted to see if anyone else has had this problem and/or has the solution that could save me hours of work!