Move out of range: 5.000 -20.250 5.000 [0.000]

Basic Information:

Printer Model: K1 Max
MCU / Printerboard:GD32F303RET6
Host / SBC
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue: I am getting the following error.

!! {“code”:“key586”,“msg”:“Move out of range: 5.000 -20.250 5.000 [0.000]”, “values”:[5.000, -20.250, 5.000, 0.000]}
klippy (2).zip (3.0 MB)

Hello @Samm_Adamms !

Sorry, but we do not support the K1 because Creality missformed Klipper in a way we can not comprehend.


Hint to your issue:

Please verify the print bed limits and the X/Y offsets of the BLtouch

I am having trouble figuring out the offset and coordinates. Is there anyway you could tell me where issue is? I know you don’t normally do anything for the K1 series, but if its a coordinate issue, wouldn’t the same solution apply. I have looked at a few of the examples, and honestly my brain is not braining right now. I just can’t seem to figure out the solution.

As for this:

[bltouch]
sensor_pin = ^nozzle_mcu: PA9
control_pin = nozzle_mcu: PA8
pin_move_time = 0.500
x_offset = 0.0
y_offset = 25.25
z_offset = 1.925
speed = 10
lift_speed = 20
samples = 3
probe_with_touch_mode = true
samples_result = average
stow_on_each_sample = false
samples_tolerance = 0.1
samples_tolerance_retries = 5
sample_retract_dist = 3

the BLtouch is 25.25 mm in behind the nozzle.

You start the bed mesh at Y=5mm

[bed_mesh]
speed = 150
mesh_min = 5,5
mesh_max = 215,215
probe_count = 5,5
fade_start = 5.0
fade_end = 50.0

so that the BLtouch can reach that point, the nozzle has to go 5mm - 25.25mm = 20.25mm

Thanks for the help

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