Advertisement
NeeqOne

skr_mini_e3

Oct 7th, 2020
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: PB13
  3. dir_pin: !PB12
  4. enable_pin: !PB14
  5. step_distance: .0125
  6. endstop_pin: ^PC0
  7. position_endstop: 0
  8. position_max: 235
  9. homing_speed: 50
  10.  
  11. [tmc2209 stepper_x]
  12. uart_pin: PB15
  13. microsteps: 16
  14. run_current: 0.580
  15. hold_current: 0.500
  16. stealthchop_threshold: 250
  17.  
  18. [stepper_y]
  19. step_pin: PB10
  20. dir_pin: !PB2
  21. enable_pin: !PB11
  22. step_distance: .0125
  23. endstop_pin: ^PC1
  24. position_endstop: 0
  25. position_max: 235
  26. homing_speed: 50
  27.  
  28. [tmc2209 stepper_y]
  29. uart_pin: PC6
  30. microsteps: 16
  31. run_current: 0.580
  32. hold_current: 0.500
  33. stealthchop_threshold: 250
  34.  
  35. [stepper_z]
  36. step_pin: PB0
  37. dir_pin: PC5
  38. enable_pin: !PB1
  39. step_distance: .0025
  40. endstop_pin: probe:z_virtual_endstop
  41. position_endstop: 1
  42. position_min: -10
  43. position_max: 250
  44.  
  45. [tmc2209 stepper_z]
  46. uart_pin: PC10
  47. microsteps: 16
  48. run_current: 0.580
  49. hold_current: 0.500
  50. stealthchop_threshold: 5
  51.  
  52. [extruder]
  53. step_pin: PB3
  54. dir_pin: !PB4
  55. enable_pin: !PD2
  56. step_distance: 0.0024096
  57. nozzle_diameter: 0.400
  58. filament_diameter: 1.750
  59. heater_pin: PC8
  60. sensor_type: EPCOS 100K B57560G104F
  61. sensor_pin: PA0
  62. #control: pid
  63. #pid_Kp: 17.10
  64. #pid_Ki: 1.13
  65. #pid_Kd: 64.77
  66. min_temp: 0
  67. max_temp: 260
  68. max_extrude_only_distance: 300.0
  69.  
  70. [tmc2209 extruder]
  71. uart_pin: PC11
  72. microsteps: 16
  73. run_current: 0.650
  74. hold_current: 0.500
  75. stealthchop_threshold: 5
  76.  
  77. [heater_bed]
  78. heater_pin: PC9
  79. sensor_type: ATC Semitec 104GT-2
  80. sensor_pin: PC3
  81. control: pid
  82. pid_Kp: 59.632
  83. pid_Ki: 1.250
  84. pid_Kd: 711.116
  85. min_temp: 0
  86. max_temp: 130
  87.  
  88. [fan]
  89. pin: PA8
  90. kick_start_time: 0.750
  91. cycle_time: 0.020
  92.  
  93. [mcu]
  94. baud: 250000
  95. serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_0-if00
  96.  
  97. [printer]
  98. kinematics: cartesian
  99. max_velocity: 300
  100. max_accel: 3000
  101. max_z_velocity: 5
  102. max_z_accel: 100
  103. square_corner_velocity: 1.0
  104.  
  105. [static_digital_output usb_pullup_enable]
  106. pins: !PC13
  107.  
  108. [board_pins]
  109. aliases:
  110. # EXP1 header
  111. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  112. EXP1_2=PB6, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB7, EXP1_10=<5V>
  113.  
  114. [bltouch]
  115. sensor_pin: ^PC2
  116. control_pin: PA1
  117. x_offset: 49
  118. y_offset: 0
  119. z_offset: -1.36
  120. #pin_move_time: 0.4
  121.  
  122. [bed_mesh]
  123. speed: 125
  124. horizontal_move_z: 5
  125. probe_count: 3,3
  126. fade_start: 1.0
  127. mesh_pps: 2,2
  128. mesh_min: 49,10
  129. mesh_max: 205,205
  130. horizontal_move_z: 8.5
  131.  
  132. [gcode_macro G29]
  133. gcode:
  134. BED_MESH_CLEAR
  135. BED_MESH_CALIBRATE
  136. BED_MESH_OUTPUT
  137.  
  138. [safe_z_home]
  139. home_xy_position: 68.5,117.5
  140. speed: 80.0
  141. z_hop: 10.0
  142. z_hop_speed: 10.0
  143.  
  144. [display]
  145. lcd_type: st7920
  146. cs_pin: EXP1_7
  147. sclk_pin: EXP1_6
  148. sid_pin: EXP1_8
  149. encoder_pins: ^EXP1_5, ^EXP1_3
  150. click_pin: ^!EXP1_2
  151. #kill_pin: ^!EXP2_8
  152.  
  153. [output_pin beeper]
  154. pin: EXP1_1
  155.  
  156. [virtual_sdcard]
  157. path: ~/sdcard/
  158.  
  159. #[web_dwc2]
  160. # optional - defaulting to Klipper
  161. #printer_name: Ender_3
  162. # optional - defaulting to 127.0.0.1
  163. #listen_adress: 0.0.0.0
  164. # needed - use above 1024 as nonroot user
  165. #listen_port: 4750
  166. # optional defaulting to dwc2/web. Its a folder relative to your virtual sdcard.
  167. #web_path: dwc2/web
  168. # optional - defaulting to /tmp/printer, needed in order to get dwc multi-session
  169.  
  170. ############################
  171. ##### CREATED BY KIAUH #####
  172. ############################
  173. [display_status]
  174. [pause_resume]
  175. [include mainsail_macros.cfg]
  176. #serial_path: /tmp/printer-$printer-num
  177.  
  178. #*# <---------------------- SAVE_CONFIG ---------------------->
  179. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  180. #*#
  181. #*# [bed_mesh default]
  182. #*# version = 1
  183. #*# points =
  184. #*# 0.015000, -0.085000, -0.217500
  185. #*# 0.070000, -0.015000, -0.112500
  186. #*# -0.117500, -0.100000, -0.115000
  187. #*# tension = 0.2
  188. #*# min_x = 49.0
  189. #*# algo = lagrange
  190. #*# y_count = 3
  191. #*# mesh_y_pps = 2
  192. #*# min_y = 10.0
  193. #*# x_count = 3
  194. #*# max_y = 205.0
  195. #*# mesh_x_pps = 2
  196. #*# max_x = 205.0
  197. #*#
  198. #*# [extruder]
  199. #*# control = pid
  200. #*# pid_kp = 20.816
  201. #*# pid_ki = 0.890
  202. #*# pid_kd = 121.773
  203.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement