From 68328424e1a56e1a445b19b8909c919ab466e3d1 Mon Sep 17 00:00:00 2001 From: RadekVana Date: Wed, 30 Jun 2021 15:19:37 +0200 Subject: [PATCH] Enable fan log --- src/common/selftest/selftest_MINI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/selftest/selftest_MINI.cpp b/src/common/selftest/selftest_MINI.cpp index 669308dccd..65978bd2ca 100644 --- a/src/common/selftest/selftest_MINI.cpp +++ b/src/common/selftest/selftest_MINI.cpp @@ -183,7 +183,7 @@ void CSelftest::phaseStart() { thermalManager.setTargetHotend(40, 0); thermalManager.setTargetBed(40); } - //log_open(); + log_open(); SelftestResultEEprom_t eeres; // read previous result eeres.ui32 = variant8_get_ui32(eeprom_get_var(EEVAR_SELFTEST_RESULT));