-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
The feed rate or flow rate percentage mark isn't changing on the LCD panel. #3878
Comments
Comment by a4jp-com How do we change the value on the LCD screen? |
Comment by a4jp-com Any ideas on this? |
Comment by KiteLab How about changing Feedrate and or Flow in the Tune-Menu? https://github.com/MarlinFirmware/MarlinDev/blob/dev/ultralcd.cpp#L346
Test if ULTIPANEL_FEEDMULTIPLY is defined. |
Comment by a4jp-com I can change the feed rate number while printing with the up, down, left and right buttons but the status screen values don't change. How can I get this code working with my buttons? I tried #define ULTIPANEL_FEEDMULTIPLY in my Customization.h file but nothing changed. |
Comment by KiteLab I meant, during a print you should have a 'Tune' menu in the main menu, where you can tune Feedrate and Flow. The code i mentioned above is the place where the Feedrate is tuned on the Status-screen. Did i mention, there is a death zone around 100%, and you may have to push the buttons several times to edit the Feedrate on the status screen? Feedrate is about to adjust the print speed. |
Comment by thinkyhead @a4jp-com Any luck? Still need this issue open? |
Comment by a4jp-com It still doesn't change. |
Comment by Blue-Marlin Who wonders. It would need about the same changes for your up/down buttons as in the menu-code, but at a different place (checked in the status screen). |
Comment by thinkyhead
Using |
Comment by a4jp-com Thank you for checking Thinkyhead. I'm not sure what version of the software I'm on but @Wackerbarth helped me set up everything and the button code for the printer was working after some super programming on his part. I'll see if I can find out from him. Hopefully all the updates from the version I'm on now got moved into the latest version here. |
Comment by thinkyhead
The latest version is actually here: https://github.com/MarlinFirmware/Marlin/tree/RCBugFix If you haven't tested that, you should. If you need help applying button changes, let me know. I'll be around this week. |
Comment by Blue-Marlin
@a4jp-com has no encoder-wheel but a bunch of buttons. Wackerbarth made a kind off custom version for him. It's very unlikely that RCBugFix will work for him. Search for "Scoovo" in Dev. |
Comment by thinkyhead
So… Looks like some fairly simple changes are needed. Currently Marlin only acknowledges the |
Comment by a4jp-com Hi. Sorry for the late reply. The version that works so far on my machine is here: https://github.com/a4jp-com/MarlinDev-a4jp/ |
Comment by thinkyhead @a4jp-com Yep. I looked at your branch first, then I created this PR which makes the necessary changes to add support to the current Marlin codebase: #3670 Please test at your earliest convenience. |
Merged. |
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. |
Issue by a4jp-com
Monday Jan 04, 2016 at 21:41 GMT
Originally opened as https://github.com/MarlinFirmware/MarlinDev/issues/327
The feed rate or flow rate percentage mark on the status screen isn't changing when I go into tune during a print and adjust the flow rate / feed fade. Does everyone else have this problem or is it just my machine?
The text was updated successfully, but these errors were encountered: