# Move out of bounds. no mesh, no eddy, no anything

**URL:** https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684
**Category:** General Discussion
**Created:** [December 15, 2024, 6:47am UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684 "2024-12-15T06:47:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![orflyfisher82](https://avatars.discourse-cdn.com/v4/letter/o/74df32/32.png) [@orflyfisher82](https://klipper.discourse.group/u/orflyfisher82)
#### Post date: [December 15, 2024, 6:47am UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/1 "2024-12-15T06:47:58Z")

</div>

### Basic Information:

Printer Model: Ender3  
 MCU / Printerboard: Creality v1.1.4  
 Host / SBC Raspi 4b  
 klippy.log -----\> [klippy.log - Pastebin.com](https://pastebin.com/nXqDR93P)

### Describe your issue:

…  
Keeps erroring out on a move out of bounds, checked everything i can think of, been googling for days, but cannot find a fix. help?

---

<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: [December 15, 2024, 8:08am UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/2 "2024-12-15T08:08:59Z")

</div>

Hello @orflyfisher82 !

Please upload your klippy.log here - **not to a(nother) file server!**

![Upload](https://global.discourse-cdn.com/free1/uploads/klipper/original/3X/1/8/1829a277b2fe6dff4eba8933c496efc4686ffc0c.png)

---

<div class="post-metadata">

### Author: ![orflyfisher82](https://avatars.discourse-cdn.com/v4/letter/o/74df32/32.png) [@orflyfisher82](https://klipper.discourse.group/u/orflyfisher82)
#### Post date: [December 15, 2024, 11:35am UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/3 "2024-12-15T11:35:51Z")

</div>

[klippy(5).log](https://klipper.discourse.group/uploads/short-url/cd2yhlg23G2gjgbIt4gGiKHKnkC.log) (3.2 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: [December 15, 2024, 12:17pm UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/4 "2024-12-15T12:17:21Z")

</div>

For X:

```auto
...
position_endstop = 0
position_max = 200
...

```

For Y:

```auto
...
position_endstop = 0
position_max = 200
...

```

The errors:

```auto
...
Move out of range: 10.000 221.000 55.500 [0.000]
Move out of range: 10.000 221.000 55.500 [0.000]
...

```

And here:

```auto
[gcode_macro CANCEL_PRINT]
description = Cancels current print.
rename_existing = BASE_CANCEL_PRINT
gcode = 
	M220 S100
	M221 S100
	G91
	{% if printer.extruder.temperature >= 170 %}
	G1 F1800 E-3
	{% endif %}
	{% if printer.toolhead.homed_axes == "xyz" %}
	G1 F6000 Z55
	G90
	G1 X10 Y221 F1000 # <============
	{% endif %}
	
	M140 S0
	M104 S0
	CLEAR_PAUSE
	BASE_CANCEL_PRINT
	SDCARD_RESET_FILE

```

and

```auto
on_error_gcode = CANCEL_PRINT

```

---

<div class="post-metadata">

### Author: ![orflyfisher82](https://avatars.discourse-cdn.com/v4/letter/o/74df32/32.png) [@orflyfisher82](https://klipper.discourse.group/u/orflyfisher82)
#### Post date: [December 15, 2024, 4:43pm UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/5 "2024-12-15T16:43:48Z")

</div>

god I’m such an idiot, Ty for the quuick response

---

<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: [January 15, 2025, 2:44am UTC](https://klipper.discourse.group/t/move-out-of-bounds-no-mesh-no-eddy-no-anything/20684/6 "2025-01-15T02:44:00Z")

</div>

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