fixed wrong compiler-option
This commit is contained in:
parent
512f2a3136
commit
fae7d08698
@ -1251,7 +1251,7 @@ void process_commands()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#ifdef SCARA //disable arc support
|
#ifndef SCARA //disable arc support
|
||||||
case 2: // G2 - CW ARC
|
case 2: // G2 - CW ARC
|
||||||
if(Stopped == false) {
|
if(Stopped == false) {
|
||||||
get_arc_coordinates();
|
get_arc_coordinates();
|
||||||
|
Loading…
Reference in New Issue
Block a user