David Buezas
David Buezas
I got the following error: as text ```log In file included from Marlin/src/libs/MAX31865.h:48, from Marlin/src/libs/MAX31865.cpp:47: Marlin/src/libs/../HAL/STM32/MarlinSPI.h:99:3: error: 'spi_mode_e' does not name a type 99 | spi_mode_e _dataMode; | ^~~~~~~~~~ Marlin/src/libs/../HAL/STM32/MarlinSPI.h:...
It looks like the `spi_mode_e` enum doesn't exist in the newer arduinoststm32 framework. It was replaced with `SPIMode`. Modifying `HAL/STM32/MarlinSPI.h` accordingly does compile. Serial (`#define SERIAL_PORT 3`) works fine, and...
I'm testing this now and the difference is noticeable. It seems like it also somehow fixes the remaining occasional missed and reversed encoder steps. I also have DOUBLE_LCD_FRAMERATE and the...
@XDA-Bam you should try this one now that the 2nd encoder fixes MR was merged. Both combined are fantastic. I'd be curious if you this also solves the remaining encoder...
The overlapping updates you observe are good news for this PR, the menu is updated while rendering. You could try increasing the i2c clock speed or using double buffering if...
### In case the utility of this got lost The double buffered method this exposes drastically reduces cpu time spent talking to the LCD: * Send buffer at once instead...
@bdraco I can't get the workaround to work. I tried: * copying the file directly to /lib/firmeware/bcrm (I assume that was a typo in your post but tried anyway) *...
Thank you for the pointer, this looks promising but I still didn't succeed. Am I doing something wrong? ### I'm now on 10.x RC ```bash ➜ ~ ha os info...
I can confirm this works and I had missed the fact that this needed to be done from the host, not via "normal" ssh with the AddOn. SUCCESS! I ran...
Have you seen the tutorial in this repo? https://github.com/dbuezas/lgt8fx/blob/master/lgt8f/libraries/LarduinoISP/readme.md