Guest User

v2.4 printer.cfg

a guest
Aug 31st, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. [include mainsail.cfg]
  2. [include cartographer.cfg]
  3. [include ebb36.cfg]
  4. [include homing.cfg]
  5. [include macros.cfg]
  6. [include led_effects.cfg]
  7.  
  8. [mcu]
  9. canbus_uuid: ad929182ba91
  10.  
  11. [exclude_object]
  12.  
  13. [heater_bed]
  14. heater_pin: PA2
  15. sensor_pin: PF3
  16. sensor_type: EPCOS 100K B57560G104F
  17. #control: pid
  18. #pid_Kp: 54.027
  19. #pid_Ki: 0.770
  20. #pid_Kd: 948.182
  21. min_temp: 0
  22. max_temp:120
  23.  
  24. [stepper_x]
  25. step_pin: PG0
  26. dir_pin: PG1
  27. enable_pin: !PF15
  28. microsteps: 32
  29. rotation_distance: 40
  30. endstop_pin: tmc2209_stepper_x:virtual_endstop
  31. position_endstop: 0
  32. position_max: 350
  33. homing_speed: 80
  34. homing_retract_dist: 0
  35.  
  36. [tmc2209 stepper_x]
  37. uart_pin: PD11
  38. diag_pin: ^PG9
  39. run_current: 0.5
  40. stealthchop_threshold: 999999
  41. driver_SGTHRS: 140
  42.  
  43. # Driver1
  44. [stepper_y]
  45. step_pin: PF13
  46. dir_pin: PF12
  47. enable_pin: !PF14
  48. microsteps: 32
  49. rotation_distance: 40
  50. endstop_pin: tmc2209_stepper_y:virtual_endstop
  51. position_endstop: 0
  52. position_max: 350
  53. homing_speed: 80
  54. homing_retract_dist: 0
  55.  
  56. [tmc2209 stepper_y]
  57. uart_pin: PC4
  58. diag_pin: ^PG6
  59. run_current: 0.5
  60. stealthchop_threshold: 999999
  61. driver_SGTHRS: 120
  62.  
  63. [stepper_z]
  64. step_pin: PF11
  65. dir_pin: PG3
  66. enable_pin: !PG5
  67. rotation_distance: 40
  68. endstop_pin: probe:z_virtual_endstop
  69. position_max: 310
  70. position_min: -2.5
  71. homing_speed: 8
  72. gear_ratio: 80:16
  73. microsteps: 16
  74. #second_homing_speed: 3
  75. homing_retract_dist: 0
  76.  
  77. [tmc2209 stepper_z]
  78. uart_pin: PC6
  79. interpolate: true
  80. run_current: 0.5
  81. stealthchop_threshold: 999999
  82.  
  83. [stepper_z1]
  84. step_pin: PG4
  85. dir_pin: !PC1
  86. enable_pin: !PA0
  87. rotation_distance: 40
  88. gear_ratio: 80:16
  89. microsteps: 16
  90.  
  91. [tmc2209 stepper_z1]
  92. uart_pin: PC7
  93. interpolate: true
  94. run_current: 0.5
  95. stealthchop_threshold: 999999
  96.  
  97. [stepper_z2]
  98. step_pin: PF9
  99. dir_pin: PF10
  100. enable_pin: !PG2
  101. rotation_distance: 40
  102. gear_ratio: 80:16
  103. microsteps: 16
  104.  
  105. [tmc2209 stepper_z2]
  106. uart_pin: PF2
  107. interpolate: true
  108. run_current: 0.5
  109. stealthchop_threshold: 999999
  110.  
  111. [stepper_z3]
  112. step_pin: PC13
  113. dir_pin: !PF0
  114. enable_pin: !PF1
  115. rotation_distance: 40
  116. gear_ratio: 80:16
  117. microsteps: 16
  118.  
  119. [tmc2209 stepper_z3]
  120. uart_pin: PE4 #PE4
  121. interpolate: true
  122. run_current: 0.5
  123. stealthchop_threshold: 999999
  124.  
  125. [bed_mesh]
  126. speed: 200
  127. horizontal_move_z: 10
  128. mesh_min: 40, 40
  129. mesh_max: 310,310
  130. fade_start: 0.6
  131. fade_end: 10.0
  132. probe_count: 9,9
  133. algorithm: bicubic
  134.  
  135.  
  136.  
  137. [virtual_sdcard]
  138. path: /home/voron/printer_data/gcodes
  139. on_error_gcode: CANCEL_PRINT
  140.  
  141. [force_move]
  142. enable_force_move: True
  143.  
  144. [idle_timeout]
  145. timeout: 3600
  146.  
  147. [temperature_sensor mcu_temp]
  148. sensor_type: temperature_mcu
  149.  
  150. [fan_generic skirt_fan_1]
  151. pin: PE5
  152.  
  153. [fan_generic skirt_fan_2]
  154. pin: PD12
  155.  
  156. [fan_generic skirt_fan_3]
  157. pin: PD13
  158.  
  159. [fan_generic skirt_fan_4]
  160. pin: PD14
  161.  
  162.  
  163.  
  164. [printer]
  165. kinematics: corexy
  166. max_velocity: 1000
  167. max_accel: 1000
  168.  
  169. #*# <---------------------- SAVE_CONFIG ---------------------->
  170. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  171. #*#
  172. #*# [heater_bed]
  173. #*# control = pid
  174. #*# pid_kp = 53.784
  175. #*# pid_ki = 2.147
  176. #*# pid_kd = 336.820
  177. #*#
  178. #*# [scanner]
  179. #*# mode = touch
  180. #*# scanner_touch_threshold = 1500
  181. #*# scanner_touch_speed = 3
  182. #*#
  183. #*# [scanner model default]
  184. #*# model_coef = 1.4923213753255706,
  185. #*# 1.8418396179375534,
  186. #*# 0.7867512854287975,
  187. #*# 0.33999027527063536,
  188. #*# 0.367159931556323,
  189. #*# 0.3946987227477224,
  190. #*# -0.24779691398213252,
  191. #*# -0.3265640391987225,
  192. #*# 0.25200133325152074,
  193. #*# 0.2017176791023578
  194. #*# model_domain = 3.1771488333996174e-07,3.308797841291092e-07
  195. #*# model_range = 0.200000,5.100000
  196. #*# model_temp = 36.210739
  197. #*# model_offset = 0.00000
  198. #*# model_mode = touch
  199. #*# model_fw_version = CARTOGRAPHER 5.0.0
  200. #*#
  201. #*# [bed_mesh default]
  202. #*# version = 1
  203. #*# points =
  204. #*# -0.119828, -0.081774, -0.034561, 0.011180, 0.008315, 0.013073, 0.004193, -0.025969, -0.071316, -0.130612
  205. #*# -0.118582, -0.071542, -0.036060, -0.006357, -0.006067, 0.007682, 0.002319, -0.029264, -0.071758, -0.134764
  206. #*# -0.119755, -0.073640, -0.035294, -0.004461, -0.018738, -0.014576, -0.020370, -0.042022, -0.075392, -0.129483
  207. #*# -0.107083, -0.062132, -0.027181, 0.002001, -0.005720, -0.005664, -0.017915, -0.055315, -0.093255, -0.136878
  208. #*# -0.117490, -0.076520, -0.036488, -0.011120, -0.012289, -0.013784, -0.020038, -0.059353, -0.101106, -0.159514
  209. #*# -0.130896, -0.088937, -0.052740, -0.024227, -0.029096, -0.024067, -0.037384, -0.066498, -0.113124, -0.168358
  210. #*# -0.131232, -0.087897, -0.050602, -0.024105, -0.026290, -0.030540, -0.055871, -0.084263, -0.117343, -0.171057
  211. #*# -0.119716, -0.075952, -0.040981, -0.018400, -0.028105, -0.029339, -0.037861, -0.059043, -0.094212, -0.147432
  212. #*# -0.110060, -0.067935, -0.036325, -0.011756, -0.015364, -0.011541, -0.020106, -0.044514, -0.083605, -0.142827
  213. #*# -0.136476, -0.094437, -0.063079, -0.040684, -0.040034, -0.030140, -0.039413, -0.060353, -0.094403, -0.145883
  214. #*# x_count = 10
  215. #*# y_count = 10
  216. #*# mesh_x_pps = 2
  217. #*# mesh_y_pps = 2
  218. #*# algo = bicubic
  219. #*# tension = 0.2
  220. #*# min_x = 40.0
  221. #*# max_x = 310.0
  222. #*# min_y = 40.0
  223. #*# max_y = 310.0
  224.  
Advertisement
Add Comment
Please, Sign In to add comment