DCC-EX News

Announcing EX-Turntable 0.7.0

The DCC-EX team is pleased to share the next Beta version of EX‑Turntable with version 0.7.0 being released today. Please be aware that there are some changes in this version that may impact configuration options set, particularly for those using two wire stepper drivers such as the A4988, DRV8825, or TMC2208. Users with ULN2003 stepper drivers should not be impacted. NOTE If you are using the STEPPER_DRIVER option A4988_INV you will need to edit your configuration file, please see STEPPER_DRIVER and INVERT_ENABLE for more information.

An often requested feature has been added in this release, enabling single direction rotation to cater for stepper motors and/or gearboxes that have a lot of slop. Refer to ROTATE_FORWARD_ONLY and ROTATE_REVERSE_ONLY for more information on how to enable this.

In addition, the interactive serial console commands to EX‑Turntable have been expanded significantly, allowing for various testing, debug, display, and other options to be enabled or disabled via the serial console. Note that the test move command <steps activity> has been altered also as a result. Refer to Interactive Serial console commands for the complete list of commands and what they do.

Here is the summary of the changes in this release:

  • Fix bug where enabling sensor testing or debug output prevents compiling

  • Add interactive serial command C to initiate calibration

  • Add interactive serial command D to enable/disable debug output in serial console

  • Add interactive serial command E to erase calibration steps stored in EEPROM

  • Add interactive serial command H to initiate homing

  • Change movement command from <steps activity> to <M steps activity>

  • Add interactive serial command R to reset the EX-Turntable microcontroller

  • Add interactive serial command T to enable/disable sensor testing mode

  • Add interactive serial command V to display version and other system info

  • Add ability to force single direction rotation only for steppers with a lot of slop

  • Update AccelStepper library to v1.64 and remove need for modification

  • Enable inversion of direction, steps, and enable via config.h defines