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

Improve Sensorless homing/probing for G28, G33 #21899

Merged
merged 75 commits into from
Jul 13, 2021

Commits on May 10, 2021

  1. Mejora SENSORLESS en DELTA

    Cambios en G28 y G33 para hacer funcional SENSORLESS_HOMING y SENSORLESS_PROBING. Se incluyen nuevas funciones en probe.cpp
    lujios committed May 10, 2021
    Configuration menu
    Copy the full SHA
    58bf83a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    30164ed View commit details
    Browse the repository at this point in the history
  2. Update probe.cpp

    lujios committed May 11, 2021
    Configuration menu
    Copy the full SHA
    48ca5b2 View commit details
    Browse the repository at this point in the history
  3. Error versión actualizada

    Regreso a una versión anterior
    lujios committed May 11, 2021
    Configuration menu
    Copy the full SHA
    350164d View commit details
    Browse the repository at this point in the history
  4. Error versión actualizada

    Regreso a una versión anterior
    lujios committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e41f5f0 View commit details
    Browse the repository at this point in the history
  5. DELTA with SENSORLESS_HOMING/PROBING.

    Enhancements for optimal G28 and G33 performance in DELTA with SENSORLESS_PROBING and SENSORLESS_HOMING enabled.
    lujios committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e7db472 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    fc73ae5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Change description.

    Change description Probe::current_homing_on().
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    22671e0 View commit details
    Browse the repository at this point in the history
  2. Revert "Change description."

    This reverts commit 22671e0.
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e842e7a View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Change description.""

    This reverts commit e842e7a.
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    30f47bc View commit details
    Browse the repository at this point in the history
  4. Delete Configuration.h

    lujios authored May 13, 2021
    Configuration menu
    Copy the full SHA
    1b6f2b2 View commit details
    Browse the repository at this point in the history
  5. Delete Configuration_adv.h

    lujios authored May 13, 2021
    Configuration menu
    Copy the full SHA
    49fed0b View commit details
    Browse the repository at this point in the history
  6. Configuration.

    Copy Configuration.h and Configuration_adv.h
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f2d2397 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b7a34c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ef7d75 View commit details
    Browse the repository at this point in the history
  9. Change Configuration origin

    Change Configuration origin
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    c343ee4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd636ef View commit details
    Browse the repository at this point in the history
  11. Update pins_RAMPS.h

    Changed pins_RAMPS.h to origin.
    lujios committed May 13, 2021
    Configuration menu
    Copy the full SHA
    fc1ec09 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Update G28.cpp

    Resolving conflicts between lujios:bugfix-2.0.x and MarlinFirmware:bugfix-2.0.x and committing changes  lujios:bugfix-2.0.x
    lujios committed May 29, 2021
    Configuration menu
    Copy the full SHA
    84d14c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4041c88 View commit details
    Browse the repository at this point in the history
  3. Update G28.cpp

    Error #endif without #if. Fix.
    lujios authored May 29, 2021
    Configuration menu
    Copy the full SHA
    9adb045 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    5c31b99 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    8a661be View commit details
    Browse the repository at this point in the history
  2. Update probe.cpp

    "SLOW Probe fail! - No trigger.".
    Version 2.0.9, mistakenly modified to see if the probe was triggered, on the MAX endstop, instead of the MIN.
    lujios authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    909ac8b View commit details
    Browse the repository at this point in the history
  3. Update probe.cpp

    Correct variable name "save_current_" in 'void Probe :: current_homing_off ()'.
    lujios authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7ec77fc View commit details
    Browse the repository at this point in the history
  4. Update probe.cpp

    Oops !! Typographic error.
    lujios authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4230664 View commit details
    Browse the repository at this point in the history
  5. Update pins_AZSMZ_MINI.h

    X_MIN_PIN and Y_MIN_PIN not defined and a compilation error occurred in "probe.cpp".
    Test.
    lujios authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    58a0b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. initial review quick fixes

    thinkyhead committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2e9bffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2824be1 View commit details
    Browse the repository at this point in the history
  3. non-delta slow homing

    thinkyhead committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3d15bd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. fewer static buffers

    thinkyhead committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    876be19 View commit details
    Browse the repository at this point in the history
  2. style tweaks

    thinkyhead committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    4fcee1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f05cd9 View commit details
    Browse the repository at this point in the history
  4. Update set_homing_current

    thinkyhead committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    7904673 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    742653e View commit details
    Browse the repository at this point in the history
  6. move some to planner

    thinkyhead committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    e77ba46 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Update planner.cpp

    Error saved_motion_state
    lujios authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    bb2569f View commit details
    Browse the repository at this point in the history
  2. Typographic error. debug_current -> debug_current_on

    debug_current -> debug_current_on
    lujios authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    8869fa9 View commit details
    Browse the repository at this point in the history
  3. SENSORLESS_PROBING to SENSORLESS_HOMING

    ac_home()
    lujios authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    e59e05b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a5573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f22adf2 View commit details
    Browse the repository at this point in the history
  6. Update probe.h

    lujios authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6deb5e0 View commit details
    Browse the repository at this point in the history
  7. Update probe.cpp

    lujios authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    17c3421 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Update probe.cpp

    lujios authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    fa3f66a View commit details
    Browse the repository at this point in the history
  2. Update probe.cpp

    lujios authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0afa0b0 View commit details
    Browse the repository at this point in the history
  3. Update probe.cpp

    lujios authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e194686 View commit details
    Browse the repository at this point in the history
  4. Update probe.cpp

    I must be very clumsy.
    lujios authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    cccbb23 View commit details
    Browse the repository at this point in the history
  5. Update probe.cpp

    Unable to understand compilation error, with code that is identical elsewhere.
    Help!!
    lujios authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6591021 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Update probe.cpp

    I try to avoid the error during check commit.
    lujios authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3ef49e9 View commit details
    Browse the repository at this point in the history
  2. Update probe.cpp

    This error is driving me crazy.
    lujios authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a5960b6 View commit details
    Browse the repository at this point in the history
  3. Update probe.cpp

    lujios authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b39dcc0 View commit details
    Browse the repository at this point in the history
  4. Update probe.cpp

    #include "stepper/trinamic.h"
    lujios authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ac1595f View commit details
    Browse the repository at this point in the history
  5. Update probe.cpp

    lujios authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5598406 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Update tmc_util.h

    To resolve conflict in the source branch.
    This code had been brought into planner.h for convenience, but I don't think it's necessary. If modified to support DELTA.
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    7f8e424 View commit details
    Browse the repository at this point in the history
  2. Update probe.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    46a1943 View commit details
    Browse the repository at this point in the history
  3. Update probe.cpp

    New functionality for G33. It does not activate stallguard on the selected axis.
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    0b04316 View commit details
    Browse the repository at this point in the history
  4. Update G33.cpp

    New functionality that allows disabling stallguard on the selected axis. Allows you to calibrate the sensitivity individually, when using SENSORLESS_PROBING.
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f92fdd2 View commit details
    Browse the repository at this point in the history
  5. Update planner.h

    We move the definition of motion_state_t, to tmc_util.h, to avoid conflicts in the source branch.
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    181808c View commit details
    Browse the repository at this point in the history
  6. Update endstops.cpp

    #if BOTH(DELTA, SENSORLESS_PROBING)
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    e4477b0 View commit details
    Browse the repository at this point in the history
  7. Update delta.cpp

    endstops.report_states() at the end of the first approach in homing DELTA.
    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    b8e6477 View commit details
    Browse the repository at this point in the history
  8. Update probe.cpp

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f7ee2a2 View commit details
    Browse the repository at this point in the history
  9. Update tmc_util.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    8318e7a View commit details
    Browse the repository at this point in the history
  10. Update tmc_util.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    2b66a40 View commit details
    Browse the repository at this point in the history
  11. Update tmc_util.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    40bda0c View commit details
    Browse the repository at this point in the history
  12. Update tmc_util.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    a7aa0db View commit details
    Browse the repository at this point in the history
  13. Update G33.cpp

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    3689e97 View commit details
    Browse the repository at this point in the history
  14. Update planner.h

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    0edbd14 View commit details
    Browse the repository at this point in the history
  15. Update planner.cpp

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    85015e9 View commit details
    Browse the repository at this point in the history
  16. Update G28.cpp

    lujios authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    8762770 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4fa184b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    6ccff86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db829ea View commit details
    Browse the repository at this point in the history
  3. motion_state_t

    thinkyhead committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    fe218b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1f837b View commit details
    Browse the repository at this point in the history
  5. Fix warning

    thinkyhead committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    01a7477 View commit details
    Browse the repository at this point in the history