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

Sensorless homing with TMC 2130 not working when homing all axes at once #9471

Closed
Tamonir opened this issue Feb 4, 2018 · 4 comments
Closed

Comments

@Tamonir
Copy link

Tamonir commented Feb 4, 2018

Hi

  • Description:
    I have some issues using sensorless homing feature of Fysetc 2130. SPI - resistor is soldered out, CF4 and CFG5 are properly soldered. When Homing via GCODE "G28 X", X homes successfully by sensorless homing and detects the end of the axis. Same for "G28 Y". However, if I say "G28" or "G28 XY", both axes are raming into the end without detecting anything.

  • Expected behaviour:
    Proper detection of sensorless X and Y endstops

  • Actual behaviour:
    "G28 X" and "G28 Y" working fine with sensorless homing but "G28 XY" and "G28" do not (ramming without detection)

  • Steps to reproduce:

Thanks in advance

@lemmingDev
Copy link

//#define QUICK_HOME

make sure QUICK_HOME is disabled

@Tamonir
Copy link
Author

Tamonir commented Feb 11, 2018

Thanks a lot! I would never have found that one. Works perfect!

@thinkyhead
Copy link
Member

thinkyhead commented Feb 19, 2018

See if adding this to the very end of quick_home_xy helps, and you may then be able to use QUICK_HOME again…

    #if ENABLED(SENSORLESS_HOMING)
      safe_delay(500); // Short delay needed to settle
    #endif

AnHardt added a commit to AnHardt/Marlin that referenced this issue Mar 29, 2018
This is a remainder of an unsucsessfull try to fix sensorless quickhoming (MarlinFirmware#9471). A positive effect was never confirmed.
Half a second is not short.
If this would be a fix for anything, the same fix would be nedded in delta-homing.
AnHardt added a commit to AnHardt/Marlin that referenced this issue Mar 29, 2018
This is a remainder of an unsucsessfull try to fix sensorless quickhoming (MarlinFirmware#9471). A positive effect was never confirmed.
Half a second is not short.
If this would be a fix for anything, the same fix would be nedded in delta-homing.
@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 Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants