Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

[BUG] screws hits z-axis thread #31

Closed
Erik262 opened this issue Feb 26, 2020 · 2 comments
Closed

[BUG] screws hits z-axis thread #31

Erik262 opened this issue Feb 26, 2020 · 2 comments

Comments

@Erik262
Copy link

Erik262 commented Feb 26, 2020

Bug Description

While I was making a mesh level with my BL-Touch 3.1v. The screws behind the printhead case was hitting the Z-axis thread (the left one if the printer is looking in front)

Maybe this could also be caused by a non-BL-Touch using person.

Steps to Reproduce

  1. Go to the upper left corner (X min and Y max)
  2. Go to X Max
  3. Screws of the printer head case will hit the Z-axis thread

Additional Information

In the configuration file I found this:
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -8.5
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 272
#define Y_MAX_POS 215
#define Z_MAX_POS 210

In the previous version the code was like this:

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS -8
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 205


This solved my problem
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE

@Erik262 Erik262 changed the title [BUG] (short description) [BUG] screws hits z-axis thread Feb 26, 2020
@Poket-Jony
Copy link
Owner

the faulty pull request: 4033a81

I will fix this

@Poket-Jony
Copy link
Owner

fixed in 158709b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants