Miguel Risco-Castillo

Results 206 comments of Miguel Risco-Castillo

Hi, this is not a general printer support forum. Many problems can be easily solved by reading the firmware [Wiki](https://github.com/mriscoc/Ender3V2S1/wiki#main-topics) please check the calibration guide. This Issue Queue is for...

Hi, I think that your request is more related to the Marlin core, maybe you can ask in the Marlin forums if that is possible to be implemented.

Please confirm that you are compiling your custom version and used the Configurator option for TJC displays ![image](https://github.com/mriscoc/Ender3V2S1/assets/2745567/92f5152b-5ee2-490a-8012-afe105841629) or you can add: ```cpp #define TJC_DISPLAY ``` in **configuration.h** after: https://github.com/mriscoc/Ender3V2S1/blob/0e7a9c1fb16324d0d7df62a58c64f4a374ecb2e4/Marlin/Configuration.h#L3409

> I also have this problem at the moment with my printer and tjc screen. I hope that you had read the Wiki and know that there is a firmware...

Please after boot, reset settings by menu or sending the G-code M502 and check. Could you please test the precompiled versions for TJC, seems to found a possible bug only...

> So if i tram, the probe is not over the knobs but in the 3 by 3 space where he printed the last time. Bummer!! If you want to...

> Is there a fix for that? Will be a fix in the next release

Some displays units have that behaviour with the generic firmware version, there is not an unique Stock E3S1 Screen, you must to compare your screen with these 5 possible versions:...

For TJC displays the brightness range is defined like: ```cpp #ifdef TJC_DISPLAY #define LCD_BRIGHTNESS_MIN 6 #define LCD_BRIGHTNESS_MAX 40 #define LCD_BRIGHTNESS_DEFAULT 20 #else ```

I tried the Ender3V2-SKRME3V3-BLTUBL-DACAI-T5-MPC-NP configuration and it compiled as expected. Please be careful when use the issue report, there isn't any precompiled firmware with that configuration ![image](https://github.com/mriscoc/Ender3V2S1/assets/2745567/79489c69-7d21-430d-88ef-a80c0d5630e4)