tzn

Anycubic Delta Kossel Linear Plus basic conf for calibration

tzn
Dec 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.93 KB | None | 0 0
  1.  ~/p/p/3/K/Marlin   zKossel-a4988 …  diff Marlin/Configuration.h Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h                                                                                          5s  Wed Dec 26 17:08:08 2018
  2. 24c24
  3. <  * Choose your version:
  4. ---
  5. >  * Choose your version:
  6. 27c27
  7. < #define ANCYUBIC_KOSSEL_PLUS
  8. ---
  9. > //#define ANCYUBIC_KOSSEL_PLUS
  10. 29,30c29,30
  11. < #define ANYCUBIC_PROBE_VERSION 2 // @zen default for Linear Plus
  12. < // Heated Bed:
  13. ---
  14. > #define ANYCUBIC_PROBE_VERSION 0
  15. > // Heated Bed:
  16. 34c34
  17. < #define ANYCUBIC_KOSSEL_ENABLE_BED 1 // @zen Linear Plus option
  18. ---
  19. > #define ANYCUBIC_KOSSEL_ENABLE_BED 0
  20. 90c90
  21. < #define STRING_CONFIG_H_AUTHOR "@zen" // Who made the changes.
  22. ---
  23. > #define STRING_CONFIG_H_AUTHOR "@brandstaetter, @grbd" // Who made the changes.
  24. 93c93
  25. < #define STRING_SPLASH_LINE2 "zKossel Delta"         // will be shown during bootup in line 2
  26. ---
  27. > #define STRING_SPLASH_LINE2 "Welcome to ANYCUBIC"         // will be shown during bootup in line 2
  28. 145c145
  29. < #define CUSTOM_MACHINE_NAME "zKossel"
  30. ---
  31. > #define CUSTOM_MACHINE_NAME "ANYCUBIC Kossel"
  32. 547c547
  33. <   #define DELTA_FEEDRATE_SCALING
  34. ---
  35. >   //#define DELTA_FEEDRATE_SCALING
  36. 576c576
  37. <
  38. ---
  39. >
  40. 581c581
  41. <     #define DELTA_DIAGONAL_ROD 267.25 // mm
  42. ---
  43. >     #define DELTA_DIAGONAL_ROD 271.5 // mm
  44. 600c600
  45. <   #define DELTA_HEIGHT 390.00 // get this value from auto calibrate
  46. ---
  47. >   #define DELTA_HEIGHT 320.00 // get this value from auto calibrate
  48. 649c649
  49. < #define Z_MIN_ENDSTOP_INVERTING false  // set to true to invert the logic of the endstop.
  50. ---
  51. > #define Z_MIN_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
  52. 653c653
  53. < #define Z_MIN_PROBE_ENDSTOP_INVERTING false  // set to true to invert the logic of the probe.
  54. ---
  55. > #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
  56. 669,673c669,671
  57. <
  58. < // @zen just set default drivers for clarity
  59. < #define X_DRIVER_TYPE  A4988
  60. < #define Y_DRIVER_TYPE  A4988
  61. < #define Z_DRIVER_TYPE  A4988
  62. ---
  63. > //#define X_DRIVER_TYPE  A4988
  64. > //#define Y_DRIVER_TYPE  A4988
  65. > //#define Z_DRIVER_TYPE  A4988
  66. 677c675
  67. < #define E0_DRIVER_TYPE A4988
  68. ---
  69. > //#define E0_DRIVER_TYPE A4988
  70. 685c683
  71. < #define ENDSTOP_INTERRUPTS_FEATURE
  72. ---
  73. > //#define ENDSTOP_INTERRUPTS_FEATURE
  74. 745c743
  75. < #define DEFAULT_MAX_FEEDRATE          { 150, 150, 150, 200} // @zen this machine can do better
  76. ---
  77. > #define DEFAULT_MAX_FEEDRATE          { 100, 100, 100, 100}
  78. 788c786
  79. < //#define S_CURVE_ACCELERATION // @zen not to enable together with LINEAR ADVANCE since 8-bit cannot handle it
  80. ---
  81. > #define S_CURVE_ACCELERATION
  82. 924c922
  83. < #define MIN_PROBE_EDGE 10
  84. ---
  85. > #define MIN_PROBE_EDGE 20
  86. 927c925
  87. < #define XY_PROBE_SPEED 4000
  88. ---
  89. > #define XY_PROBE_SPEED 6000
  90. 1454c1452
  91. < #define PREHEAT_2_TEMP_BED     70 // @zen defaults for PET-G, since I don't use ABS
  92. ---
  93. > #define PREHEAT_2_TEMP_BED    100
Add Comment
Please, Sign In to add comment