Browse Source

Slightly tweaked config to home with worse heated print bed cable routing. make sure you're under z 70mm before homing with these settings

Thomas Buck 8 years ago
parent
commit
74c271be8d
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

589
 
589
 
590
 // @section homing
590
 // @section homing
591
 
591
 
592
-#define Z_HOMING_HEIGHT 0  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
592
+#define Z_HOMING_HEIGHT 10  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
593
                              // Be sure you have this distance over your Z_MAX_POS in case.
593
                              // Be sure you have this distance over your Z_MAX_POS in case.
594
 
594
 
595
 // ENDSTOP SETTINGS:
595
 // ENDSTOP SETTINGS:
734
 #define Z_SAFE_HOMING
734
 #define Z_SAFE_HOMING
735
 
735
 
736
 #if ENABLED(Z_SAFE_HOMING)
736
 #if ENABLED(Z_SAFE_HOMING)
737
-  #define Z_SAFE_HOMING_X_POINT (25)    // X point for Z homing when homing all axis (G28).
737
+  #define Z_SAFE_HOMING_X_POINT (30)    // X point for Z homing when homing all axis (G28).
738
   #define Z_SAFE_HOMING_Y_POINT (MANUAL_Y_HOME_POS)    // Y point for Z homing when homing all axis (G28).
738
   #define Z_SAFE_HOMING_Y_POINT (MANUAL_Y_HOME_POS)    // Y point for Z homing when homing all axis (G28).
739
 #endif
739
 #endif
740
 
740
 

Loading…
Cancel
Save