Skip to content

Commit

Permalink
fixed wrong compiler-option
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailyogi committed Jun 23, 2014
1 parent 512f2a3 commit fae7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ void process_commands()
return;
}
break;
#ifdef SCARA //disable arc support
#ifndef SCARA //disable arc support
case 2: // G2 - CW ARC
if(Stopped == false) {
get_arc_coordinates();
Expand Down

0 comments on commit fae7d08

Please sign in to comment.