-
Notifications
You must be signed in to change notification settings - Fork 97
Set UART mode with tmc2208 tmc2209
makerbase edited this page Apr 21, 2020
·
2 revisions
- Use a jumper cap to short the SPI / UART side and the third pin. You can also check the silkscreen on the back of the motherboard about the Mode jumper settings
- Need to use UART mode axis, use jumper cap to connect accordingly
- We use TMC2209 Uart mode for X Y Z E0 axis, follows:
- Set DRIVER_TYPE in configuration.h file
- #define X_DRIVER_TYPE TMC2209
- #define Y_DRIVER_TYPE TMC2209
- #define Z_DRIVER_TYPE TMC2209
- #define E0_DRIVER_TYPE TMC2209
- Set CURRENT in configuration_adv.h file
- Search for HAS_TRINAMIC_CONFIG
- Set X Y Z E axis current, we are use default
- Hardware description
- Marlin firmware
- Configuring the hardware
- MKS Robin E3
- MKS Robin E3D
- MKS TFT24/35/70
- LCD12864/2004
- MKS MINI 12864 V3
- 3D Touch
- MKS PWC
- MKS UPS
- MKS FES
- Video Tutorials
- FAQ Tutorials