We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb9ba95 + 13732f1 commit 3228f9dCopy full SHA for 3228f9d
Firmware/Marlin_main.cpp
@@ -8625,7 +8625,7 @@ SERIAL_PROTOCOLPGM("\n\n");
8625
*/
8626
case 910:
8627
{
8628
- tmc2130_init();
+ tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
8629
}
8630
break;
8631
@@ -8692,7 +8692,7 @@ SERIAL_PROTOCOLPGM("\n\n");
8692
8693
tmc2130_mode = TMC2130_MODE_NORMAL;
8694
update_mode_profile();
8695
8696
8697
8698
@@ -8704,7 +8704,7 @@ SERIAL_PROTOCOLPGM("\n\n");
8704
8705
tmc2130_mode = TMC2130_MODE_SILENT;
8706
8707
8708
8709
8710
0 commit comments