This commit is contained in:
PavelSindler 2018-07-18 16:54:40 +02:00
parent 5676550452
commit 2006ae58f1

View File

@ -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);