Browse Source

fixed wrong compiler-option

cocktailyogi 10 years ago
parent
commit
fae7d08698
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -1251,7 +1251,7 @@ void process_commands()
1251 1251
         return;
1252 1252
       }
1253 1253
       break;
1254
-#ifdef SCARA //disable arc support
1254
+#ifndef SCARA //disable arc support
1255 1255
     case 2: // G2  - CW ARC
1256 1256
       if(Stopped == false) {
1257 1257
         get_arc_coordinates();

Loading…
Cancel
Save