-
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 cold extrusion check, bug fixes, Cleanup and remove duplicate codes #1384
Conversation
…bal varables - Add cold extrusion check - Fix load-unload popup - Remove duplicate global varables
Hi Gurmeet. So after this version, a user should get a warning again in case the firmware and the config.ini (or TFT) does not match, right? Thank you |
@guruathwal |
@kisslorand Yes I know, I added it because it is better to make the user do it manually because M701/M702 makes marlin unresponsive during heating which is making the interface unusable. @oldman4U It will not ask for a config file. it will reset the settings. it asks for a config file only when the signatures of settings stores on SPI flash are changes. currently, the new parameter added is saved on program memory which resets if the signature mismatch. |
When using directly the heat function of M700 and M701 the screen let the user know that there's an ongoing process and wouldn't let the user to navigate away until M700/M701 is finished. So the screen is not frozen, the user knows what's going on. If the user would want in the future to click around whilst the nozzle is heating before the Load/Unload, he can use the "heat" in advance and return/go to the Load/Unload menu once the desired temperature is reached. |
The heat button is provided in load/unload menu for easy access already. what's the point in blocking the user from clicking on all buttons. In other situations, the user is still able to navigate through the menu even if marlin is busy and not accepting commands. but here it is taking control away from him by not allowing to click on any option, not even the back button to allow going to the status screen while it loads/waits for heating. isn't this stupid? |
Good points. I might have an idea to have best of both situations. |
fil_runout:
read incorrectly (also mentioned in resolves #1377 + cleanup #1379).Fixes #1353, #1378