Skip to content

Commit

Permalink
Fix #367 - Status report with wrong stat
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Mar 1, 2019
1 parent 7a25dbf commit 71e29cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions g2core/gcode_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 71e29cd

Please sign in to comment.