Guest User

Untitled

a guest
Sep 26th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.30 KB | None | 0 0
  1. // #################### Z-Probing #####################
  2.  
  3. #define Z_PROBE_Z_OFFSET 1
  4. #define Z_PROBE_Z_OFFSET_MODE 0
  5. #define UI_BED_COATING 1
  6. #define FEATURE_Z_PROBE true
  7. #define Z_PROBE_BED_DISTANCE -1
  8. #define Z_PROBE_PIN 20
  9. #define Z_PROBE_PULLUP 0
  10. #define Z_PROBE_ON_HIGH 0
  11. #define Z_PROBE_X_OFFSET 26
  12. #define Z_PROBE_Y_OFFSET 50
  13. #define Z_PROBE_WAIT_BEFORE_TEST 0
  14. #define Z_PROBE_SPEED 2
  15. #define Z_PROBE_XY_SPEED 150
  16. #define Z_PROBE_SWITCHING_DISTANCE 1
  17. #define Z_PROBE_REPETITIONS 1
  18. #define Z_PROBE_HEIGHT 1
  19. #define Z_PROBE_START_SCRIPT ""
  20. #define Z_PROBE_FINISHED_SCRIPT ""
  21. #define Z_PROBE_REQUIRES_HEATING 0
  22. #define Z_PROBE_MIN_TEMPERATURE 150
  23. #define FEATURE_AUTOLEVEL 1
  24. #define Z_PROBE_X1 20
  25. #define Z_PROBE_Y1 20
  26. #define Z_PROBE_X2 160
  27. #define Z_PROBE_Y2 20
  28. #define Z_PROBE_X3 100
  29. #define Z_PROBE_Y3 160
  30. #define BED_LEVELING_METHOD 1
  31. #define BED_CORRECTION_METHOD 0
  32. #define BED_LEVELING_GRID_SIZE 2
  33. #define BED_LEVELING_REPETITIONS 5
  34. #define BED_MOTOR_1_X 0
  35. #define BED_MOTOR_1_Y 0
  36. #define BED_MOTOR_2_X 200
  37. #define BED_MOTOR_2_Y 0
  38. #define BED_MOTOR_3_X 100
  39. #define BED_MOTOR_3_Y 200
  40. #define BENDING_CORRECTION_A 0
  41. #define BENDING_CORRECTION_B 0
  42. #define BENDING_CORRECTION_C 0
  43. #define FEATURE_AXISCOMP 0
  44. #define AXISCOMP_TANXY 0
  45. #define AXISCOMP_TANYZ 0
  46. #define AXISCOMP_TANXZ 0
Add Comment
Please, Sign In to add comment