🐛Flip lcd_detect_IRsensor logic

This commit is contained in:
Alex Voinea 2020-04-09 16:33:51 +03:00
parent c8f67f2279
commit 207f0f27a6
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 1 additions and 1 deletions

View File

@ -7563,7 +7563,7 @@ static void lcd_detect_IRsensor(){
bMenuFSDetect = true; // inhibits some code inside "manage_inactivity()"
bAction = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Is the filament loaded?"), false, false);
if(!bAction){
if(bAction){
lcd_show_fullscreen_message_and_wait_P(_i("Please unload the filament first, then repeat this action."));
return;
}