Skip to content

Commit 3cb4dad

Browse files
committed
fix sai output
1 parent 97dccdc commit 3cb4dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/sai/saicanon.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ extern void SET_NAIVECAM_TOLERANCE(double tolerance)
290290

291291
void SELECT_PLANE(CANON_PLANE in_plane)
292292
{
293-
PRINT("SELECT_PLANE(CANON_PLANE::%s)\n",
293+
PRINT("SELECT_PLANE(CANON_PLANE_%s)\n",
294294
((in_plane == CANON_PLANE::XY) ? "XY" :
295295
(in_plane == CANON_PLANE::YZ) ? "YZ" :
296296
(in_plane == CANON_PLANE::XZ) ? "XZ" : "UNKNOWN"));

0 commit comments

Comments
 (0)