Document.

This commit is contained in:
Marek Bel 2019-02-21 02:30:01 +01:00
parent 326c8492b5
commit 8b858286ac
1 changed files with 6 additions and 0 deletions

View File

@ -1414,6 +1414,12 @@ bFilamentAction=false;
}
}
//! @brief load more
//!
//! Try to feed more filament from MMU if it is not detected by filament sensor.
//! Move filament back and forth to nozzle in order to detect jam.
//! If PTFE tube is jammed, this cause filament to be unloaded and no longer
//! detected by pulley IR sensor in next step.
static void load_more()
{
for (uint8_t i = 0; i < MMU_IDLER_SENSOR_ATTEMPTS_NR; i++)