Logic error correction
This commit is contained in:
parent
8a6f098cc6
commit
9453bb13c2
@ -3616,7 +3616,7 @@ case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp
|
|||||||
while(!lcd_clicked()){
|
while(!lcd_clicked()){
|
||||||
cnt++;
|
cnt++;
|
||||||
manage_heater();
|
manage_heater();
|
||||||
manage_inactivity(false);
|
manage_inactivity(true);
|
||||||
lcd_update();
|
lcd_update();
|
||||||
if(cnt==0)
|
if(cnt==0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user