Cura error. Move out of range

Hi,

i am Super slicer user, but i wan try Cura 5… the problem when i try to print a file, i receive this error by console: “Move out of range: 468.996 521.269 27.300 [0.262]”

I think I’ve tried all the printer settings in Cura… and some start gcode (for relative and absolute moves)… but I can’t figure out what I’m doing wrong…

Where can I see how to configure Cura 5, to use it with Klipper, on a 400x400x400 printer.

The start of the gcode that I want to print is this:

";FLAVOR:Marlin
;TIME:14823
;Filament used: 29.562m
;Layer height: 0.21
;MINX:150,358
;MINY:150,358
;MINZ:0.3
;MAXX:239,642
;MAXY:239,642
;MAXZ:38.1
;Generated with Cura_SteamEngine main
M140 S60
M105
M190 S60
M104 S205
M105
M109 S205
M82 ;absolute extrusion mode

G92 E0
G92 E0
;LAYER_COUNT:181
;LAYER:0
M107
G0 F3600 X161.395 Y165.629 Z0.3
G0 X153.639 Y178.187
;TYPE:SKIRT
G1 X153.962 Y177.453 E0.04417
G1 X154.356 Y176.754 E0.08836
G1 X154.818 Y176.098 E0.13256
G1 X155.342 Y175.491 E0.17672
G1 X155.925 Y174.939 E0.22094
G1 X156.665 Y174.366 E0.27249
G1 X156.68 Y173.846 E0.30115
G1 X156.781 Y173.05 E0.34534
G1 X156.96 Y172.268 E0.38953
G1 X157.217 Y171.508 E0.43371
G1 X157.548 Y170.777 E0.47791
G1 X158.171 Y169.761 E0.54356"

It seems that Cura 5 has no special setting for Klipper

So use Marlin instead.

Do your Machine settings look similar to this?

grafik

yes, only that height its 400

I had another look on your gcode snippet:
Actually, I miss a homing command: G28

You may put it right at the beginning of your start script, or after the heating commands, but before any movement commands (G0/G1).

When I start printer home x and y… Move to the center of the bed and home Z…

In the start gcode… Only home x and Y… Nothing with Z. Ok?

At the start of a print, all axes should be homed.

But if you have homed X and Y, I don’t know why these are out of range…

can you share the klippy.log?

Sure…

klippy.log (2).txt (6.5 MB)