Ver código fonte

📝 Update Z_SAFE_HOMING description

Scott Lahteine 4 anos atrás
pai
commit
03a469724a
1 arquivos alterados com 7 adições e 9 exclusões
  1. 7
    9
      Marlin/Configuration.h

+ 7
- 9
Marlin/Configuration.h Ver arquivo

1700
 //#define MANUAL_J_HOME_POS 0
1700
 //#define MANUAL_J_HOME_POS 0
1701
 //#define MANUAL_K_HOME_POS 0
1701
 //#define MANUAL_K_HOME_POS 0
1702
 
1702
 
1703
-// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
1704
-//
1705
-// With this feature enabled:
1706
-//
1707
-// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
1708
-// - If stepper drivers time out, it will need X and Y homing again before Z homing.
1709
-// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
1710
-// - Prevent Z homing when the Z probe is outside bed area.
1711
-//
1703
+/**
1704
+ * Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
1705
+ *
1706
+ * - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
1707
+ * - Allows Z homing only when XY positions are known and trusted.
1708
+ * - If stepper drivers sleep, XY homing may be required again before Z homing.
1709
+ */
1712
 //#define Z_SAFE_HOMING
1710
 //#define Z_SAFE_HOMING
1713
 
1711
 
1714
 #if ENABLED(Z_SAFE_HOMING)
1712
 #if ENABLED(Z_SAFE_HOMING)

Carregando…
Cancelar
Salvar