Add extra EOL after M111

This commit is contained in:
Scott Lahteine 2015-07-06 22:04:29 -07:00 committed by Richard Wackerbarth
parent 0e1cf78f5c
commit 15190d40df

View File

@ -3648,6 +3648,7 @@ inline void gcode_M111() {
setTargetHotend(0, cur_hotend);
}
}
SERIAL_EOL;
}
/**