Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] (speed increasing when using encoder to increase temperature) #1256

Closed
Stillbeer opened this issue Nov 16, 2020 · 5 comments
Closed

[BUG] (speed increasing when using encoder to increase temperature) #1256

Stillbeer opened this issue Nov 16, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@Stillbeer
Copy link

Description

Steps to reproduce

  1. start print job
  2. while heating the bed goto: -more - heating
  3. use the encoder to increase the temperature.
  4. go back and speed is also increased!

Expected behavior

Only temperature change
Actual behavior

Temperature AND speed change

Hardware Variant

btt tft35-e3 v3.0

TFT Firmware Version & Main Board Firmware details

BIGTREE_TFT35_V3.0_E3.26.x - Marlin 2.0 bugfix

Additional Information

@Stillbeer Stillbeer added the bug Something isn't working label Nov 16, 2020
@oldman4U
Copy link
Contributor

Hi.

Maybe you want to read the very first entry of the Read Me First, which is pinned at the top of the main page:
#1047

Please close this ticket after that.

Thank you

@radek8
Copy link
Contributor

radek8 commented Nov 16, 2020

It's a familiar problem.
Read the FAQ pinned to the front page.

If you have SKR1.4 and load the latest Marlin with error correction, compiling a new FW for TFT will solve the problem.

If you have another board with Marlin connected via EXP1 and EXP2
It is possible to solve the problem by editing the pin file in Marlin.
#if ENABLED (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
#define BTN_ENC_EN LCD_PINS_D7 // Detect the presence of the encoder
#endif

If you have Marlin connected via EXP3 (it works in the previous case as well) the solution is to turn off in Marlin the automatic return to the status screen.
#define LCD_TIMEOUT_TO_STATUS -1

Then just one click on the encoder after turning on the printer .

@Stillbeer
Copy link
Author

Oke, now i feel SO STUPID ! ( READ THE FAQ )
Thanks for the kind answers!

@oldman4U
Copy link
Contributor

No problem at all!!!

Thank you and happy printing

Copy link

github-actions bot commented Apr 3, 2024

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants