Andrew

Results 34 issues of Andrew

### Is your feature request related to a problem? Please describe. ![20220831_011731](https://user-images.githubusercontent.com/18502096/187600590-0bdda2dd-527a-4cfb-abd8-4512f6ba0097.jpg) ![20220831_011809](https://user-images.githubusercontent.com/18502096/187600600-6ff20ce2-44d9-4c9a-8d92-a44e65858e97.jpg) ### Adding Mesh Viewer - change how the mesh is viewed enables both options on how the...

T: Feature Request

as you can see this does not work platforms.h line 40 ``` #elif defined(ARDUINO_ARCH_STM32) #ifndef HAL_STM32 #define HAL_STM32 #endif #define HAL_PATH(PATH, NAME) XSTR(PATH/STM32/NAME) ``` ### instead it should be written...

keep `HMI_Init()` at the beginning of startup. this will leave the startup like it was, but also include the new popup of firmware information. ### _change_ _file_ --> **lcd/e3v2/proui/dwin.cpp** ```...

Real quick summary: (I'll post more about it later) there are issues having the firmware flash for G32 and N32 boards. it compiled OK, but sometimes they do not flash...

bug: Potential?

**Describe the bug** Error after compiling >Marlin/lib/proui/libproui.a(proui.cpp.o): In function `Probe::run_z_probe(bool)`: proui.cpp:(.text._ZN5Probe11run_z_probeEb+0x0): multiple definition of `Probe::run_z_probe(bool)` .pio/build/GD32F103RE_voxelab_maple/src/src/module/probe.cpp.o:/home/andrewleduc88/PlatformIO/Mriscoc-2023/Marlin/src/module/../inc/../core/macros.h:436: first defined here Marlin/lib/proui/libproui.a(proui.cpp.o): In function `unified_bed_leveling::smart_fill_mesh()`: proui.cpp:(.text._ZN20unified_bed_leveling15smart_fill_meshEv+0x0): multiple definition of `unified_bed_leveling::smart_fill_mesh()` .pio/build/GD32F103RE_voxelab_maple/src/src/feature/bedlevel/ubl/ubl_G29.cpp.o:/home/andrewleduc88/PlatformIO/Mriscoc-2023/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp:1437: first...

the following is from a user who managed to get this to fix [at this github repo](https://github.com/classicrocker883/MriscocProUI/issues/12) he enabled `BLTOUCH_FORCE_SW_MODE` for BLTOUCH, add MB `VOXELAB_AQUILA` to **HAL/STM32F1/timers.h** so `MF_TIMER_SERVO0 =...

### Application Youtube Revanced using Windows 11 through WSA (Windows Subsystem for Android). I was able to install the APK using the typical method when you search how to. ###...

bug
waiting on author

### Description When using `G27 P3`, this allows Z axis to be raised even if homing may be needed. Same for `G27 P4`, allows XY to move if Z axis...

### Description Most file changes remove `HAS_STATUS_MESSAGE` swap w/`HAS_DISPLAY` Also, 2nd most are changes to whitespace, and comments. - remove whitespace/fix wording, tweak spacing - ~~add hyphen (-) to "Gcode"...

PR: General Cleanup
C: LCD & Controllers