makerbase-mks / MKS-SGEN_L-V2

MKS SGEN_L V2.0 is powerful 32-bit 3D printer control board. The CPU is LPC1769 120MHZ, SGEN_L V2 hardware Integrated 4KB EEPROM, 5AXIS and dual Z interface, has 2 way FANs and Dc12/24V out interface, support TMC UART and SPI mode...
https://www.aliexpress.com/item/4001283346331.html?spm=a2g0o.store_home.slider_165457030.0
GNU General Public License v3.0
70 stars 28 forks source link

Mks sgenl v2.0 problem #28

Closed AlexejLach closed 3 years ago

AlexejLach commented 3 years ago

mks sgen l v2.0 stopped working drivers burned out. if i insert a new driver, they get very hot. lost connection with mks tft 35. Later I connect through the repeaterhost and everything works, but not the motors. As soon as I start moving the printer, the error and the connection is lost. please tell me what could be the problem? with mks gen l v1.0 board everything works!

mks-viva commented 3 years ago

Can you provide your motherboard's wiring picture or voides?

AlexejLach commented 3 years ago

unfortunately I have already removed the board from the printer! put the old mks gen l v1.0

AlexejLach commented 3 years ago

Can mks tft 35 work with mks gen l v1.0 board? I cannot get them to work

mks-viva commented 3 years ago

Can mks tft 35 work with mks gen l v1.0 board? I cannot get them to work

Of course! But you need set MKS TFT35's baudrate same as MKS Gen_L

AlexejLach commented 3 years ago

in marlin should I change something

mks-viva commented 3 years ago

MKS TFT35: In mks_config.txt file :

#baud rate (9600:1; 57600:2; 115200:3; 250000:4)
>cfg_baud_rate:4

MKS Gen_L(Marlin) in configuration file

/**
 * This setting determines the communication speed of the printer.
 *
 * 250000 works in most cases, but you might try a lower speed if
 * you commonly experience drop-outs during host printing.
 * You may try up to 1000000 to speed up SD file transfer.
 *
 * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
 */
#define BAUDRATE 250000

MKS TFT35 brudrate must same as MKS Gen_L