To support rebasing 9axis_pull branch onto current upstream MarlinFirmware/Marlin/bugfix-2.0.x
Have I configured Marlin-9axis_pull for 8 axes
And tested with a Dummy hardware shaft.
All functions work.
I configured Marlin-9axis_pull for 9 axes.
I am getting compiler errors
Marlin > src > feature > tmc_util.cpp
445 #if AXIS_IS_TMC(P)
446 if (monitor_tmc_driver(stepperP, need_update_error_counters, need_debug_reporting))
447 step_current_down(stepperPM); <-------------> must be (stepperP )
448 #endif
Marlin > src > core > macros.h
LIST_INC_INC_16 was not declared in this scope [332,25]
Marlin > src > core > serial.cpp
identifier q is undefined C/C++ (20) [117,3]
q was not declared in this scoop [118, 160]
Marlin > src > gcode > config > M92.ccp
Q_AXIS was not declared in this scope
It seems if you choose 9 axes , ( P ) the 10th axis is also chosen ( Q )
Would you take a look at this, I can't figure it out.
Send the complete configuration to you.
Marlin-9axis_pull 9 Axis test.zip
To support rebasing 9axis_pull branch onto current upstream MarlinFirmware/Marlin/bugfix-2.0.x
Have I configured Marlin-9axis_pull for 8 axes
And tested with a Dummy hardware shaft.
All functions work.
I configured Marlin-9axis_pull for 9 axes.
I am getting compiler errors
Marlin > src > feature > tmc_util.cpp
445 #if AXIS_IS_TMC(P)
446 if (monitor_tmc_driver(stepperP, need_update_error_counters, need_debug_reporting))
447 step_current_down(stepperPM); <-------------> must be (stepperP )
448 #endif
Marlin > src > core > macros.h
LIST_INC_INC_16 was not declared in this scope [332,25]
Marlin > src > core > serial.cpp
identifier q is undefined C/C++ (20) [117,3]
q was not declared in this scoop [118, 160]
Marlin > src > gcode > config > M92.ccp
Q_AXIS was not declared in this scope
It seems if you choose 9 axes , ( P ) the 10th axis is also chosen ( Q )
Would you take a look at this, I can't figure it out.
Send the complete configuration to you.
Marlin-9axis_pull 9 Axis test.zip