Trouble changing mesh inset #2070
-
I just got a sprite pro hot end kit for my ender 3 v2 pro and discovered the right most probe points for the bed level mesh cause the hot end to hit the frame due to the bltouch probe being farther left on the new hot end assembly. From what I've read in the discussions changing the mesh insert should fix this issue but when I try increasing the number nothing seems to change. I changed the name of the printer and the grid from 3x3 to 5x5 and those changes work fine so I don't think I'm compiling or flashing the software wrong. Does the number next to #define MESH_INSET refer to mm? The default is 10 and by my testing an additional 12mm should be enough to fix the issue but even changing the number to 40 didn't seem to effect where the probe was hitting. Is there another setting I need to change? EDIT: I am using bugfix-JyersUI firmware |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Found the solution! The x axis travel limit had to be adjusted. By default it is set to X_BED_SIZE + 15. Removing the +15 stopped it from hitting the frame. |
Beta Was this translation helpful? Give feedback.
Found the solution! The x axis travel limit had to be adjusted. By default it is set to X_BED_SIZE + 15. Removing the +15 stopped it from hitting the frame.