Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 2.0.9.2 Safe home is nowhere near center, and z offset is off #23021

Closed
KalixtShawxo opened this issue Oct 25, 2021 · 11 comments
Closed

[BUG] 2.0.9.2 Safe home is nowhere near center, and z offset is off #23021

KalixtShawxo opened this issue Oct 25, 2021 · 11 comments
Labels
F: Calibration Needs: More Data We need more data in order to proceed stale-closing-soon

Comments

@KalixtShawxo
Copy link

KalixtShawxo commented Oct 25, 2021

Did you test the latest bugfix-2.0.x code?

No, but I will test it now!

Bug Description

upgraded to 2.0.9.2 from .1, same safe home settings:

#define Z_SAFE_HOMING

#if ENABLED(Z_SAFE_HOMING)
  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing
  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing
#endif

but now the hot end stops at X30 Y130 as center, when it should be stopping at X108 Y 117
my printable bed area is 216 x 235.

also, since upgrading, I cannot take the z offset close enough to the bed. previously my z ofset was -3.55, and it printed fine. now the nozzle is too high and I cannot lower it. changing the z offset does not move it any further down.

Going to reflash with the old Firmware from 2.0.9.1 and see what happens

Bug Timeline

new, with upgrade to 2.0.9.2

Expected behavior

I expected it to work the same as 2.0.9.1 with same setting put in before being compiled.

Actual behavior

Safe homing is not going to the expected center (see description above) and z offset is not working

Steps to Reproduce

No response

Version of Marlin Firmware

2.0.9.2

Printer model

Ender 3 Pro with BL-Touch

Electronics

stock

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

Cura

Host Software

OctoPrint

Additional information & file uploads

Configuration.zip

@KalixtShawxo
Copy link
Author

reflashed with compiled 2.0.9.1, homing went to center of bed for the probe, with nozzle over to the right some as expected, whereas with 2.0.9.2 the nozzle was ar x30 putting the bl touch probe close to the left edge.
I had my z offset to -3.55 as before, but for some reason now it was way off. I am having to adjust it down near -3.9, which it is allowing me to do, whereas 2.0.9.2 would not allow the z offset to adjust. the numbers changed but the nozzle didn't.

@thisiskeithb
Copy link
Member

Whenever there are homing or leveling issues, we now ask everyone to follow a standard procedure to gather more information:

  • Download Marlin bugfix-2.0.x to test with the latest code.
  • Enable DEBUG_LEVELING_FEATURE and M114_DETAIL and re-flash the firmware.
  • Connect to your printer from host software such as Cura, Printrun or Repetier Host.
  • Send M502 and M500 to ensure your Configurations are applied.
  • Issue the command M111 S247 to enable maximum logging.
  • Perform a G28 to do your standard homing procedure.
  • Do a G29 to probe the bed. This will also enable bed leveling.
  • Do some of the moves that revealed problems before. Take notes.
  • Copy the log output into a .TXT file and attach it to your next reply.

Repeat this procedure, if needed, to demonstrate inconsistencies. From these logs we should hopefully get a better idea of what's going on with your machine.

@evg-zhabotinsky
Copy link
Contributor

evg-zhabotinsky commented Nov 3, 2021

Do you use M206 to set XY home offsets? If so then maybe the upgrade has nothing to do with the first problem (uncentered safe homing) and #23069 might fix that. Reset offsets with M206 X0 Y0 to check this possibility.

I have no guesses about Z offset problem, except that it might be separate from safe homing XY positioning.

@KalixtShawxo
Copy link
Author

KalixtShawxo commented Nov 4, 2021 via email

@RamazanKara
Copy link

Have the same Z Offset issue. Using 2.0.9.2 the Z Offset started to be way off which did not happen in the previous update. I added myself an automation step to auto probe for the Z Offset and my probes are now off by far. Will further test if i can provide any more debug information

@SeeingBlue
Copy link

I am having the exact same problem with the 2.0.9.2 z offset. I nearly broke something tonight thinking I was doing something wrong. I even enabled the z-probe-offset-wizard and followed that. It was not changing the height of the nozzle when the print started. Rolling back to the previous version sounds like a viable solution for now.

@J-charles-C
Copy link

Hello,

I had the same problem with 2.1.2. Installing the latest bugfix revision didn't work better. On the other hand, my values of Z, K or of sensitivity of the sensorless did not evolve. I did a reset of the internal memory and it worked perfectly. Am I in the same situation as you?

best

@KalixtShawxo
Copy link
Author

KalixtShawxo commented Nov 24, 2021 via email

@J-charles-C
Copy link

Hello,

I'm very bad at English, sorry. I copied exactly the same parameters between 2.0.2 and today's bug fix. This did not improve my home centering problem, I had the Z offset offset and it brought back my old value of K. (I had however written the correct one before compilation and flash) I used the command M502, then M501 and everything is back to normal. If my symtoms were the same as the editor of this post, I'm not sure I share the cause. cordially

@github-actions
Copy link

This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F: Calibration Needs: More Data We need more data in order to proceed stale-closing-soon
Projects
None yet
Development

No branches or pull requests

6 participants