Kiss Lorand

Results 39 comments of Kiss Lorand

@V1EngineeringInc You can try the FW from [my repository](https://github.com/kisslorand/BTT-TFT-FW).

> Turning off Advanced ok on the TFT keeps the touch side working fine. Flip that switch and it fails within a few hours. The proposed FW doesn't use ADVANCED_OK...

Sparky and Il Duce... inseparable...

@SugarDesigns Try the FW from [my repository](https://github.com/kisslorand/BTT-TFT-FW).

@SugarDesigns I am glad it works for you. While you're at it do not forget to adjust the "config.ini" that comes with that FW for your needs and machine specification....

WARNING: There's a troll between us with ZERO contribution to this repository spreading false claims without any proof other than his rabid bark. His hatred started when I refused to...

Do you use "home offset" in Marlin? Did you test it with higher edge value?

Can you please provide the response of the printer to the "M115" command? I am interested in the response that looks like: "area:{full:{min:{x:0.000,y:0.000,z:0.000},max:{x:305.000,y:305.000,z:390.000}},work:{min:{x:0.000,y:0.000,z:0.000},max:{x:305.000,y:305.000,z:390.000}}}" The main problem is that Marlin reports...

Thank you. Until I finish working on fixing this please try the following: Replace `else if (ack_seen("full:"))` in "parseACK.c" with `else if (ack_seen("work:"))`. It should work on your case although...

I changed it because the value of "work" is inconsistent. Make this test: 1. boot your printer 2. set a home offset with `M206' (for ex `M206 X13 Y14`) 3....