Updated fsensor_check_autoload(

This commit is contained in:
TheZeroBeast 2018-10-29 13:07:07 +10:00 committed by GitHub
parent 4f98fa1a64
commit 4a52683ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -286,10 +286,10 @@ bool fsensor_check_autoload(void)
{ {
puts_P(_N("fsensor_check_autoload = true !!!\n")); puts_P(_N("fsensor_check_autoload = true !!!\n"));
if (mmu_enabled) { if (mmu_enabled) {
mmu_puts_P(PSTR("FS\n")); mmu_puts_P(PSTR("FS\n"));
mmuFilamentLoading = false; mmuFilamentLoading = false;
fsensor_autoload_check_stop(); fsensor_autoload_check_stop();
//mmuFilamentLoadSeen = true; mmuFilamentLoadSeen = true;
} else return true; } else return true;
} }
return false; return false;