Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extruder not working when MKS 12864 Mini V3 enabled #165

Open
bschenke2 opened this issue Mar 8, 2022 · 12 comments
Open

Extruder not working when MKS 12864 Mini V3 enabled #165

bschenke2 opened this issue Mar 8, 2022 · 12 comments

Comments

@bschenke2
Copy link

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
Copy link
Collaborator

Does your new firmware board define V1.1?

@bschenke2
Copy link
Author

Yeah. I used the following to define the board:

#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_MKS_ROBIN_E3D_V1_1
#endif

@guitosi
Copy link

guitosi commented Jun 1, 2022

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

@bschenke2
Copy link
Author

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

@Vit220
Copy link

Vit220 commented Jun 21, 2022

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

@guitosi
Copy link

guitosi commented Jun 21, 2022

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
Copy link
Author

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
Copy link

Vit220 commented Jun 21, 2022

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
Copy link

I have same issue with my board

@bschenke2
Copy link
Author

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
Copy link

guitosi commented Jun 22, 2022

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
Copy link

Solution can be found here:
#MarlinFirmware/Marlin#24380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants