Creality3DPrinting / Ender-3

The Creality3D Ender-3, a fully Open Source 3D printer perfect for new users on a budget.
GNU General Public License v3.0
1.78k stars 655 forks source link

[Ender-3 (includes power failure resume- English)] Extending Filename Length for Ender 3 v2 Factory LCD #72

Open d42ohpaz opened 2 years ago

d42ohpaz commented 2 years ago

Good day!

I have a Creality Ender 3 V2 (4.2.2) with the factory LCD screen (i.e., in portrait mode with the selector knob). I would like to customize my firmware so that it (1) removes the file icon and (2) allows more characters to reach the true edge of the screen.

I do see that the Conditionals_LCD.h defines the LCD_WIDTH/LCD_HEIGHT, but I am unfamiliar with how to go about adjusting them (if at all) to achieve the effect I'm looking for. I also assume that I need to focus primarily on the _drawmenu_sd function for actually printing the filename? Or is there a better place to look?

Thank you.