MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.23k stars 19.22k forks source link

[BUG] Touch screen cannot be calibrated #26485

Closed clifo closed 10 months ago

clifo commented 10 months ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

The touchscreen calibration remains in an infinite loop. It continuously repeats the calibration cycle without the possibility of termination. If I disable calibration and enable

define TOUCH_CALIBRATION_X 17880

define TOUCH_CALIBRATION_Y -12234

define TOUCH_OFFSET_X -45

define TOUCH_OFFSET_Y 349

touch screen does not respond to touch.

Bug Timeline

new bug

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin 2.1 Bugfix Branch DISTRIBUTION_DATE "2023-11-30"

Printer model

Two Trees BlueR V2

Electronics

MKS robin nano V1.2

LCD/Controller

MKS_ROBIN_TFT35

Other add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Cura

Host Software

Repetier Host

Don't forget to include

Additional information & file uploads

Marlin_config.zip

thisiskeithb commented 10 months ago

Duplicate of #26454

thisiskeithb commented 10 months ago

This will be fixed in #26455

thisiskeithb commented 10 months ago

26455 is now merged, so download the latest bugfix-2.1.x for the fix.

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.