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