We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dccdc commit 3cb4dadCopy full SHA for 3cb4dad
1 file changed
src/emc/sai/saicanon.cc
@@ -290,7 +290,7 @@ extern void SET_NAIVECAM_TOLERANCE(double tolerance)
290
291
void SELECT_PLANE(CANON_PLANE in_plane)
292
{
293
- PRINT("SELECT_PLANE(CANON_PLANE::%s)\n",
+ PRINT("SELECT_PLANE(CANON_PLANE_%s)\n",
294
((in_plane == CANON_PLANE::XY) ? "XY" :
295
(in_plane == CANON_PLANE::YZ) ? "YZ" :
296
(in_plane == CANON_PLANE::XZ) ? "XZ" : "UNKNOWN"));
0 commit comments