瀏覽代碼

Group related homing options (#20283)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Sergey1560 3 年之前
父節點
當前提交
0acd751e2d
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    2
      Marlin/Configuration.h
  2. 0
    2
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration.h 查看文件

@@ -1099,8 +1099,8 @@
1099 1099
 
1100 1100
 // @section homing
1101 1101
 
1102
-//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
1103
-
1102
+//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed. Also enable HOME_AFTER_DEACTIVATE for extra safety.
1103
+//#define HOME_AFTER_DEACTIVATE   // Require rehoming after steppers are deactivated. Also enable NO_MOTION_BEFORE_HOMING for extra safety.
1104 1104
 //#define UNKNOWN_Z_NO_RAISE      // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
1105 1105
 
1106 1106
 //#define Z_HOMING_HEIGHT  4      // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...

+ 0
- 2
Marlin/Configuration_adv.h 查看文件

@@ -854,8 +854,6 @@
854 854
 // If the Nozzle or Bed falls when the Z stepper is disabled, set its resting position here.
855 855
 //#define Z_AFTER_DEACTIVATE Z_HOME_POS
856 856
 
857
-//#define HOME_AFTER_DEACTIVATE  // Require rehoming after steppers are deactivated
858
-
859 857
 // Default Minimum Feedrates for printing and travel moves
860 858
 #define DEFAULT_MINIMUMFEEDRATE       0.0     // (mm/s) Minimum feedrate. Set with M205 S.
861 859
 #define DEFAULT_MINTRAVELFEEDRATE     0.0     // (mm/s) Minimum travel feedrate. Set with M205 T.

Loading…
取消
儲存