The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.
This commit is contained in:
parent
16078e47d4
commit
c421774422
1 changed files with 2 additions and 3 deletions
|
@ -1188,7 +1188,6 @@ void process_commands()
|
||||||
disable_e2();
|
disable_e2();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
LCD_MESSAGEPGM(MSG_PART_RELEASE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Reference in a new issue