Keith Bennett
Keith Bennett
I submitted a PR for native EEPROM support for the GTR: https://github.com/MarlinFirmware/Marlin/pull/18029
[BigTreeTech ESP8266 WiFi Module](https://www.bigtree-tech.com/products/bigtreetech-esp8266-wifi-module.html)
Fixed in https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/commit/ec4a590edc5a7125455eeadd3bc3961491575fb9: 
Be sure to enable `NO_SD_DETECT` when using an SD extender: ```cpp // Enable if SD detect is rendered useless (e.g., by using an SD extender) //#define NO_SD_DETECT ``` https://github.com/MarlinFirmware/Marlin/blob/29d3f6a024672a960f7e033e360178f4e80ce98b/Marlin/Configuration_adv.h#L1651-L1652
> is it from the firmware? Do I have to reflash the firmware? Yes and yes. You’ll have to uncomment that line to enable the feature and reflash your firmware.
> if this is activated, there is definitely no SD card detection. That’s exactly the point of the `NO_SD_DETECT` flag. It disables the SD detect pin and you have to...
> doesn't work. Something else is wrong then. The E3 V3 has an SD detect pin (PC3) and that will be disabled when enabling `NO_SD_DETECT`. Then it will change the...
@Acenotass: Any chance you can help/advise on what to change to get these fonts working with [recent changes](https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/pull/89) from BigTreeTech?
Adding a note about the change/where to move settings on the releases page should suffice. And honestly, if someone went through all the effort to install VSCodium instead of VSCode,...
I don’t have the power to tag issues in this repo, but I can confirm this bug exists in any “advanced” configuration using similar flags to toggle features.