rendered paste body--- interp_convert.cc.orig 2007-07-26 07:24:30.000000000 -0400
+++ interp_convert.cc 2007-07-26 07:14:10.000000000 -0400
@@ -2502,8 +2502,13 @@
CHP(status);
}
} else if (move == G_0) {
+ printf("Hey ho, it's a G0 move!\n");
+ STRAIGHT_TRAVERSE(settings->current_x,settings->current_y,end_z,
+ AA_end, BB_end, CC_end);
+ settings->current_z = end_z;
STRAIGHT_TRAVERSE(end_x, end_y, end_z,
AA_end, BB_end, CC_end);
+ printf("After the STRAIGHT_TRAVERSE call --\n");
settings->current_x = end_x;
settings->current_y = end_y;
settings->current_z = end_z;