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

**URL:** https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036
**Category:** General Discussion
**Created:** [September 26, 2024, 6:41am UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036 "2024-09-26T06:41:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Samm\_Adamms](https://avatars.discourse-cdn.com/v4/letter/s/85f322/32.png) [@Samm\_Adamms](https://klipper.discourse.group/u/Samm_Adamms)
#### Post date: [September 26, 2024, 6:41am UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/1 "2024-09-26T06:41:22Z")

</div>

### 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](https://klipper.discourse.group/uploads/short-url/i7qBbTt27noJNQnFOVgnL4y2Lzv.zip) (3.0 MB)

…

---

<div class="post-metadata">

### Author: ![EddyMI3D](https://yyz2.discourse-cdn.com/free1/user_avatar/klipper.discourse.group/eddymi3d/32/1981_2.png) [@EddyMI3D](https://klipper.discourse.group/u/EddyMI3D)
#### Post date: [September 26, 2024, 6:48am UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/2 "2024-09-26T06:48:43Z")

</div>

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

> [@Understanding X and Y Axes Limits and Homing](https://klipper.discourse.group/t/understanding-x-and-y-axes-limits-and-homing/10779):
>
> The X and Y Axis Klipper needs to know from its printer.cfg settings how far the X and Y axes can safely move without hitting the printer’s frame. It also needs to know where the origin (X=0 / Y=0) is. This origin is the beginning of the usable printer bed. In the following, we assume a Cartesian printer that follows the conventions of a [Cartesian Coordinate System](https://en.wikipedia.org/wiki/Cartesian_coordinate_system). This is also the reason why it is a quasi-standard to define the origin as the left-front corner of the bed. This way, all logic…

---

<div class="post-metadata">

### Author: ![Samm\_Adamms](https://avatars.discourse-cdn.com/v4/letter/s/85f322/32.png) [@Samm\_Adamms](https://klipper.discourse.group/u/Samm_Adamms)
#### Post date: [September 26, 2024, 6:54pm UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/3 "2024-09-26T18:54:13Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![EddyMI3D](https://yyz2.discourse-cdn.com/free1/user_avatar/klipper.discourse.group/eddymi3d/32/1981_2.png) [@EddyMI3D](https://klipper.discourse.group/u/EddyMI3D)
#### Post date: [September 26, 2024, 7:38pm UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/4 "2024-09-26T19:38:31Z")

</div>

As for this:

```auto
[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

```auto
[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`

---

<div class="post-metadata">

### Author: ![Samm\_Adamms](https://avatars.discourse-cdn.com/v4/letter/s/85f322/32.png) [@Samm\_Adamms](https://klipper.discourse.group/u/Samm_Adamms)
#### Post date: [September 26, 2024, 10:14pm UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/5 "2024-09-26T22:14:32Z")

</div>

Thanks for the help

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/klipper/original/1X/64419bf2aac6639e6ef5cef200dcd456b0a01ac3.png) [@system](https://klipper.discourse.group/u/system)
#### Post date: [October 27, 2024, 8:15am UTC](https://klipper.discourse.group/t/move-out-of-range-5-000-20-250-5-000-0-000/19036/6 "2024-10-27T08:15:22Z")

</div>

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