Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #define LEFT_PROBE_BED_POSITION 10
  2. #define RIGHT_PROBE_BED_POSITION 140
  3. #define BACK_PROBE_BED_POSITION 140
  4. #define FRONT_PROBE_BED_POSITION 20
  5.  
  6. #define X_MAX_POS 150
  7. #define X_MIN_POS 0
  8. #define Y_MAX_POS 150
  9. #define Y_MIN_POS 0
  10. #define Z_MAX_POS 220
  11. #define Z_MIN_POS 0
  12.  
  13. #ifdef Z_SAFE_HOMING
  14.  
  15. #define Z_SAFE_HOMING_X_POINT (X_MAX_LENGTH/2)
  16. #define Z_SAFE_HOMING_Y_POINT (Y_MAX_LENGTH/2)
  17.  
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement