Andrew

Results 67 comments of Andrew

> Before this can be merged I want to make sure we have complete sets for DWIN, DACAI, and TJC and that they are all fully compatible with this update....

would something like this work? https://github.com/MarlinFirmware/Marlin/pull/26761 basically in the variable mesh inset feature, you're allowed to edit the `MESH_INSET` for each side. which effectively changes the probed edge so you...

I may need some help figuring out getting Bilinear auto bed leveling to work with the variable mesh inset. so far UBL works, I haven't yet tested Manual Mesh, but...

> [b631b48](https://github.com/MarlinFirmware/Marlin/commit/b631b48cd29b12944e41ed612cd731c3b97a977a) / [b9f104d](https://github.com/MarlinFirmware/Marlin/commit/b9f104d2f38934b1e41028125e16fa0f8d8684e5) / [9b406ef](https://github.com/MarlinFirmware/Marlin/commit/9b406ef037aa53215c177a636c10d126be826624) / Pro UI fixes should be a separate PR. youre right this was meant for https://github.com/MarlinFirmware/Marlin/pull/26563 ok this was reverted

> Some changes here are also in your other open PRs. Why are you opening multiple PRs? whoops I was supposed to revert ones with same changes

@thinkyhead I have a couple other **PR**, I might like to merge one with another. would that help speed things up, or should it be left alone? because that would...

BLTOUCH must also be enabled. using the Ender3V2-422-BLT configurations, the error still happens, but it didnt with the Fall update.

I find out it is because I had `#define HAS_GCODE_PREVIEW 1` enabled, because this worked in the past having ProUIex disabled. I do not know how `run_z_probe()` and `smart_fill_mesh()` can...

in file **src/lcd/e3v2/proui/dwin_defines.h** --> line 77 under >// Only for Professional Firmware UI extensions #if ENABLED(HAS_GCODE_PREVIEW) && DISABLED(ProUIex) //#error "HAS_GCODE_PREVIEW requires ProUIex." #endif After I commented out the error so...