Skip to content

Commit

Permalink
remove cutterOff
Browse files Browse the repository at this point in the history
  • Loading branch information
Selective031 committed Jul 6, 2021
1 parent 2695a5e commit e799bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RazorBoard/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,6 @@ void parseCommand_Console(void) {
}
if (strcmp(Command, "TRACK PERIMETER") == 0) {
perimeterTracking = 1;
cutterOFF();
Serial_Console("Perimeter tracking ENABLED\r\n");
}
if (strcmp(Command, "HELP") == 0) {
Expand Down

0 comments on commit e799bd1

Please sign in to comment.