Skip to content

Commit

Permalink
typo: level disable command format
Browse files Browse the repository at this point in the history
  • Loading branch information
trouch committed Feb 6, 2019
1 parent 95f4aa0 commit 98e2673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Creality_DWIN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ SERIAL_ECHO(Checkkey);
{
RTS_SndData(2, AutoLevelIcon);
AutoLevelStatus = true;
enqueue_and_echo_commands_P((PSTR("M420 0")));
enqueue_and_echo_commands_P((PSTR("M420 S0")));
}
last_zoffset = rts_probe_zoffset;
RTS_SndData(zprobe_zoffset*100, 0x1026);
Expand Down

0 comments on commit 98e2673

Please sign in to comment.