Ender 3 v2 with Ender 2 Display Mod

Ender 3 v2 with Ender 2 Display Mod

thingiverse

I was really disappointed that the Ender 3 v2 Display does not work together with Octoprint. I stumbled upon https://www.youtube.com/watch?v=0JWddBiLQAU who explains how to use the old Ender 3 12864 Display on the Ender 3 v2 and decided to adapt it for an Ender 2 Display I stillhad. First, you will need to modify your firmware: ``` // Comment this line to disable the stock LCD //#define DWIN_CREALITY_LCD // Uncomment this line #define ENDER2_STOCKDISPLAY // Add these lines #if ENABLED(ENDER2_STOCKDISPLAY) #define DOGLCD_CS PB12 #define DOGLCD_A0 PB13 #define DOGLCD_SCK PC6 #define DOGLCD_MOSI PB15 #define BTN_EN1 PB10 #define BTN_EN2 PB14 #define BTN_ENC PB2 #define FORCE_SOFT_SPI #define LCD_BACKLIGHT_PIN -1 #endif ``` I redesigned the 12864 Display holder from https://www.thingiverse.com/thing:4744482 for the 12864 Mini which the Ender 2 uses. You will need the display holder from this design as well as the 12864_display_holder_4040_extrusion_slide-on_v3_cut.stl from https://www.thingiverse.com/thing:4744482 and glue the two pieces together. I had no problem with a print at 100%, but you might need to scale to 102% to get a good fit. The two pieces must be glued together with superglue. *Don't mind my ugly images. I had some extrusion problems during the print of this but wanted to get it done since its still functional.*

Download Model from thingiverse

With this file you will be able to print Ender 3 v2 with Ender 2 Display Mod with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Ender 3 v2 with Ender 2 Display Mod.