typo fix
This commit is contained in:
parent
5676550452
commit
2006ae58f1
@ -5219,7 +5219,7 @@ void extr_adj(int extruder) //loading filament for SNMM
|
||||
lcd_print(snmm_extruder + 1);
|
||||
|
||||
// get response
|
||||
bool reponse = mmu_get_reponse();
|
||||
bool response = mmu_get_reponse();
|
||||
if (!response) mmu_not_responding();
|
||||
lcd_update_enable(true);
|
||||
|
||||
@ -5292,7 +5292,7 @@ void extr_unload() { //unloads filament
|
||||
fprintf_P(uart2io, PSTR("U0\n"));
|
||||
|
||||
// get response
|
||||
bool reponse = mmu_get_reponse();
|
||||
bool response = mmu_get_reponse();
|
||||
if (!response) mmu_not_responding();
|
||||
|
||||
lcd_update_enable(true);
|
||||
|
Loading…
Reference in New Issue
Block a user