-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
💄 Ender3v2 DWIN MarlinUI Landscape Improvements #23369
💄 Ender3v2 DWIN MarlinUI Landscape Improvements #23369
Conversation
Looks pretty nice. I might want to space out the X Y Z positions a little more. How does the layout look with two or three extruders, and with / without the heated bed? On a side-note, I have been meaning to add an indicator to show that the SD card is inserted / absent, and an indicator that bed leveling is enabled, by drawing the bed icon differently, perhaps with a different color, or with lines dividing the bed into 4 quadrants, or with colored triangles in the empty spaces left & right of the bed. |
Thanks. It still supports 2 extruders as it did before: the bed icon/text will be shifted further right to accommodate. I could probably do 3 and still have room for the bed, but the portrait mode definitely wouldn't be able to. In general the heaters are drawn conditionally, so without a heated bed, that whole column is skipped.
There's definitely some space to work with here. I remember you saying that about bed leveling before. It'd be an opportune time to add that, an sd card indicator and anything else useful in. Are there existing configuration defines for those? Would they be optional or just 'automagic,' it would happen automatically if the appropriate feature is enabled? |
I don't think they need to be configurable, but should just be part of the standard display behavior when SD card / leveling are on. I don't think anything needs to be added to the Someone had reported that fonts were acting strangely with E3V2 CrealityUI, so it might be a good time to check the integrity of the |
d262483
to
e3d97d5
Compare
e3d97d5
to
f060f3b
Compare
Btw |
The issue with the stock font is that it is missing the special characters that Marlin UI uses for degree, feedrate, and menu up/select. So while the stock font might work for the stock UI and derivatives, we need the Marlin font for Marlin UI. The comment regarding some fonts being wider than others is just plain false, unfortunately. The dwin displays all characters at a fixed width. The content of individual glyphs might be narrower but that just means there's an appearance of more space between glyphs. In the issue pictured, I suspect the menu item jpg is overlapping the left of the first font glyph a bit. With the stock font it may not be an issue but it's likely still getting covered a bit (it's just the content of the glyph is narrower) |
Nice, that's pretty much exactly the bed icon I had in mind. Yes, I did mess with those colors a bit. Whatever your eyedropper tool says is likely correct, but I'll check in Inkscape and see what the exact value is. |
Here are my SVG files in their current state… icon-svg.tar.gz |
That still doesn't match what's actually in the DWIN_SET in the config repo 😆 . The bed and hotend off aren't filled any there. Oh well, I think I got close enough in any case. I'll put the 'current' set of SVGs in |
I've added what should be the source SVGs for the current icons to The next commit adds in the bed leveling status icons and keeps Also worth noting: icon 16 (bedline) was missing from the DWIN_SET 4.ICO icons in the config repo. This broke I've added it back in along with the two new icons. We are getting really close to the 96kB limit (3 'spaces' at 32kB each) for this icon file before we have to start shuffling assets around again (currently 93kB). |
I have work scattered around on a few computers, so I'll see if I can find the latest stuff. |
cc92a7a
to
2ded50b
Compare
If all is well here, I'll get this merged and bring the |
I'm happy where it's at and I think it's an improvement over the current setup. I've even implemented the bed leveling icons for DOGM now so that my ender 3 pro's 12864 display has a similar setup. I didn't realize how much I'd like that feature until I didn't have it! I can PR that too if there's interest. I'll do some final testing this weekend and verify nothing got jostled during the clean up and merges. |
Oh yeah, that would be a great PR. I know many would appreciate the extra info on the screen.
Great. I look forward to merging this for 2.0.9.4 and getting it out to the masses. Cheers! |
@thinkyhead I had a chance to build this again with the latest merges and all is well. I also tested portrait mode to be sure nothing was inadvertently broken there either. Please merge when ready. |
Do you have a new |
@thisiskeithb — I'd suggest that the "please merge" label should be reserved for things that fix urgent bugs, not just for non-critical PRs that are ready for another - maybe final - review. There is no urgency here, and this particular improvement should not be merged until a new |
Add icons to 4.ICO: - 16-ICON_BedLine (removed in error previously) - 17-ICON_BedLevelOff (new for MarlinFirmware/Marlin#23369) - 18-ICON_BedLevelOn "
|
* 🐛 Fix Artillery Ruby (startup code, build flags) (MarlinFirmware#23446) * 🎨 Misc. cleanup, comments * 📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 (MarlinFirmware#23461) * 🌐 Localize E3V2 Enhanced UI (MarlinFirmware#23424) * 📌 LCD_FOR_MELZI for BTT E3 RRF (MarlinFirmware#23453) * [cron] Bump distribution date (2022-01-07) * [cron] Bump distribution date (2022-01-08) * 🚸 Do G34 "Z Backoff" at full current * [cron] Bump distribution date (2022-01-09) * 🔨 Get FIRMWARE_BIN from env * ✨ Firmware Upload via Binary Transfer (MarlinFirmware#23462) * 🩹 Reset DWIN CrealityUI print progress on start (MarlinFirmware#23481) * 🐛 Fix EEPROM_INIT_NOW build hash test (MarlinFirmware#23479) * 🚸 BLTouch HS menu item for DWIN Enhanced UI (MarlinFirmware#23480) * 🔨 Rename (not copy) with board_build.rename * 📌 Improve Longer3D fan PWM (MarlinFirmware#23477) * 🌐 Update Slovak language (MarlinFirmware#23475) * 🚑️ Fix preheat target bug Fixes Jyers#1651 * 🌐 Update auto home axis strings * [cron] Bump distribution date (2022-01-10) * 🚸 Include extra axes in position report (MarlinFirmware#23490) * 🧑💻 Fewer string macros * 🎨 Followup to MarlinFirmware#23462 * 🩹 Fix some logical axis usage * 🚸 Wait for cooldown in MarlinUI power-off (MarlinFirmware#23476) * [cron] Bump distribution date (2022-01-11) * 📝 kHz => KHz * 🧑💻 Adjust FastIO AVR timer enums, macros * 🎨 Misc. spindle/laser adjustments * [cron] Bump distribution date (2022-01-12) * 💡 Misc. cleanup, comments * 🧑💻 Move PB0 init for MKS_ROBIN_NANO * 🐛 Fix Arduino build issues (MarlinFirmware#23510) * 🚑️ Fix M105 regression (MarlinFirmware#23505) Fixes MarlinFirmware#23504 * 🐛 Fix SHOW_REMAINING_TIME compile (MarlinFirmware#23503) * 🚸 Fix E3V2 Enhanced UI time labels (MarlinFirmware#23502) * 📝 KHz => kHz (MarlinFirmware#23512) * 🐛 Fix, improve PWM on AVR (MarlinFirmware#23463) * [cron] Bump distribution date (2022-01-13) * [cron] Bump distribution date (2022-01-14) * 🧑💻 Misc. updates for extra axes (MarlinFirmware#23521) * 🩹 Followup to extra axes * 🔨 Set upload_command for CHEETAH v20 (MarlinFirmware#23515) * 🔧 Skip unused axis names * [cron] Bump distribution date (2022-01-15) * [cron] Bump distribution date (2022-01-16) * 🐛 Fix, improve PWM on AVR (MarlinFirmware#23520) * ⚡️ SPI+DMA+interrupt method (STM32 / MKS UI) (MarlinFirmware#23464) * ✨ Z Offset Wizard for TFT_LVGL_UI (English) (MarlinFirmware#23489) * 🩹 Fan speed followup * 💄 MarlinUI+DOGM leveled bed bitmaps (MarlinFirmware#23539) * 🐛 Fix PLR for E3V2 Enhanced UI (MarlinFirmware#23543) * 🐛 Fix Ultimain 2 E-autofan pin mapping (MarlinFirmware#23466) * 🐛 Finish and organize temp sensors (MarlinFirmware#23519) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-01-17) * 🚸 Suppressible pin warnings (MarlinFirmware#23530) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 💄 Improve Ender3 v2 DWIN MarlinUI (MarlinFirmware#23369) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-01-18) * ✨ Long filename open/create/write (MarlinFirmware#23526) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🔨 Suppressible CONFIGURATION_EMBEDDING warning (MarlinFirmware#23545) * 💥 Generalize extra debugging * 🐛 Fix Octopus v1.x probe pin (MarlinFirmware#23548) * 🐛 Fix RAMPS 1.4 Plus EXP headers (MarlinFirmware#23523) * 📌 RAMPS AUX 1-2 headers (MarlinFirmware#23544) * [cron] Bump distribution date (2022-01-19) * 🐛 Fix conditional M81 suicide (MarlinFirmware#23549) * 🎨 Misc. style and cleanup * 🎨 LCD_SCREEN_ROT_* => LCD_SCREEN_ROTATE * 📝 Tweak G26 Q description * 🩹 Fix Robin Nano BOARD_INIT * 🧑💻 Add chmod to mfprep * [cron] Bump distribution date (2022-01-20) * 🩹 BOARD_INIT followup * 🩹 Fix power.h compile (MarlinFirmware#23573) * [cron] Bump distribution date (2022-01-21) * ♻️ Adjust LCD init, contrast default, settings load * 🐛 Fix LCD contrast/brightness init (MarlinFirmware#23567) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🧑💻 Fix up some AUX / EXP pins (MarlinFirmware#23577) * [cron] Bump distribution date (2022-01-22) * 🔨 Creality RCT6 (256K) variants (MarlinFirmware#23599) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🩹 Fix DWIN float debugging (MarlinFirmware#23601) * 🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (MarlinFirmware#23593) * 🐛 Fix DGUS_Reloaded G-code execution (MarlinFirmware#23592) * ⚡️ Tuned Thermistor 66 (T-D500) (MarlinFirmware#23585) * [cron] Bump distribution date (2022-01-25) * 🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU * ✏️ Fix MKS enum * ✅ FYSETC TFT81050 CI Test (MarlinFirmware#23604) * ✨ BOARD_CREALITY_V24S1_301 (MarlinFirmware#23620) Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> * [cron] Bump distribution date (2022-01-26) * 🚸 Better "Bed Tramming Done" dialog (MarlinFirmware#23616) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 📝 Update Creality 4.2.2 driver warning * 🐛 Fix SPI DMA and default mode (MarlinFirmware#23627) Followup to MarlinFirmware#23464 * [cron] Bump distribution date (2022-01-27) * 🧑💻 Simplify Fast PWM timer macros * [cron] Bump distribution date (2022-01-28) * 🐛 Fix EZBoard V2 timer conflict (MarlinFirmware#23648) * 🐛 Fix AVR 644/1284 Timer / PWM conflicts (MarlinFirmware#23629) * 🐛 Fix FYSETC S6, S6 V2 Serial RX pins (MarlinFirmware#23642) * [cron] Bump distribution date (2022-01-30) * 🐛 Fix EZBoard V2 Environment for OpenBLT (MarlinFirmware#23659) * [cron] Bump distribution date (2022-02-01) * 🐛 Fix M852 report (MarlinFirmware#23660) * 🔧 Board temp sensor check * 🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (MarlinFirmware#23590) * [cron] Bump distribution date (2022-02-02) * 🐛 Creality v4 cleanup, pin correction (MarlinFirmware#23666) * 🔧 Sanity-check AVR D9 Fan PWM / SPEAKER Timer2 (MarlinFirmware#23672) * [cron] Bump distribution date (2022-02-04) * 💡 Comment variant timers * 🍻 STM32 set_pwm_duty "on/off" for digital pins (MarlinFirmware#23665) * 🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (MarlinFirmware#23646) * 🧑💻 Relocate a variant * ✨ Add ZRIB v53, patch G35 Z drop, related issues (MarlinFirmware#23636) * 📌 Distinct BOARD_CREALITY_V422 (MarlinFirmware#23674) * [cron] Bump distribution date (2022-02-05) * ✨ SAMD51 Bricolemon / Bricolemon Lite boards (MarlinFirmware#23658) * 🐛 Fix Index Mobo Rev03 upload (MarlinFirmware#23676) * 🩹 Init brightness/contrast later (MarlinFirmware#23645) * 🚨 Deprecate Maple build (MarlinFirmware#23661) * 🩹 Prevent Z error with UBL + Park unscaled E move (MarlinFirmware#23568) * 🐛 Fix dual MAX31865 initialization issues (MarlinFirmware#23496) * 🔨 Clean up upload.py (MarlinFirmware#23679) * 🚸 Enhanced UI => Professional UI - with updates (MarlinFirmware#23624) * 🐛 Fix missing u8g_esp32_spi (MarlinFirmware#23562) * [cron] Bump distribution date (2022-02-06) * 🐛 Fix init of delta safe height (for G29, G33, etc.) (MarlinFirmware#23622) * [cron] Bump distribution date (2022-02-07) * 🧑💻 Generic Maple STM32F103RC envs for devs (MarlinFirmware#23686) * 🚨 Cleaner errors for renamed envs (MarlinFirmware#23690) * 🩹 Fix Maple HAL compile errors (MarlinFirmware#23685) * PLR accessors for Ext UI (MarlinFirmware#23687) * [cron] Bump distribution date (2022-02-08) * 🔧 Update MIXING_EXTRUDER sanity checks Fixing MarlinFirmware#23693 * ✨ Optional HOST_STATUS_NOTIFICATIONS (MarlinFirmware#22833) * 🧑💻 Drop hostui.flag * [cron] Bump distribution date (2022-02-09) * 🚸 Restore active tool after ABL G29 (MarlinFirmware#23692) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Fix, Improve Power-Loss Recovery (MarlinFirmware#22828) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * [cron] Bump distribution date (2022-02-10) * 🐛 Fix XYZEval::set(XY, Z) and (XY, Z, E) (MarlinFirmware#23704) Fix regression in MarlinFirmware#21953 Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🩹 Simplify quick homing feedrate (MarlinFirmware#23714) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🧑💻 Wrap MMU1 pins * ✨ Pxmalion Core i3 (MarlinFirmware#23711) * 🎨 Misc. DGUS cleanup * [cron] Bump distribution date (2022-02-11) * 💥 Change 'M42 M' to 'M42 T' * 🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (MarlinFirmware#23718) * ✏️ Fix E3V2 display with BTT SKR Mini E3 v3 (MarlinFirmware#23719) * ✨ More Nozzle Park move options (MarlinFirmware#23158) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-12) * 🔧 HAS_LCDPRINT conditional * 📝 Update conditionals descriptions * ♻️ No ui.reinit_lcd on any ExtUI (MarlinFirmware#23722) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-14) * 🐛 Fix XATC divide-by-zero (MarlinFirmware#23743) * ♻️ Rename XATC z_values => z_offset * [cron] Bump distribution date (2022-02-16) * 🧑💻 Update MightyBoard FET pins (MarlinFirmware#23728) * [cron] Bump distribution date (2022-02-17) * 🐛 Patch Creality RAMPS FET / FAN pins Improvement for multi-hotend setup by TH3D. * [cron] Bump distribution date (2022-02-18) * 🐛 Fix HAS_TMC26X feature path (MarlinFirmware#23757) * 🚨 Fix TEMP_SENSOR_BOARD warnings (MarlinFirmware#23754) * ✏️ Fix getLFNName parameter (MarlinFirmware#23752) * ♻️ Refactor HAL as singleton (MarlinFirmware#23357) * [cron] Bump distribution date (2022-02-19) * 📌 Creality RAMPS optional SD_DETECT_PIN (MarlinFirmware#23740) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ⚡️ Apply PTC on all probing (MarlinFirmware#23764) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📝 Update Toolchange FS comments * ✨ Dyze Design PT100 Amplifier Board (MarlinFirmware#23760) * 🔧 Warning for MK3_FAN_PINS (MarlinFirmware#23727) * 🔨 Workspace file with recommendation * 🐛 Fix TMC26X CS pins init (MarlinFirmware#23778) * 🐛 Ibid. * [cron] Bump distribution date (2022-02-22) * 🔨 More renamed.ini envs (MarlinFirmware#23786) * [cron] Bump distribution date (2022-02-23) * 🎨 Move PROPORTIONAL_FONT_RATIO * [cron] Bump distribution date (2022-02-25) * 🐛 Fix steps-to-mm with backlash (MarlinFirmware#23814) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp (MarlinFirmware#23810) * ✨ MKS Robin Nano 3.1 (MarlinFirmware#23795) * 📺 BTT SKR Mini E3 with Fysetc V2.1 / MKS V3 / BTT V1 Mini 12864 (MarlinFirmware#23793) * 🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check (MarlinFirmware#23807) * ✨ LCD Backlight Timer (MarlinFirmware#23768) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-27) * ✨ M21 P / S / U - Select Volume (MarlinFirmware#23780) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-28) * 🌐 Update German language (MarlinFirmware#23832) * 🔨 Fix 'renamed' env (platform = ststm32) (MarlinFirmware#23831) * 🐛 Fix backlash applied steps when config changes (MarlinFirmware#23826) Followup to MarlinFirmware#23814 * 🚨 Fix BLTouch 5V pin tolerance checks (MarlinFirmware#23823) * ⚡️ E3V2 blank bg for S1 compatibility (MarlinFirmware#23822) * ✨ Weedo 62A Tina2 / Monoprice Cadet (MarlinFirmware#23817) * [cron] Bump distribution date (2022-03-02) * 🐛 Fix M_State_grbl when G29 calls G28 * 🚸 Universal X_AXIS_TWIST_COMPENSATION (MarlinFirmware#23828) * 🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable * ⚡️ Use seen_test in `M422` * [cron] Bump distribution date (2022-03-03) * 🚸 12345.6 num-to-string * 🩹 Improve and apply XATC reset() (MarlinFirmware#23840) * 🐛 Emergency Parser with STM32 Mass Storage (MarlinFirmware#23827) * 🔧 Mark Thermal Variance Monitor EXPERIMENTAL * ✏️ num-to-string followup * [cron] Bump distribution date (2022-03-05) * 🚸 TH3D EZBoard V2 TMC slave addresses (MarlinFirmware#23857) * 🚸 Improve M422 error messages * 🩹 Fix 'hdsl' warning * [cron] Bump distribution date (2022-03-11) * 🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI Followup to MarlinFirmware#23624 * 📝 Update laser/spindle docs link (MarlinFirmware#23886) * 🐛 Fix UI include Followup to ~2 * fix g29 (MarlinFirmware#23887) * 🚸 Update Ender3 V2/S1 Pro UI (MarlinFirmware#23878) * 🐛 Restore STM32 / STM32F1 12-bit ADC (MarlinFirmware#23871) * 🚸 Fix, extend X Axis Twist Compensation (MarlinFirmware#23745) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📌 Fix, extend Index Rev03 Mobo (MarlinFirmware#23851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 M401 H - Report BLTouch HS State (MarlinFirmware#23724) * 🧑💻 STM32G0Bx : Use PLLQ for USB clock (MarlinFirmware#23870) * [cron] Bump distribution date (2022-03-12) * 🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI * 🐛 Fix UBL 'G29 Q1' bug * 🌐 Fix, add some menu labels (MarlinFirmware#23895) * 🧑💻 Add standard BUZZ types * 🩹 Fix FSTR / PSTR usage * 🐛 Fix Chiron new TFT SD print after reset (MarlinFirmware#23855) * 🔨 Drop extraneous build flag (MarlinFirmware#23862) * [cron] Bump distribution date (2022-03-13) * ⚡️ G12 - Only require used axes to be homed (MarlinFirmware#23422) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Test LIN_ADVANCE in a pins file * 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment * 📝 Fix X2_MAX_POS comment (MarlinFirmware#23873) * 🩹 Fix ExtUI build with Host Keepalive disabled (MarlinFirmware#23898) * 🐛 Fix STM32F1 HAL build (MarlinFirmware#23897) Followup to MarlinFirmware#23357 * 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (MarlinFirmware#23885) * 🩹 Fix DWIN E3V2 display issues by allowing re-init (MarlinFirmware#23879) * [cron] Bump distribution date (2022-03-14) * 🐛 MKS TinyBee - 2.5V ADC Vref (MarlinFirmware#23903) * [cron] Bump distribution date (2022-03-18) * 🩹 Fix redundant var declaration (MarlinFirmware#23913) * ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (MarlinFirmware#23867) * 🩹 Fix xatc EEPROM debug (MarlinFirmware#23911) * ✨ ESP32 - Hardware PWM for fan, cutter, servos (MarlinFirmware#23802) * 📌 PandaPi V2.9 – Standalone mode (MarlinFirmware#23908) * [cron] Bump distribution date (2022-03-19) * ✏️ Misc. cleanup * ✨ Encoder button noise filter (MarlinFirmware#23925) * [cron] Bump distribution date (2022-03-21) Co-authored-by: Kyle Hu <kyle.hu.gz@gmail.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: Anson Liu <ansonl@users.noreply.github.com> Co-authored-by: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Co-authored-by: jdegenstein <jdegenstein@users.noreply.github.com> Co-authored-by: ClockeNessMnstr <locke.dftc@gmail.com> Co-authored-by: Scott Lahteine <github@thinkyhead.com> Co-authored-by: GHGiampy <83699429+GHGiampy@users.noreply.github.com> Co-authored-by: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Co-authored-by: Tanguy Pruvot <tpruvot@users.noreply.github.com> Co-authored-by: Roman Moravčík <roman.moravcik@gmail.com> Co-authored-by: David Ross Smith <5095074+DragRedSim@users.noreply.github.com> Co-authored-by: DerAndere <26200979+DerAndere1@users.noreply.github.com> Co-authored-by: mistic100 <contact@git.strangeplanet.fr> Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com> Co-authored-by: Jim Watson <j-watson@ntlworld.com> Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Co-authored-by: Mike La Spina <mike.laspina@shaw.ca> Co-authored-by: George Fu <nailao_5918@163.com> Co-authored-by: Sola <42537573+solawc@users.noreply.github.com> Co-authored-by: A. Herlas <45262264+protektwar@users.noreply.github.com> Co-authored-by: Taylor Talkington <taylor.talkington@gmail.com> Co-authored-by: zerkix <97692157+zerkix@users.noreply.github.com> Co-authored-by: John Lagonikas <39417467+zeleps@users.noreply.github.com> Co-authored-by: Salvatore Bramante <salvatore.bramante@yahoo.it> Co-authored-by: Fahad Alduraibi <fadnix@gmail.com> Co-authored-by: DejitaruJin <dejitarujin@gmail.com> Co-authored-by: Lars <lars.moesman@gmail.com> Co-authored-by: Timofey Titovets <nefelim4ag@gmail.com> Co-authored-by: Timothy Hoogland <timothy@hoogland.email> Co-authored-by: Maeyanie <me@maeyanie.com> Co-authored-by: Bob Kuhn <bob.kuhn@att.net> Co-authored-by: Bones <97494397+SidSkiba@users.noreply.github.com> Co-authored-by: Bruno Henrique de Paula <bruno.henriquy@gmail.com> Co-authored-by: Kelroy <karlicio@gmail.com> Co-authored-by: Stephen Hawes <sphawes@gmail.com> Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Co-authored-by: MOHAMMAD RASIM <mohammad.rasim96@gmail.com> Co-authored-by: Mads Ynddal <5528170+Baekalfen@users.noreply.github.com> Co-authored-by: espr14 <espr14@gmail.com> Co-authored-by: Thomas White <TomW1605@users.noreply.github.com> Co-authored-by: John Robertson <john@cirtech.co.uk> Co-authored-by: Giuseppe499 <giuseppe499@live.it> Co-authored-by: Simon Pilepich <simon.pilepich@gmail.com> Co-authored-by: jefflessard <jefflessard3@gmail.com> Co-authored-by: tombrazier <68918209+tombrazier@users.noreply.github.com> Co-authored-by: sam <8531653+minteyay@users.noreply.github.com> Co-authored-by: M. FURIC Franck <francknos@gmail.com> Co-authored-by: kisslorand <50251547+kisslorand@users.noreply.github.com> Co-authored-by: Ludy <Ludy87@users.noreply.github.com> Co-authored-by: Julien Staub <atsju2@yahoo.fr> Co-authored-by: Jack Wilsdon <jack.wilsdon@gmail.com> Co-authored-by: GatCode <gatcode@wdw.one> Co-authored-by: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com> Co-authored-by: Nick <nick@n-wells.co.uk> Co-authored-by: Mathew Winters <mathew@winters.org.nz> Co-authored-by: Mrnt <github@maurent.com> Co-authored-by: Jelmer van der Stel <steljwagh@users.noreply.github.com> Co-authored-by: Mark <niujl123@sina.com> Co-authored-by: Fredrik Andersson <fredrikandersson@mac.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Description
Some improvements to the MarlinUI implementation Ender 3 v2's DWIN in landscape orientation.
Sometimes you have to admit simple is better. I tried to be creative with the original layout, but it was causing issues (fan was overlapping remaining time/show_e_total), so I've rearranged it to be more similar to the portrait and DOGM/12864 layout:
![image](https://user-images.githubusercontent.com/7342077/147508360-772b0649-ca3d-46ff-9a77-67960de80144.png)
With show_e_total and show remaining time, it will look like this during a print:
![image](https://user-images.githubusercontent.com/7342077/147508386-633b893e-73c0-46fd-8cee-62afb2d41cce.png)
I've additionally triggered the 'first draw' again anytime the print job timer starts or stops. This should eliminate any of the issues with the status screen being in an odd/inconsistent state at the end of a print job.
Requirements
The DWIN with an encoder that comes stock with an Ender 3 v2
Benefits
The landscape layout is more standard compared to other MarlinUI layouts and:
Configurations
Use your favorite E3v2 config with
DWIN_MARLINUI_LANDSCAPE
Related Issues
None that I know of.