makerbase-mks / MKS-Robin-E3-E3D

MKS Robin E3 E3D 32Bit Control Board 3D Printer parts with tmc2209 Uart mode driver For Creality Ender 3 CR-10
https://www.aliexpress.com/item/4000781744682.html
GNU General Public License v3.0
117 stars 99 forks source link

Extruder not working when MKS 12864 Mini V3 enabled #165

Open bschenke2 opened 2 years ago

bschenke2 commented 2 years ago

I recently upgraded my board to a MKS Robin E3D V1.1 and had everything working fine with the factory Anet LCD Screen running Marlin bugfix_2.0.x. I decided to upgrade the LCD to a Makerbase MKS Mini 12864 V3. When I enable the features in the code to work the new screen, everything works fine except the extruder will no longer work. When I flash it back to the previous working firmware it works perfectly again. Below are the things I enabled for the new screen:

Enable: #define MKS_MINI_12864_V3 Enable: #define NEOPIXEL_LED

I also disabled the old screen when I added the new one.

Any ideas on where the problem may lie?

MKS-hosiey commented 2 years ago

Does your new firmware board define V1.1?

bschenke2 commented 2 years ago

Yeah. I used the following to define the board:

ifndef MOTHERBOARD

define MOTHERBOARD BOARD_MKS_ROBIN_E3D_V1_1

endif

guitosi commented 2 years ago

Boa tarde conseguiu resolver o problema, estou com o mesmo e nao consigo atualizar a firmware com esse MKS_MINI_12864_V3

bschenke2 commented 2 years ago

I have still not been able to resolve this. I'm currently still using my original LCD controller from my printer.

Vit220 commented 2 years ago

I have this problem too if disable SDSUPORT extruder work but i need work SDSUPORT too marlin 2.1 bugfix

guitosi commented 2 years ago

Atualmente estou usando octoprint para enviar arquivos já que o SDsuport precisa estar desabilitado, mas eu gostaria de poder usar o SD também.

bschenke2 commented 2 years ago

Does the SD card still work from the main board if this is disabled, or does it disable both the SD slot in the LCD board as well as the main board?

Vit220 commented 2 years ago

Does the SD card still work from the main board if this is disabled, or does it disable both the SD slot in the LCD board as well as the main board?

when disconnected SDSUPORT, the card does not work in any slot

almuneeb commented 2 years ago

I have same issue with my board

bschenke2 commented 2 years ago

I just tested mine with the SDSUPPORT disabled, and I'm still able to use the card slot on the main board. It kind of defeats the purpose of having the SD slot on the controller, but at least I'm able to print and use the new controller. I use OctoPrint for 95% of my prints anyways, so it's not a huge deal to me I guess.

guitosi commented 2 years ago

Acabei de fazer o teste, e na minha com sdsuporte desabilitado não consigo usar, pois nem aparece a opção no display, ou eu não estou sabendo configurar.

jesterhead82 commented 1 year ago

Solution can be found here:

https://github.com/MarlinFirmware/Marlin/issues/24380