Print fails during start G-Code "Move out of range"

Basic Information:

Printer Model: Ender 3 V2
MCU / Printerboard: Whatever is default in the Ender 3 V2
Host / SBC: Raspberry Pi 3B+
klippy.log
klippy.log (3.3 MB)

printer.cfg
printer.cfg (8.8 KB)

start code:
; Ender 3 Custom Start G-code
G92 E0 ; Reset Extruder
G28 ; Home all axes
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

Describe your issue:

I recently fixed a problem where my printer would try to go too far on the y axis. I now have another problem, because my purge line gives this error: “Move out of range: 110.200 337.500 12.600 [151.796]” Any help would be appreciated.

Fixed: All I had to do was add G90 to the start of the start gcode. It was a positioning problem

Where does this sequence start on the print bed?

  1. At the left bottom corner
  2. In the middle?

I’m not sure. After it homes, it goes to draw the purge line, but it says out of bounds. Either way, I fixed it already.

And how did you do that?

Read the last paragraph of the original post

These information belong to the newest posts, not into the initial one.

1 Like

The solution of the OP:

Sorry, I am new to the site. I will keep that in mind!

1 Like

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