Fix #367 - Status report with wrong stat

This commit is contained in:
MitchBradley
2019-03-01 17:46:19 +00:00
parent 7a25dbf1f8
commit 71e29cde9a

View File

@@ -926,8 +926,6 @@ stat_t _execute_gcode_block(char *active_comment)
{
stat_t status = STAT_OK;
cm_cycle_start(); // any G, M or other word will autostart cycle if not already started
if (gf.linenum) {
cm_set_model_linenum(gv.linenum);
}