Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#20 from trouch/fix/dwin-disable-lev…
Browse files Browse the repository at this point in the history
…eling

typo: level disable command format
  • Loading branch information
InsanityAutomation authored Feb 18, 2019
2 parents 19ac2ec + 98e2673 commit 7bea5bb
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 7bea5bb

Please sign in to comment.