Welcome! Log In Create A New Profile

Advanced

Ender-3 motors are not moving

Posted by wariz 
Ender-3 motors are not moving
November 09, 2020 06:04AM
recently upgraded my Ender 3 with a MKS GEN L V2 board and TMC2209 drivers, everything was working fine, but after changing my LCD screen to a one having sd card readerThis LCD and after re-flashing marlin 2.0 motors are were not moving at all, Even tough I try to auto home, I can move them freely with my hand. I suppose I messed up software because after many failed attempts I flashed This Marlin build, my motors started moving a little when auto home is pressed (wrong directions and after a little they would stop). Any suggestions? This is my Marlin Configurations




Thanks in advice
Re: Ender-3 motors are not moving
November 09, 2020 07:14AM
From the discord, where they also posted

you need to identify your controller
your github called MKS_GEN_L motherboard is set to BOARD_RAMPS_14_EFB not BOARD_MKS_GEN_L and the github you said moved a little is set to MKS_GEN_L_V2
so which do you actually have?
the reddit post say "Ender 3 with a MKS GEN L V2"
so you should have #define MOTHERBOARD BOARD_MKS_GEN_L_V2

in fact provided configuration in [github.com] is stock, not customized at all!

start with the config for an ender 3 with orrginal controller
and update motherboad to BOARD_MKS_GEN_L_V2
and go from there.
[github.com]

also make sure you disable CR10_STOCKDISPLAY and enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER so your dispaly works.

Edited 1 time(s). Last edit at 11/09/2020 07:37AM by Dust.
Sorry, only registered users may post in this forum.

Click here to login