1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-22 18:25:18 +00:00
2 Homing
AnHardt edited this page 2015-10-16 02:09:10 +02:00

!!!Work in progress!!!

What parameters have an influence to [G28] (Homing), the movement, the real position of the nozzle, the reported, and displayed position?

At least there are: Configuration:

  • endstop pullups

  • z-probe pullup

  • endstop inverting

  • z-probe inverting

  • DISABLE_MAX_ENDSTOPS

  • DISABLE_MIN_ENDSTOPS

  • DISABLE_Z_MIN_PROBE_ENDSTOP

  • X_HOME_DIR

  • Y_HOME_DIR

  • Z_HOME_DIR

  • min_software_endstops

  • max_software_endstops

  • X_MIN_POS

  • Y_MIN_POS

  • Z_MIN_POS

  • X_MAX_POS

  • Y_MAX_POS

  • Z_MAX_POS

  • Z_MIN_PROBE_ENDSTOP

  • MANUAL_HOME_POSITIONS

  • BED_CENTER_AT_0_0

  • MANUAL_X_HOME_POS

  • MANUAL_Y_HOME_POS

  • MANUAL_Z_HOME_POS

  • Z_SAFE_HOMING

  • Z_RAISE_BEFORE_HOMING

  • QUICK_HOME

  • HOME_Y_BEFORE_X

  • X_HOME_BUMP_MM

  • Y_HOME_BUMP_MM

  • Z_HOME_BUMP_MM

  • HOMING_FEEDRATE

  • HOMING_BUMP_DIVISOR

  • ...

  • COREXY

  • COREXZ

  • DELTA

  • SCARA

  • ...

EEPROM:

  • G92
  • M204
  • M205
  • M666
  • M851
  • ...

Previously send g-codes:

  • G92
  • M204
  • M205
  • M666
  • M851
  • ...

Ups - that's a lot!