rootiest

CharminUltra_TP-printer.cfg

Jul 21st, 2022 (edited)
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.32 KB | None | 0 0
  1. [include fluidd.cfg]
  2. [mcu]
  3. serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_52003F001650344D30363620-if00
  4.  
  5. [printer]
  6. kinematics: none
  7. max_velocity: 1000
  8. max_accel: 1000
  9.  
  10. # /dev/serial/by-id/usb-Klipper_stm32g0b1xx_52003F001650344D30363620-if00
  11.  
  12. # This file contains common pin mappings for the BIGTREETECH SKR mini
  13. # E3 v3.0. To use this config, the firmware should be compiled for the
  14. # STM32G0B1 with a "8KiB bootloader" and USB communication.
  15.  
  16. # The "make flash" command does not work on the SKR mini E3. Instead,
  17. # after running "make", copy the generated "out/klipper.bin" file to a
  18. # file named "firmware.bin" on an SD card and then restart the SKR
  19. # mini E3 with that SD card.
  20.  
  21. # See docs/Config_Reference.md for a description of parameters.
  22.  
  23. [stepper_x]
  24. step_pin: PB13
  25. dir_pin: !PB12
  26. enable_pin: !PB14
  27. microsteps: 16
  28. rotation_distance: 40
  29. endstop_pin: ^PC0
  30. position_endstop: 0
  31. position_max: 235
  32. homing_speed: 50
  33.  
  34. [tmc2209 stepper_x]
  35. uart_pin: PC11
  36. tx_pin: PC10
  37. uart_address: 0
  38. run_current: 0.580
  39. stealthchop_threshold: 999999
  40.  
  41. [stepper_y]
  42. step_pin: PB10
  43. dir_pin: !PB2
  44. enable_pin: !PB11
  45. microsteps: 16
  46. rotation_distance: 40
  47. endstop_pin: ^PC1
  48. position_endstop: 0
  49. position_max: 235
  50. homing_speed: 50
  51.  
  52. [tmc2209 stepper_y]
  53. uart_pin: PC11
  54. tx_pin: PC10
  55. uart_address: 2
  56. run_current: 0.580
  57. stealthchop_threshold: 999999
  58.  
  59. [stepper_z]
  60. step_pin: PB0
  61. dir_pin: !PC5
  62. enable_pin: !PB1
  63. microsteps: 16
  64. rotation_distance: 4
  65. endstop_pin: probe:z_virtual_endstop
  66. position_min: 0
  67. position_max: 250
  68.  
  69. [tmc2209 stepper_z]
  70. uart_pin: PC11
  71. tx_pin: PC10
  72. uart_address: 1
  73. run_current: 0.600
  74. # hold_current: 0.500
  75. # interpolate: False
  76. # stealthchop_threshold: 5
  77. stealthchop_threshold: 999999
  78.  
  79. [bltouch]
  80. stow_on_each_sample: False
  81. probe_with_touch_mode: True
  82. sensor_pin: ^PC14
  83. control_pin: PA1
  84. pin_move_time: 0.680
  85. # pin_up_touch_mode_reports_triggered: False
  86. x_offset: -40
  87. y_offset: -13
  88. z_offset: 0.0
  89. speed: 10
  90. lift_speed: 20
  91. samples: 3
  92. sample_retract_dist: 5
  93. samples_tolerance_retries:3
  94.  
  95. [extruder]
  96. step_pin: PB3
  97. dir_pin: !PB4
  98. enable_pin: !PD1
  99. microsteps: 16
  100. rotation_distance: 33.500
  101. nozzle_diameter: 0.400
  102. filament_diameter: 1.750
  103. heater_pin: PC8
  104. sensor_type: EPCOS 100K B57560G104F
  105. sensor_pin: PA0
  106. control: pid
  107. pid_Kp: 21.527
  108. pid_Ki: 1.063
  109. pid_Kd: 108.982
  110. min_temp: 0
  111. max_temp: 250
  112.  
  113. [tmc2209 extruder]
  114. uart_pin: PC11
  115. tx_pin: PC10
  116. uart_address: 3
  117. run_current: 0.650
  118. stealthchop_threshold: 999999
  119.  
  120. [heater_bed]
  121. heater_pin: PC9
  122. sensor_type: ATC Semitec 104GT-2
  123. sensor_pin: PC4
  124. control: pid
  125. pid_Kp: 54.027
  126. pid_Ki: 0.770
  127. pid_Kd: 948.182
  128. min_temp: 0
  129. max_temp: 130
  130.  
  131. [heater_fan heatbreak_cooling_fan]
  132. pin: PC7
  133.  
  134. [heater_fan controller_fan]
  135. pin: PB15
  136.  
  137. [fan]
  138. pin: PC6
  139.  
  140. [mcu]
  141. serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_52003F001650344D30363620-if00
  142.  
  143. [printer]
  144. kinematics: cartesian
  145. max_velocity: 300
  146. max_accel: 3000
  147. max_z_velocity: 5
  148. max_z_accel: 100
  149.  
  150. [display]
  151. lcd_type: st7920
  152. cs_pin: EXP1_7
  153. sclk_pin: EXP1_6
  154. sid_pin: EXP1_8
  155. encoder_pins: ^EXP1_5, ^EXP1_3
  156. click_pin: ^!EXP1_2
  157.  
  158. [output_pin beeper]
  159. pin: EXP1_1
  160.  
  161. [board_pins]
  162. aliases:
  163.     # EXP1 header
  164.     EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  165.     EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
  166.  
  167.  
  168. # See the sample-lcd.cfg file for definitions of common LCD displays.
Add Comment
Please, Sign In to add comment