Case light menu entry#5254
Case light menu entry#5254Kaibob2 wants to merge 6 commits intoMarlinFirmware:RCBugFixfrom Kaibob2:Case-light-Menu-entry
Conversation
RCBugFix won't compile due to a missing semicolon in marlin_main.cpp when CASE_LIGHT_DEFAULT_ON is enabled.
Grammar and "better german" corrections
|
Best when starting a new branch to |
|
@thinkyhead WHere do i have to enter this |
|
You can always bring a branch up-to-date with This all presumes you've made an |
Hmm. I forget that some proprietary OS's don't have a BASH. If using GNU tools on a frequent basis it's good to have a proper environment. In Windows it's a bit of work to add one. |
|
I'm on WIn10 64bit and do all editing online here at github. |
|
You can do some of these things using the GitHub Desktop client. |
|
Ultimately all you really need is a |
|
While Github Desktop doesn't provide detailed |
|
Puh, sounds a liitle complicated, but i think i have to dig into this. Can my pull request be merged anyway? |
|
Without resolving conflicts, it cannot be merged. |
|
Damn, so close :) |
|
I'll close here. Please have a look at #5255 |
Referenced to this #5194 (and this #5243 because i don't understand github) i implemented a (definable) Menu entry on the main screen to toggle the case lights. I had this long before the #define CASE_LIGHT_PIN 4 and always found it extremely useful to be able to switch off the case light from by LCD. The host is shut down most of the time, so if #define CASE_LIGHT_DEFAULT_ON is enabled there is no way to switch of the case light if the printer is printing for 20 hours.