Skip to content

Commit

Permalink
removed M02 on stop button pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevy committed Jan 7, 2018
1 parent 4fbeb59 commit a931176
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ private void stopFileStreaming(){

if(fileSender.getStatus().equals(FileSenderListner.STATUS_STREAMING)){
fileSender.setStatus(FileSenderListner.STATUS_IDLE);
fragmentInteractionListener.onGcodeCommandReceived(GrblUtils.GCODE_PROGRAM_END_COMMAND);
}
}

Expand Down

0 comments on commit a931176

Please sign in to comment.