Hey Roxy-Thanks for the reply and advice. I'm runing Marlin 1.6.6. As released Filament Runout does NOT work until you disable SD Printing in the Marlin.main.cpp section as follows:
Default if - (IS_SD_PRINTING && !(READ(FILRUNOUT_PIN) ^ FIL_RUNOUT_INVERTING))
Change - if (!(READ(FILRUNOUT_PIN) ^ FIL_RUNOUT_INVERTING))
I had no luck getting it to work until I made the above mentioned Mod and then I was 'cookin with gas'. However, as previously mentioned removing the SD_PRINTING comment also disables other features which make the world a better place.
Not 100% sure what you mean by "Encoder Wheel"? If you are talking about the Pot/button combo next to my LCD display, I can tell you that this is unresponsive when my machine is in "HEATING EXTRUDER/PLEASE WAIT" state.
Not really sure what to try or where to look which is why I offered to pay someone smarter than I t help figure this out. You game?? Thanks!
Default if - (IS_SD_PRINTING && !(READ(FILRUNOUT_PIN) ^ FIL_RUNOUT_INVERTING))
Change - if (!(READ(FILRUNOUT_PIN) ^ FIL_RUNOUT_INVERTING))
I had no luck getting it to work until I made the above mentioned Mod and then I was 'cookin with gas'. However, as previously mentioned removing the SD_PRINTING comment also disables other features which make the world a better place.
Not 100% sure what you mean by "Encoder Wheel"? If you are talking about the Pot/button combo next to my LCD display, I can tell you that this is unresponsive when my machine is in "HEATING EXTRUDER/PLEASE WAIT" state.
Not really sure what to try or where to look which is why I offered to pay someone smarter than I t help figure this out. You game?? Thanks!