From 29bc2aa1c049ec36f3cfa2936a15e8eee83f79fb Mon Sep 17 00:00:00 2001 From: Alex Shepherd Date: Mon, 1 Jun 2020 19:04:56 +1200 Subject: [PATCH] default to DISABLE_OUTPUTS_IDLE uncommented --- .../DCCInterface_TurntableControl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DCCInterface_TurntableControl/DCCInterface_TurntableControl.ino b/examples/DCCInterface_TurntableControl/DCCInterface_TurntableControl.ino index 74ccb36..c4a815a 100644 --- a/examples/DCCInterface_TurntableControl/DCCInterface_TurntableControl.ino +++ b/examples/DCCInterface_TurntableControl/DCCInterface_TurntableControl.ino @@ -26,7 +26,7 @@ #ifdef A4988_ENABLE_PIN // Uncomment the next line to enable Powering-Off the Stepper when its not running to reduce heating the motor and driver -//#define DISABLE_OUTPUTS_IDLE +#define DISABLE_OUTPUTS_IDLE #endif // By default the stepper motor will move the shortest distance to the desired position.