We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8492310 commit 811354bCopy full SHA for 811354b
1 file changed
src/emc/canterp/canterp.cc
@@ -590,11 +590,11 @@ int Canterp::execute(const char *line) {
590
return INTERP_ERROR;
591
}
592
if (!strcmp(s1, "CANON_CLOCKWISE")) {
593
- ORIENT_SPINDLE(i1, d2, CANON_CLOCKWISE);
+ ORIENT_SPINDLE(i1, d1, CANON_CLOCKWISE);
594
return 0;
595
596
if (!strcmp(s1, "CANON_COUNTERCLOCKWISE")) {
597
- ORIENT_SPINDLE(i1, d2, CANON_COUNTERCLOCKWISE);
+ ORIENT_SPINDLE(i1, d1, CANON_COUNTERCLOCKWISE);
598
599
600
0 commit comments