Skip to content

Commit ec04e53

Browse files
committed
Small prime
1 parent 2970e9d commit ec04e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/gcode/bedlevel/G26.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ inline bool prime_nozzle() {
503503
const xyz_pos_t p4 = { x_offset, Y_BED_SIZE - y_offset, g26_layer_height };
504504

505505
// Small prime
506-
const xyz_pos_t pp1 = { x_gp_size + x_offset, y_offset + 10, g26_layer_height };
507-
const xyz_pos_t pp2 = { X_BED_SIZE - x_gp_size - x_offset, y_offset + 10, g26_layer_height };
506+
const xyz_pos_t pp1 = { X_BED_SIZE - x_gp_size - x_offset, y_offset + 10, g26_layer_height };
507+
const xyz_pos_t pp2 = { x_gp_size + x_offset, y_offset + 10, g26_layer_height };
508508
print_line_from_here_to_there(
509509
pp1,
510510
pp2

0 commit comments

Comments
 (0)