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

When using the encoder in the move menu, the print speed value also gets changed #886

Closed
NicoletoAerials opened this issue Jul 29, 2020 · 11 comments
Labels
bug Something isn't working

Comments

@NicoletoAerials
Copy link
Contributor

Description

Steps to reproduce

  1. Make sure to take note of the initial speed value
  2. Go to movement, move, and move any axis via the knob with a fast rotation.
  3. Go back to the main menu and check the speed value
  4. You will notice that the speed value has incremented o decremented according to the movement made in step 2

Expected behavior
Only the values presented on the screen should change via the knob.

Actual behavior
By moving the knob in the move menu, the print speed value also gets modified

Hardware Variant

Video.zip

TFT 3.5 V3.0 E3
SKR Mini E3 V1.2
Latest master (29/07/2020)

@NicoletoAerials NicoletoAerials added the bug Something isn't working label Jul 29, 2020
@NicoletoAerials NicoletoAerials changed the title [BUG] (short description) Print speed value, changed when using the knob in the move menu Jul 29, 2020
@radek8
Copy link
Contributor

radek8 commented Jul 29, 2020

look at #881

@NicoletoAerials NicoletoAerials changed the title Print speed value, changed when using the knob in the move menu When using the encoder in the move menu, the print speed value also gets changed Jul 29, 2020
@gordo3di
Copy link

gordo3di commented Aug 3, 2020

I have this bug too and it comes and goes... Sometimes it affects the speed and sometimes it doesn't when babystepping. Still trying to pinpoint the series of events that make it happen.

@radek8
Copy link
Contributor

radek8 commented Aug 3, 2020

It depends on what the Marlin screen is showing.
If there is a default screen - it affects the print speed
Menu - does not affect print speed

@radek8
Copy link
Contributor

radek8 commented Aug 3, 2020

look at
#680
#757

@radek8
Copy link
Contributor

radek8 commented Aug 3, 2020

v Marlin turns off the automatic return to the home screen
#define LCD_TIMEOUT_TO_STATUS -1
Then switch to the menu in Marlin, then it'll be okay
Be careful not to click on the encoder, otherwise you will move in the menu on the Marlin screen

@radek8
Copy link
Contributor

radek8 commented Aug 3, 2020

Or insert the HW switch on the EXP2 cable :-)

@Tygrys-1
Copy link
Contributor

Tygrys-1 commented Aug 3, 2020

Or insert the HW switch on the EXP2 cable :-)

Or EXP3 in this hardware case. :-)
But maybe we can modify Marlin to ignore the encoder under some condition? Something like a "console lock" to prevent children to play with the oven?

@Tygrys-1
Copy link
Contributor

Tygrys-1 commented Aug 3, 2020

Be careful not to click on the encoder, otherwise you will move in the menu on the Marlin screen

And start a printing from SD. Or heat the nozzle to 250C. Or - who knows what else? ;-)

@oldman4U
Copy link
Contributor

oldman4U commented Sep 3, 2020

Hi.

Please close this ticket

@radek8
Copy link
Contributor

radek8 commented Dec 9, 2020

Guruathwal has created a fix to address this issue.
the condition is a new FW Marlin and connection via connectors EXP1 and EXP2
You have an EXP3 connection, in which case this adjustment does not work.

I have an idea how to apply Guruathwal repair also for SKR mini E3 board with EXP3 connector. It means a small modification of Marlin and the connection of one wire.
Are you interested in trying it out?

Copy link

github-actions bot commented Apr 2, 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 2, 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

5 participants