Move out of range: 36.760 23.589 377.221 [129785.713]

Printer Model: FLSUN V400
MCU / Printerboard: stm32f103xe - v0.10.0-439-gdfa5afdf
klippy.log: WeTransfer - Send Large Files & Share Photos Online - Up to 2GB Free
Gcode: WeTransfer - Send Large Files & Share Photos Online - Up to 2GB Free

Hello everyone, I hope someone can help me with this. My machine gave me this error and it froze with the hotend on top of the print and I could not continue my print for 9 hours.

The gcode and klippy are in wetransfer because they weigh a lot.

Hello @Anker !

Have you checked that the printer can reach the maximun height not only at the middle of the print area, but also at the margins, especially when the effector gets close to one of the axes like in this image:

grafik

Hello Eddy, thanks for your answer, I have tried it from below but not from above, but the problem was in the center, not at the ends.

I am going to do some test to prove that same thing that you tell me in the upper extremes.

The given error

Move out of range: 36.760 23.589 377.221 [129601.713]

refers not in the centre.

BTW, there are more out of range errors:

Move out of range: 0.108 -118.314 417.224 [-101.000]

However, the printer can’t reach that coordinates.

And is it a problem of klipper or gcode itself?

More of the gcode than of klipper.

And if it is the gcode then it is an issue with the slicer not having the correct limits for the print volume.

Do you see any problem or error here?

I can’t tell if it is right or wrong, because I don’t know what the printer is really capable of.

In theory these are the measurements of the printer, what I don’t know is if there is something mis configured.

I found this config file:

You may compare the settings with yours.

I tried to move the head from the klipper menu from home and I get these errors.

image

I see.

Now you can decrement the Z value in steps of 5 mm or so until you get access to the complete build area. That Z value is the maximum Z height.

I moved the z axis -5 towards the print area and then I moved the x and y axes and it threw me those errors at certain heights.

12:08:16

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:16

G91
G1 X-5 F1200
G90

12:08:15

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

Move out of range: -9.297 6.685 407.961 [0.000]

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:15

G91
G1 X-5 F1200
G90

12:08:14

Move out of range: 10.703 6.685 407.987 [0.000]

12:08:14

G91
G1 X5 F1200
G90

12:08:14

G91
G1 X5 F1200
G90

12:08:14

G91
G1 X5 F1200
G90

12:08:14

Move out of range: 10.703 6.685 407.987 [0.000]

12:08:14

G91
G1 X5 F1200
G90

12:08:14

G91
G1 X5 F1200
G90

12:08:14

G91
G1 X5 F1200
G90

12:08:13

G91
G1 X5 F1200
G90

12:08:13

G91
G1 X5 F1200
G90

12:08:13

G91
G1 X5 F1200
G90

12:08:12

Move out of range: 0.703 11.685 407.972 [0.000]

12:08:12

G91
G1 Y5 F1200
G90

12:08:12

G91
G1 Y5 F1200
G90

12:08:12

G91
G1 Y5 F1200
G90

12:08:12

Move out of range: 0.703 11.685 407.972 [0.000]

12:08:12

G91
G1 Y5 F1200
G90

12:08:12

G91
G1 Y5 F1200
G90

12:08:12

G91
G1 Y5 F1200
G90

12:08:11

Move out of range: 0.703 11.685 407.972 [0.000]

It seems to be a klipper error, right? it can be fixed?

Can you please post such long code with those tags:
image

2 Likes

You can not move in the X and Y plane when a Delta is at max height that is how deltas work not a klipper issue.
The print area cones to a point at max height.

2 Likes

It looks like this:

grafik

2 Likes

I understand then the measurements of the printing area that are given in the specifications of the machine are not correct: I, because they say that it prints up to 41cm in height. Thanks for the reply