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