Guest User

Untitled

a guest
Jan 18th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. [include mainsail.cfg]
  2. #####################################################################
  3. # Printer basic settings
  4. #####################################################################
  5. [mcu]
  6. canbus_uuid: 061476ea9432 #YOURS WILL BE DIFFERENT - CHANGE IT TO MATCH
  7.  
  8. [mcu EBBCan]
  9. canbus_uuid: 12565e4b0f79 #YOURS WILL BE DIFFERENT - CHANGE IT TO MATCH
  10.  
  11. [printer]
  12. kinematics: corexy
  13. max_velocity: 300
  14. max_accel: 8000
  15. max_z_velocity: 25
  16. max_z_accel: 350
  17. square_corner_velocity: 5.0
  18.  
  19.  
  20. #####################################################################
  21. # MOTORS
  22. #####################################################################
  23. [include motors.cfg]
  24.  
  25. #####################################################################
  26. # FANS
  27. #####################################################################
  28. [fan]
  29. ## Print Cooling Fan - CNC_FAN0
  30. pin: EBBCan:gpio13
  31. kick_start_time: 0.5
  32. ## Depending on your fan, you may need to increase this value
  33. ## if your fan will not start. Can change cycle_time (increase)
  34. ## if your fan is not able to slow down effectively
  35.  
  36. [heater_fan hotend_fan]
  37. pin: EBBCan:gpio14
  38. max_power: 1.0
  39. kick_start_time: 0.5
  40. heater: extruder
  41. heater_temp: 50.0
  42.  
  43. [multi_pin controller_fans]
  44. pins: PF7,PF9
  45.  
  46. [controller_fan controller_fan]
  47. pin: multi_pin:controller_fans
  48. max_power: 0.4
  49. kick_start_time: 0.5
  50. heater: heater_bed
  51.  
  52. #####################################################################
  53. # HEATER BED
  54. #####################################################################
  55. [heater_bed]
  56. heater_pin: PA1
  57. sensor_type: Generic 3950
  58. sensor_pin: PB1
  59. max_power: 1.0
  60. min_temp: 0
  61. max_temp: 120
  62. #control: pid
  63. #pid_kp: 58.437
  64. #pid_ki: 2.347
  65. #pid_kd: 363.769
  66.  
  67. #####################################################################
  68. # CB1 Temp
  69. #####################################################################
  70. [temperature_sensor CB1]
  71. sensor_type: temperature_host
  72.  
  73. [safe_z_home]
  74. home_xy_position:150,150
  75. speed:200
  76. z_hop:25
  77.  
  78. #####################################################################
  79. # PROBE
  80. #####################################################################
  81. [include probe.cfg]
  82.  
  83. #####################################################################
  84. # QGL + MESH
  85. #####################################################################
  86. [quad_gantry_level]
  87. gantry_corners:
  88. -60,-10
  89. 360,370
  90. points:
  91. 50,25
  92. 50,225
  93. 250,225
  94. 250,25
  95. speed: 350
  96. horizontal_move_z: 20
  97. retries: 5
  98. retry_tolerance: 0.1
  99. max_adjust: 20
  100.  
  101. [bed_mesh]
  102. speed: 300
  103. horizontal_move_z: 10
  104. mesh_min: 10,10
  105. mesh_max: 290,290
  106. probe_count: 5,5
  107. algorithm: bicubic
  108. bicubic_tension: 0.2
  109.  
  110. ##------------------------------------------------------------------------
  111. # Enable object exclusion
  112. [exclude_object]
  113.  
  114. # Enable arcs support
  115. [gcode_arcs]
  116. resolution: 0.3
  117.  
  118. #####################################################################
  119. # LEDS
  120. #####################################################################
  121. [include stealthburner_leds.cfg]
  122.  
  123. ##################
  124. # MACROS
  125. ##################
  126. [include macros/macros.cfg]
  127.  
  128. #*# <---------------------- SAVE_CONFIG ---------------------->
  129. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  130. #*#
  131. #*# [probe]
  132. #*# z_offset = -1.545
  133. #*#
  134. #*# [bed_mesh default]
  135. #*# version = 1
  136. #*# points =
  137. #*# -0.007500, 0.060000, 0.057500, 0.067500, 0.027500
  138. #*# -0.012500, 0.052500, 0.067500, 0.057500, 0.037500
  139. #*# -0.017500, 0.030000, 0.040000, 0.037500, -0.002500
  140. #*# -0.022500, 0.015000, 0.040000, 0.012500, 0.000000
  141. #*# 0.042500, 0.060000, 0.087500, 0.032500, 0.045000
  142. #*# x_count = 5
  143. #*# y_count = 5
  144. #*# mesh_x_pps = 2
  145. #*# mesh_y_pps = 2
  146. #*# algo = bicubic
  147. #*# tension = 0.2
  148. #*# min_x = 10.0
  149. #*# max_x = 290.0
  150. #*# min_y = 10.0
  151. #*# max_y = 290.0
  152. #*#
  153. #*# [heater_bed]
  154. #*# control = pid
  155. #*# pid_kp = 62.193
  156. #*# pid_ki = 3.427
  157. #*# pid_kd = 282.199
  158. #*#
  159. #*# [extruder]
  160. #*# pid_kp = 20.186
  161. #*# pid_ki = 1.417
  162. #*# pid_kd = 71.911
  163.  
Advertisement
Add Comment
Please, Sign In to add comment