|
@@ -3099,7 +3099,7 @@ void process_commands()
|
|
|
}
|
|
|
|
|
|
world2machine_initialize();
|
|
|
- world2machine(pgm_read_float(bed_ref_points), pgm_read_float(bed_ref_points+1), destination[X_AXIS], destination[Y_AXIS]);
|
|
|
+ world2machine(pgm_read_float(bed_ref_points_4), pgm_read_float(bed_ref_points_4+1), destination[X_AXIS], destination[Y_AXIS]);
|
|
|
world2machine_reset();
|
|
|
if (destination[Y_AXIS] < Y_MIN_POS)
|
|
|
destination[Y_AXIS] = Y_MIN_POS;
|