Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. # See the example.cfg file for a description of available parameters.
  2.  
  3. [stepper_x]
  4. step_pin: ar54
  5. dir_pin: !ar55
  6. enable_pin: !ar38
  7. step_distance: .0125
  8. endstop_pin: ^!ar3
  9. position_endstop: 0
  10. position_max: 235
  11. homing_speed: 50
  12. homing_retract_dist: 0
  13.  
  14.  
  15. [stepper_y]
  16. step_pin: ar60
  17. dir_pin: ar61
  18. enable_pin: !ar56
  19. step_distance: .0125
  20. endstop_pin: ^!ar14
  21. position_endstop: 0
  22. position_max: 235
  23. homing_speed: 50
  24. homing_retract_dist: 0
  25.  
  26. [stepper_z]
  27. step_pin: ar46
  28. dir_pin: ar48
  29. enable_pin: !ar62
  30. step_distance: .0025
  31. endstop_pin:probe:z_virtual_endstop
  32. position_max: 350
  33. position_min: -1
  34. set_position_z: 5
  35.  
  36. [stepper_z1]
  37. step_pin: ar36
  38. dir_pin: ar34
  39. enable_pin: !ar30
  40. step_distance: .0025
  41. position_max: 350
  42. position_min: -1
  43. set_position_z: 5
  44.  
  45. [extruder]
  46. max_extrude_only_distance: 100.0
  47. step_pin: ar26
  48. dir_pin: !ar28
  49. enable_pin: !ar24
  50. step_distance: 0.010526
  51. nozzle_diameter: 0.400
  52. filament_diameter: 1.750
  53. pressure_advance: 0.060
  54. pressure_advance_lookahead_time: 0.010
  55. heater_pin: ar10
  56. sensor_type: EPCOS 100K B57560G104F
  57. sensor_pin: analog13
  58. #control: pid
  59. # tuned for stock hardware with 200 degree Celsius target
  60. #pid_Kp: 21.527
  61. #pid_Ki: 1.063
  62. #pid_Kd: 108.982
  63. min_temp: 0
  64. max_temp: 250
  65.  
  66. [heater_fan my_nozzle_fan]
  67. pin: ar7
  68. heater: extruder
  69. heater_temp: 50.0
  70.  
  71. [heater_bed]
  72. heater_pin: ar8
  73. sensor_type: EPCOS 100K B57560G104F
  74. sensor_pin: analog14
  75. control: pid
  76. # tuned for stock hardware with 50 degree Celsius target
  77. pid_Kp: 54.027
  78. pid_Ki: 0.770
  79. pid_Kd: 948.182
  80. min_temp: 0
  81. max_temp: 130
  82.  
  83. [fan]
  84. pin: ar9
  85.  
  86. [mcu]
  87. serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AC01J738-if00-port0
  88. pin_map: arduino
  89.  
  90. [printer]
  91. kinematics: cartesian
  92. max_velocity: 300
  93. max_accel: 3000
  94. max_z_velocity: 5
  95. max_z_accel: 100
  96.  
  97. [display]
  98. lcd_type: st7920
  99. cs_pin: EXP1_4
  100. sclk_pin: EXP1_5
  101. sid_pin: EXP1_3
  102. encoder_pins: ^EXP2_3, ^EXP2_5
  103. click_pin: ^!EXP1_2
  104. #kill_pin: ^!EXP2_8
  105.  
  106. [output_pin beeper]
  107. pin: EXP1_1
  108.  
  109. [board_pins]
  110. aliases:
  111. # Common EXP1 header found on many "all-in-one" ramps clones
  112. EXP1_1=ar37, EXP1_3=ar17, EXP1_5=ar23, EXP1_7=ar27, EXP1_9=<GND>,
  113. EXP1_2=ar35, EXP1_4=ar16, EXP1_6=ar25, EXP1_8=ar29, EXP1_10=<5V>,
  114. # EXP2 header
  115. EXP2_1=ar50, EXP2_3=ar31, EXP2_5=ar33, EXP2_7=ar49, EXP2_9=<GND>,
  116. EXP2_2=ar52, EXP2_4=ar53, EXP2_6=ar51, EXP2_8=ar41, EXP2_10=<RST>
  117. # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
  118. # Note, some boards wire: EXP2_8=<RST>, EXP2_10=ar41
  119.  
  120. [bed_mesh]
  121. speed: 80
  122. horizontal_move_z: 5
  123. mesh_min: 90, 20
  124. mesh_max: 235, 235
  125. probe_count: 3,3
  126. fade_start: 1.0
  127. mesh_pps: 2,2
  128.  
  129. [bltouch]
  130. sensor_pin: ^ar18
  131. control_pin: ar11
  132. pin_up_reports_not_triggered: false
  133. x_offset: -26
  134. y_offset: 13
  135. z_offset: 1
  136. pin_move_time: 0.4
  137.  
  138. [gcode_macro G29]
  139. gcode:
  140. BED_MESH_CALIBRATE
  141.  
  142. [safe_z_home]
  143. home_xy_position: 95,170
  144. speed: 80.0
  145. z_hop: 10.0
  146. z_hop_speed: 10.0
  147.  
  148. #*# <---------------------- SAVE_CONFIG ---------------------->
  149. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  150. #*#
  151. #*# [extruder]
  152. #*# control = pid
  153. #*# pid_kp = 30.662
  154. #*# pid_ki = 2.350
  155. #*# pid_kd = 100.035
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement