File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77- TMC debug mode: Changed openloopspeed command to use torque mode instead of raw PWM. Added new openloopspeedpwm to control raw PWM.
88- CAN bus corrected packet length when packet is sent as command
99- Corrected CAN speed preset in can bridge GVRET mode (savvycan works again)
10+ - Using interrupt transfer for TMC4671 encoder forwarding (Fixed again)
1011
1112
1213### Changes in 1.16:
Original file line number Diff line number Diff line change 88 * For more settings see target_constants.h in a target specific folder
99 */
1010
11- static const uint8_t SW_VERSION_INT [3 ] = {1 ,16 ,1 }; // Version as array. 8 bit each!
11+ static const uint8_t SW_VERSION_INT [3 ] = {1 ,16 ,2 }; // Version as array. 8 bit each!
1212#ifndef MAX_AXIS
1313#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports
1414#endif
You can’t perform that action at this time.
0 commit comments