Prime line outside of the bed

Basic Information:

Printer Model: Neptune 3 Plus
MCU / Printerboard: Raspberry Pi 4
klippy.log

Describe your issue:

… When I start my print, the prime line tends to print outside of the bed. How do I shift the prime line to the right by 2 cm?

Below is my g code, which is the default given by orcaslicer

M83 ; extruder relative mode
M104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling
M140 S[bed_temperature_initial_layer_single] ; set final bed temp
G4 S10 ; allow partial nozzle warmup
G28 ; home all axis
;G29 ; run abl mesh
M420 S1 ; load mesh
G1 Z50 F240
G1 X2 Y10 F3000
M104 S[nozzle_temperature_initial_layer] ; set final nozzle temp
M190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize
M109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize
G1 Z0.28 F240
G92 E0
G1 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 F5000
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle
G92 E0
G1 X2 Y10 F3000 # Move to X2 and Y10
...
G1 Y140 E10 F1500 ; prime the nozzle # Move to Y140 while extruding 10mm
G1 X2.3 F5000 # Move from X2 to X2.3
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle # Move back to Y10 while extruding 10mm
G92 E0

I commented what is happening. Adapt it to your needs.
Some more comments:

If you have further questions, stick to the initial requirements and post your klippy.log.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.