Welcome! Log In Create A New Profile

Advanced

Marlin, Anycubic, add button or option to lcd

Posted by jumbo125 
Marlin, Anycubic, add button or option to lcd
January 12, 2021 02:46AM
Hello

does anybody knows how i can add a button to the lcd menu of the anycubic i3 mega?
I tried to enable the custom user menu
#define CUSTOM_USER_MENUS
#if ENABLED(CUSTOM_USER_MENUS)
  #define USER_SCRIPT_DONE "M117 User Script Done"
  #define USER_SCRIPT_AUDIBLE_FEEDBACK
  //#define USER_SCRIPT_RETURN  // Return to status screen after a script

  #define USER_DESC_1 "Do the trick"
  #define USER_GCODE_1 "G91\nG0 z5\nG0 y10"
but, if i enable it, i can't use the SD card, because the printer shows "no SD Card insert"

I need only a tab in the menu
Re: Marlin, Anycubic, add button or option to lcd
January 12, 2021 03:14AM
Any cubic i3 mega uses a ANYCUBIC_LCD_I3MEGA LCD

This is serial smart touch screen / LCD. Marlin does not have the ability to change menus in this LCD. They are compiled in and and marlin say display menu X, of the built in menus

The only way to add menus is to edit the firmware on the LCD then add the code to Marlin.
Re: Marlin, Anycubic, add button or option to lcd, SDCard Type?
January 12, 2021 07:16AM
Okay. I see. Thank you

I tried to change some settings in the configuration.adv.
Do you know, which type i should use for the anycubic i3 mega?
Choice:

#define SDCARD_CONNECTION LCD
#define SDCARD_CONNECTION ONBOARD

Edited 1 time(s). Last edit at 01/12/2021 11:52AM by jumbo125.
Sorry, only registered users may post in this forum.

Click here to login