-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add new settings categories and clean up #1633
Conversation
- Add Marlin mode settings menu in screen settings. - Add Brightness settings menu. in screen settings. - Remove some items from feature settings menu, which should only be configured through config file. - Replace the word 'Simulator' with 'Emulator'.
Update pin_TFT24_V1_1.h Update pin_MKS_TFT32_V1_4.h
So there are no new Icons with this PR, right? |
two icons are replaced |
The font and background colour icons are removed and there are 2 new icons for Marlin Mode and Brightness. Could you please take care. THANK YOU |
Again, he was unnecessarily changed because of a little nonsense. I don’t have time for this right now to edit icons unnecessarily again. I'm lying in bed. I caught the covid. Solve the stupidity. I'm getting out! You have to vary something with the icons and the menu every month. Do what you want. Hi! |
Could you give more details for this item please? |
10px on top, 7 px on bottom, 15px on left and 17px on right Fixed :
Fixed : |
Hi Antosz. Wish you the best. No reason to be rude. Köszönöm |
I wish you fast recovery! Stay away from stress and take care of your health. |
I wish you the best! I hope you will have a fast recovery. And I hope you will get rid of all the covid symptoms (or how to call it...) I still have the problem that I'm quickly tired and trying to hurry on my bike is even worse ... |
Touchme, invert axis and some more. So, pretty useless to configure easily trough the settings menu. Take a look in the changed files. |
… mode: change logic
Patch tested. The E axis is still not correct in the set step length (M92) |
The different behavior is if I enter an integer or decimal with one, two, or 3 decimal places |
interfaceCmd.c uses the X_AXIS variable |
@radek8 Line 527 should be cmd_float();. both _AXIS and _STEPPER are same thing with _STEPPER having extra E2_STEPPER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please repair the Machine parametrs.c file
M913 T0 E% .0f \ n
{"M913 X%.0f\n", "M913 Y%.0f\n", "M913 Z%.0f\n", "M913 T0 E%.0f\n", "M913 T1 E%.0f\n"}, //TMC Hybrid Threshold Speed
I would also optimize the parseAck moving on top of the "if then else" sequence all the periodically/frequently requested received status such as "FR", "Flow" etc.. and the prompt messages that could be received during a print such as "paused for user", "//action:" etc.. They are currently provided at the bottom so, they will match after performing hundreads of previous "if then else". The list must be arranged in order to have to most frequently used patterns on top and the least on the bottom (such as Capabilities and machine settings that are normally requested once at startup or in general when not printing) |
Hi |
Remove "K" on line 657 of parseAck |
enable post-processor for displays with SSD1963 to reduce banding on some devices.
Thank you |
May be necessary to put some common settings and non-common settings in different lists ?
The advantage of this is that users need not use SD to plug in the computer to modify the settings, and almost all the settings can be modified on the screen directly. |
Based on which user/configuration will be defined what is common and what not? For me and just for me maybe, it is better to have a long list of settings but all of them available and at the same place than settings in different places based on more or less clear rules. |
I think it's a good idea. |
I can already see all the tickets coming in related to hidden features. 🎉 |
Currently, there are 93 parameters that are not displayed in settings menus and most of them have at least 2-3 sub-parameters. even if half of these are selected to be added in the settings menus total entries will be close to 200. Category wise list or as a single list, it will be a long list. |
- Add Marlin mode settings menu in screen settings. - Add Brightness settings menu. in screen settings. - Remove some items from feature settings menu, which should only be configured through config file. - Replace the word 'Simulator' with 'Emulator'. - replace u8, u16, u32 with uint8_t, uint16_t, uint32_t - enable post-processor for displays with SSD1963 to reduce banding on some devices. - move frequently polled commands to top in parseACK.c
Build Report: