Advertisement
Guest User

bdz6fs/diff/Configuration.h

a guest
Apr 16th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.74 KB | None | 0 0
  1. $ diff Marlin-bugfix-2.0.x\\config\\examples\\Creality\\Ender-3\\Configuration.h Marlin-bugfix-2.0.x\\Marlin\\Configuration.h
  2. 597c597
  3. <   //#define ENDSTOPPULLUP_ZMIN_PROBE
  4. ---
  5. >   #define ENDSTOPPULLUP_ZMIN_PROBE
  6. 821c821
  7. < //#define BLTOUCH
  8. ---
  9. > #define BLTOUCH
  10. 824c824
  11. <
  12. ---
  13. >   #define SERVO0_PIN 27
  14. 830c830
  15. <   //#define BLTOUCH_V3
  16. ---
  17. >   #define BLTOUCH_V3
  18. 874,875c874,875
  19. < #define X_PROBE_OFFSET_FROM_EXTRUDER 10  // X offset: -left  +right  [of the nozzle]
  20. < #define Y_PROBE_OFFSET_FROM_EXTRUDER 10  // Y offset: -front +behind [the nozzle]
  21. ---
  22. > #define X_PROBE_OFFSET_FROM_EXTRUDER -41  // X offset: -left  +right  [of the nozzle]
  23. > #define Y_PROBE_OFFSET_FROM_EXTRUDER -5  // Y offset: -front +behind [the nozzle]
  24. 879c879
  25. < #define MIN_PROBE_EDGE 10
  26. ---
  27. > #define MIN_PROBE_EDGE 30
  28. 910,911c910,911
  29. < #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
  30. < #define Z_CLEARANCE_MULTI_PROBE     5 // Z Clearance between multiple probes
  31. ---
  32. > #define Z_CLEARANCE_BETWEEN_PROBES  6 // Z Clearance between probe points
  33. > #define Z_CLEARANCE_MULTI_PROBE     6 // Z Clearance between multiple probes
  34. 1018c1018
  35. < #define MIN_SOFTWARE_ENDSTOPS
  36. ---
  37. > //#define MIN_SOFTWARE_ENDSTOPS
  38. 1109c1109
  39. < //#define AUTO_BED_LEVELING_BILINEAR
  40. ---
  41. > #define AUTO_BED_LEVELING_BILINEAR
  42. 1234c1234
  43. < //#define LCD_BED_LEVELING
  44. ---
  45. > #define LCD_BED_LEVELING
  46. 1279c1279
  47. < //#define Z_SAFE_HOMING
  48. ---
  49. > #define Z_SAFE_HOMING
  50. 1287,1288c1287,1288
  51. < #define HOMING_FEEDRATE_XY (20*60)
  52. < #define HOMING_FEEDRATE_Z  (4*60)
  53. ---
  54. > #define HOMING_FEEDRATE_XY (30*60)
  55. > #define HOMING_FEEDRATE_Z  (3*60)
  56. 1575c1575
  57. < #define SDSUPPORT
  58. ---
  59. > //#define SDSUPPORT
  60. 1601c1601
  61. < //#define SLIM_LCD_MENUS
  62. ---
  63. > #define SLIM_LCD_MENUS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement