Skip to content

Commit 2468edd

Browse files
committed
Added troubleshooting steps for 0 points error
1 parent f90f920 commit 2468edd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Photos/0-points-fix.png

11.2 KB
Loading

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@ Relative Reference Index is a method used in the Klipper firmware to calculate m
7575
>```
7676
7777
- Try out the `ADAPTIVE_PURGE` macro and sign your work with a neat VoronDesign logo purge right before your print begins! There's lots of neat variables that can be configured to get it perfect, every time. <img src="./Photos/voron-purge-example.png">
78+
79+
# Troubleshooting:
80+
##### Error:
81+
>`0 points, clamping to bed mesh [(X_Value,Y_Value) (X_Value,Y_Value)]`
82+
83+
This error is caused by `BED_MESH_CALIBRATE` or `PRINT_START` being called in your gcode file before `EXCLUDE_OBJECT_DEFINE` is. This is something you slicer may be doing. Currently, `exclude_object` injects the object definition code after the first line of gcode it sees. This is being worked on and will be fixed as soon as the PR is merged into Moonraker.
84+
##### Solution:
85+
In the mean time, you can add a gcode command in your slicer's start gcode section before `PRINT_START` is called and that will fix the issue. `M117` is a good one to use, it'll just clear the display's current message.
86+
87+
<img src="./Photos/0-points-fix.png">
88+
89+
Here `M117` has been added to the Slicer's Start gcode.
7890
7991
# Honorable Mentions and Amazing Contributors:
8092
- [MapleLeafMakers](https://github.com/MapleLeafMakers) - for assisting in the inception of the project.

0 commit comments

Comments
 (0)