Andrew

Results 67 comments of Andrew

when using PROUI it doesnt really give an error. but it shows problems as though it isnt defined. this helps keep the reported problems down. at least on my end

i think the easiest solution is to have a chamber. or what about instead of slowing down the fan because thats essential to part cooling, is to have the bed...

@fsadak I get what youre saying, and what you want is to change some values in the firmware or settings like: - check your PID tune - change the hysteresis...

try enabling the `LCD_BACKLIGHT_TIMEOUT` in settings.cpp under _TERN_(HAS_LCD_BRIGHTNESS, ui.refresh_brightness()); add ` TERN_(LCD_BACKLIGHT_TIMEOUT, ui.refresh_backlight_timeout());` in dwin.cpp (ProUI) add to advancedsettings menu ` #if LCD_BACKLIGHT_TIMEOUT EDIT_ITEM(ICON_Box, MSG_LCD_TIMEOUT_SEC, onDrawPIntMenu, SetTimer, &ui.lcd_backlight_timeout); //added #endif`...

for the `env:GD32F103RE_aquila` it has `-DMCU_STM32F103RE` for build_flags yet `env:GD32F103RE_aquila_maple` has `-DMCU_GD32F103RE` in **buildroot/share/scripts/proui.py**, `gd32f10 = _GetMarlinEnv(MarlinEnv, 'MAPLE_STM32F1')` maybe instead of `MAPLE_STM32F1` should it be `MCU_GD32F103RE`? and there is no...

ive been able to get the G32 and N32 to work, however, having ProUIex and extra features works fine with Manual Mesh. but does not flash properly with UBL /...

@Th3r005t3r91 hey i can make you a version that is updated and better [check out this repository](https://github.com/classicrocker883/MriscocProUI/releases/tag/2.1.1)

@magmabow if u have an St link u can plug the board right into the computer. ull have to get st-link drivers. I actually had better success using vscode in...

just comment out in **ini/stm32f1.ini** ``` [env:STM32F103RE_creality_smartPro] extends = STM32F103Rx_creality board_build.offset = 0x10000 board_upload.offset_address = 0x08010000 ``` so it looks like ``` # [env:STM32F103RE_creality_smartPro] # extends = STM32F103Rx_creality # board_build.offset...

> Sounds like these Ender-3 V2 UIs need to decouple from requiring/assuming a probe is installed instead of this workaround. it uses that probe offset value regardless of one or...