Advertisement
robathome

Config_June25

Jul 2nd, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1.  
  2. [stepper_x]
  3. step_pin = P2.2
  4. dir_pin = !P2.6
  5. enable_pin = !P2.1
  6. step_distance = .05
  7. endstop_pin = !P1.29
  8. position_endstop = 0
  9. position_max = 230
  10. homing_speed = 30
  11. homing_retract_dist = 2.5
  12. second_homing_speed = 10
  13.  
  14. [tmc2208 stepper_x]
  15. uart_pin = P1.17
  16. microsteps = 4
  17. interpolate = True
  18. run_current = 0.800
  19. hold_current = 0.500
  20. stealthchop_threshold = 2000
  21.  
  22. [stepper_y]
  23. step_pin = P0.19
  24. dir_pin = P0.20
  25. enable_pin = !P2.8
  26. step_distance = .05
  27. endstop_pin = !P1.26
  28. position_endstop = 210
  29. position_max = 210
  30. homing_speed = 30
  31. homing_retract_dist = 2.5
  32. second_homing_speed = 10
  33.  
  34. [tmc2208 stepper_y]
  35. uart_pin = P1.15
  36. microsteps = 4
  37. interpolate = True
  38. run_current = 0.850
  39. hold_current = 0.500
  40. stealthchop_threshold = 250
  41.  
  42. [stepper_z]
  43. step_pin = P0.22
  44. dir_pin = !P2.11
  45. enable_pin = !P0.21
  46. step_distance = .01
  47. endstop_pin = !P1.25
  48. position_endstop = 0.5
  49. position_max = 220
  50. position_min = -2
  51. homing_speed = 5
  52. homing_retract_dist = 2.5
  53. second_homing_speed = 5
  54.  
  55. [tmc2208 stepper_z]
  56. uart_pin = P1.10
  57. microsteps = 4
  58. interpolate = True
  59. run_current = 0.650
  60. hold_current = 0.450
  61. stealthchop_threshold = 30
  62.  
  63. [extruder]
  64. step_pin = P2.13
  65. dir_pin = !P0.11
  66. enable_pin = !P2.12
  67. step_distance = 0.041378
  68. nozzle_diameter = 0.6
  69. filament_diameter = 1.70
  70. heater_pin = P2.7
  71. max_power = 0.40
  72. smooth_time = 1.0
  73. sensor_type = ATC Semitec 104GT-2
  74. sensor_pin = P0.24
  75. pressure_advance = 0.2
  76. pressure_advance_lookahead_time = 0.015
  77. control = pid
  78. pid_kp = 8.194
  79. pid_ki = 0.344
  80. pid_kd = 48.857
  81. min_temp = -5
  82. max_temp = 280
  83.  
  84. [tmc2208 extruder]
  85. uart_pin = P1.8
  86. microsteps = 4
  87. interpolate = False
  88. run_current = 0.6
  89. hold_current = 0.3
  90. stealthchop_threshold = 5
  91.  
  92. [heater_bed]
  93. heater_pin = P2.5
  94. sensor_type = EPCOS 100K B57560G104F
  95. sensor_pin = P0.23
  96. control = pid
  97. pid_kp = 54.027
  98. pid_ki = 0.770
  99. pid_kd = 948.182
  100. min_temp = 0
  101. max_temp = 130
  102.  
  103. [fan]
  104. pin = P2.3
  105. max_power = 1.0
  106.  
  107. [mcu]
  108. serial = /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0
  109. baud = 250000
  110.  
  111. [printer]
  112. kinematics = cartesian
  113. max_velocity = 250
  114. max_accel = 4000
  115. max_accel_to_decel = 2500
  116. square_corner_velocity = 5
  117. max_z_velocity = 60
  118. max_z_accel = 2000
  119.  
  120. [homing_override]
  121. set_position_z = 5
  122. gcode = G1 Z10 F500
  123. G28
  124. axes = z
  125.  
  126. [virtual_sdcard]
  127. path = ~/.octoprint/uploads/
  128.  
  129. [force_move]
  130. enable_force_move = True
  131.  
  132. [display]
  133. lcd_type = st7920
  134. cs_pin = P1.19
  135. sclk_pin = P1.21
  136. sid_pin = P1.23
  137. encoder_pins = ^P1.18, ^P1.20
  138. click_pin = !P0.28
  139.  
  140. [output_pin beeper]
  141. pin = P1.30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement