0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

fixed wrong compiler-option

This commit is contained in:
cocktailyogi 2014-06-23 18:16:42 +02:00
parent 512f2a3136
commit fae7d08698

View file

@ -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();