Myshka

local.cfg

Dec 13th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [Geometry]
  2. axis_config = 2
  3.  
  4. # Set the total length each axis can travel
  5. travel_x = 0.3
  6. travel_y = 0.3
  7. travel_z = 0.23
  8.  
  9. # Define the origin in relation to the endstops
  10. offset_x = 0.300
  11. offset_y = 0.300
  12. offset_z = 0.0
  13. offset_e = 0.0
  14. offset_h = 0.0
  15.  
  16. [Steppers]
  17. microstepping_x = 6
  18. microstepping_y = 6
  19. microstepping_z = 6
  20. microstepping_e = 6
  21. microstepping_h = 6
  22. current_x = 0.5
  23. current_y = 0.5
  24. current_z = 0.7
  25. current_e = 0.8
  26. current_h = 0.6
  27. steps_pr_mm_x = 10.0
  28. steps_pr_mm_y = 10.0
  29. steps_pr_mm_z = 25
  30. steps_pr_mm_e = 25.5
  31. steps_or_mm_h = 25.5
  32. direction_z = 1
  33. direction_y = -1
  34. direction_x = -1
  35. direction_e = -1
  36. direction_h = -1
  37.  
  38. [Endstops]
  39. invert_x1 = true
  40. invert_x2 = true
  41. invert_y1 = false
  42. invert_y2 = True
  43. invert_z1 = True
  44. invert_z2 = false
  45.  
  46. end_stop_X1_stops = x_cw, y_cw
  47. end_stop_Y1_stops = x_cw, y_ccw
  48. end_stop_Z2_stops = z_cw
  49.  
  50. [Homing]
  51. home_speed_z = 0.075
  52. home_speed_x = -0.075
  53. home_speed_y = -0.075
  54. home_backoff_speed_x = 0.01
  55. home_backoff_offset_x = 0.01
  56. home_backoff_offset_z = 0.01
  57.  
  58. home_z = 0.0
  59. home_x = 0.0
  60. home_y = 0.0
  61.  
  62. [Heaters]
  63. sensor_E = SEMITEC-104GT-2
  64. pid_Kp_E = 0.0327
  65. pid_Ti_E = 83.9984
  66. pid_Td_E = 6.0605
  67. max_temp_E = 295
  68.  
  69. sensor_H = SEMITEC-104GT-2
  70.  
  71. sensor_HBP = B57560G1104F
  72. pid_Kp_HBP = 0.0508
  73. pid_Ti_HBP = 258.9611
  74. pid_Td_HBP = 18.6841
  75.  
  76. Recv: pid_hbp_Kp = 0.0508
  77. Recv: pid_hbp_Ti = 258.9611
  78. Recv: pid_hbp_Td = 18.6841
  79. max_temp_hbp = 125
  80.  
  81. [Cold-ends]
  82. connect-therm-E-fan-0 = True
  83. add-fan-1-to-M106 = True
  84.  
  85.  
  86. ---------- TOGGLE LOCAL.CFG -----------------
  87.  
  88. [Rest]
  89. api_key = 53800BCD464E4D44B914D4A4FE8351CB
  90.  
  91. [System]
  92. rotation = 0
  93.  
  94. [Preheat]
  95. bed_temp = 60
  96. t0_temp = 180
  97. t1_temp = 180
Add Comment
Please, Sign In to add comment