Welcome! Log In Create A New Profile

Advanced

Tevo Tornado (MKS SGEN-L V1.0) unresponsive after firmware flash.

Posted by tornadoproblem 
Tevo Tornado (MKS SGEN-L V1.0) unresponsive after firmware flash.
November 17, 2021 10:53AM
I've been trying to add a Geeetech 3D Touch to my Tevo Tornado.
I flashed the printer with bugfix-2.0.x and everything went unresponsive, meaning I am no longer able to control the printer via the control box. Instructions regarding the tornado mostly cover MKS GEN-L, but not MKS SGEN-L and there isn't an example for it in the firmware. My current configuration is using #define CONFIG_EXAMPLES_DIR "Tevo/Tornado/V2 (MKS GEN-L)" and #define MOTHERBOARD BOARD_MKS_SGEN_L. (contradictory?)

Here's my current firmware: Configuration.h & Configuration_adv.h

I'm a complete newbie in configuring the firmware and have no idea how to proceed or what the true reason for my issue is.
My guess is that there some essential settings with the MKS GEN-L that are just wrong for the printer with an MKS SGEN-L board.

How would I go about fixing this issue?
Re: Tevo Tornado (MKS SGEN-L V1.0) unresponsive after firmware flash.
November 17, 2021 10:18PM
#define SERIAL_PORT 0 is for uart 0
but MKS SGEN-L has real usb serial, so it should be -1 for basic usb communications to work.

ie you need
#define SERIAL_PORT -1

Edited 2 time(s). Last edit at 11/17/2021 10:25PM by Dust.
Sorry, only registered users may post in this forum.

Click here to login