c0 timing update
This commit is contained in:
parent
3a89cce04f
commit
37b70d50e2
File diff suppressed because it is too large
Load Diff
|
|
@ -6897,12 +6897,13 @@ Sigma_Exit:
|
|||
mmu_command(MMU_CMD_T0 + tmp_extruder);
|
||||
|
||||
manage_response(true, true);
|
||||
delay(8);
|
||||
delay(100);
|
||||
mmu_command(MMU_CMD_C0);
|
||||
mmu_extruder = tmp_extruder; //filament change is finished
|
||||
|
||||
if (*(strchr_pointer + index) == '?')// for single material usage with mmu
|
||||
{
|
||||
delay(100);
|
||||
mmu_load_to_nozzle();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -729,7 +729,7 @@ void mmu_M600_load_filament(bool automatic)
|
|||
mmu_command(MMU_CMD_T0 + tmp_extruder);
|
||||
|
||||
manage_response(false, true);
|
||||
delay(8);
|
||||
delay(100);
|
||||
mmu_command(MMU_CMD_C0);
|
||||
mmu_extruder = tmp_extruder; //filament change is finished
|
||||
delay(100);
|
||||
|
|
|
|||
Loading…
Reference in New Issue