mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 14:50:58 +00:00
Merge pull request #1639 from AnHardt/warning5
G4 could wait for an undefined time
This commit is contained in:
commit
10711ccc6a
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ inline void gcode_G2_G3(bool clockwise) {
|
||||||
* G4: Dwell S<seconds> or P<milliseconds>
|
* G4: Dwell S<seconds> or P<milliseconds>
|
||||||
*/
|
*/
|
||||||
inline void gcode_G4() {
|
inline void gcode_G4() {
|
||||||
unsigned long codenum;
|
unsigned long codenum=0;
|
||||||
|
|
||||||
LCD_MESSAGEPGM(MSG_DWELL);
|
LCD_MESSAGEPGM(MSG_DWELL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue