Advertisement
Guest User

Untitled

a guest
Sep 17th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. [gcode_macro G29]
  2. gcode:
  3. G28
  4. BED_MESH_CALIBRATE
  5. BED_MESH_PROFILE SAVE=p1
  6. G1 X0 Y0 Z5 F4000
  7.  
  8.  
  9. [bltouch]
  10. sensor_pin = ^PC2
  11. control_pin = PA1
  12. x_offset = -44
  13. y_offset = -7
  14. z_offset = .70
  15. pin_move_time = 0.4
  16. probe_with_touch_mode = True
  17. pin_up_touch_mode_reports_triggered = False
  18. stow_on_each_sample = False
  19.  
  20. [safe_z_home]
  21. home_xy_position: 151,115 # Nozzle coordinates
  22. speed: 250
  23. z_hop: 10
  24. z_hop_speed: 5
  25. [stepper_x]
  26. step_pin: PB13
  27. dir_pin: PB12
  28. enable_pin: !PB14
  29. microsteps: 16
  30. rotation_distance: 40
  31. endstop_pin: ^PC0
  32. position_endstop: 0
  33. position_max: 235
  34. homing_speed: 50
  35.  
  36. [tmc2209 stepper_x]
  37. uart_pin: PC11
  38. tx_pin: PC10
  39. uart_address: 0
  40. run_current: 0.580
  41. stealthchop_threshold: 999999
  42.  
  43. [stepper_y]
  44. step_pin: PB10
  45. dir_pin: PB2
  46. enable_pin: !PB11
  47. microsteps: 16
  48. rotation_distance: 40
  49. endstop_pin: ^PC1
  50. position_endstop: 0
  51. position_max: 235
  52. homing_speed: 50
  53.  
  54. [tmc2209 stepper_y]
  55. uart_pin: PC11
  56. tx_pin: PC10
  57. uart_address: 2
  58. run_current: 0.580
  59. stealthchop_threshold: 999999
  60.  
  61. [stepper_z]
  62. step_pin: PB5
  63. dir_pin: !PB6
  64. enable_pin: !PC3
  65. microsteps: 16
  66. rotation_distance: 8
  67. endstop_pin: probe:z_virtual_endstop
  68. #position_endstop: 0.0
  69. position_min: -4
  70. position_max: 250
  71.  
  72. [tmc2209 stepper_z]
  73. uart_pin: PC11
  74. tx_pin: PC10
  75. uart_address: 1
  76. run_current: 0.580
  77. stealthchop_threshold: 999999
  78.  
  79. [extruder]
  80. step_pin: PB3
  81. dir_pin: !PB4
  82. enable_pin: !PD1
  83. microsteps: 16
  84. rotation_distance: 33.500
  85. nozzle_diameter: 0.400
  86. filament_diameter: 1.750
  87. heater_pin: PC8
  88. sensor_type: EPCOS 100K B57560G104F
  89. sensor_pin: PA0
  90. control: pid
  91. pid_Kp: 21.527
  92. pid_Ki: 1.063
  93. pid_Kd: 108.982
  94. min_temp: 0
  95. max_temp: 250
  96.  
  97. [tmc2209 extruder]
  98. uart_pin: PC11
  99. tx_pin: PC10
  100. uart_address: 3
  101. run_current: 0.650
  102.  
  103. [heater_bed]
  104. heater_pin: PC9
  105. sensor_type: EPCOS 100K B57560G104F
  106. sensor_pin: PC4
  107. control: pid
  108. pid_Kp: 54.027
  109. pid_Ki: 0.770
  110. pid_Kd: 948.182
  111. min_temp: 0
  112. max_temp: 130
  113.  
  114. [heater_fan heatbreak_cooling_fan]
  115. pin: PC7
  116.  
  117. [heater_fan controller_fan]
  118. pin: PB15
  119.  
  120. [fan]
  121. pin: PC6
  122.  
  123. [mcu]
  124. serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_2500160019504B5735313920-if00
  125. # restart_method: command
  126.  
  127. [printer]
  128. kinematics: cartesian
  129. max_velocity: 300
  130. max_accel: 3000
  131. max_z_velocity: 5
  132. max_z_accel: 100
  133.  
  134. [board_pins]
  135. aliases:
  136. # EXP1 header
  137. EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
  138. EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
  139.  
  140. # See the sample-lcd.cfg file for definitions of common LCD displays.
  141.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement