Advertisement
shawnp123

blv500printer.cfg

Jan 21st, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. [exclude_object]
  2.  
  3. [printer]
  4. kinematics: corexy
  5. max_velocity: 500
  6. max_accel: 7000
  7. max_accel_to_decel:3500
  8. max_z_velocity: 60
  9. max_z_accel: 550
  10. square_corner_velocity: 5.0
  11. ###############################################
  12.  
  13. [stepper_x]
  14. step_pin: PF13
  15. dir_pin: PF12
  16. enable_pin: !PF14
  17. microsteps: 16
  18. rotation_distance: 32
  19. full_steps_per_rotation: 400
  20. endstop_pin: PG6
  21. position_endstop: 0
  22. position_max: 500
  23. position_min: -15
  24. homing_speed: 100
  25. homing_retract_dist: 0
  26. ###########################################
  27.  
  28. [stepper_y]
  29. step_pin: PG0
  30. dir_pin: !PG1
  31. enable_pin: !PF15
  32. microsteps: 16
  33. rotation_distance: 32
  34. full_steps_per_rotation: 400
  35. endstop_pin: PG9
  36. position_min: -10
  37. position_endstop: 0
  38. position_max: 510
  39. homing_speed:100
  40. homing_retract_dist: 0
  41. ###########################################
  42.  
  43. [stepper_z]
  44. step_pin: PF11
  45. dir_pin: PG3
  46. enable_pin: !PG5
  47. microsteps: 16
  48. rotation_distance: 4
  49. full_steps_per_rotation: 200
  50. endstop_pin = probe:z_virtual_endstop
  51. position_min = -5
  52. position_max: 430
  53. homing_speed: 5
  54. homing_retract_dist: 0
  55. #second_homing_speed: 5
  56. ###########################################
  57.  
  58. [stepper_z1]
  59. step_pin: PF9
  60. dir_pin: PF10
  61. enable_pin: !PG2
  62. microsteps: 16
  63. rotation_distance: 4
  64. ##########################################
  65.  
  66. [stepper_z2]
  67. step_pin: PC13
  68. dir_pin: PF0
  69. enable_pin: !PF1
  70. microsteps: 16
  71. rotation_distance: 4
  72. ##########################################
  73.  
  74. [extruder]
  75. step_pin: PG4
  76. dir_pin: !PC1
  77. enable_pin: !PA0
  78. microsteps: 16
  79. rotation_distance: 8
  80. full_steps_per_rotation: 200
  81. nozzle_diameter: 0.400
  82. filament_diameter: 1.750
  83. heater_pin: PA2 # Heat0
  84. sensor_pin: PF4 # T0 Header
  85. sensor_type: ATC Semitec 104GT-2
  86. #control: pid
  87. #pid_Kp: 22.2
  88. #pid_Ki: 1.08
  89. #pid_Kd: 114
  90. min_temp: 0
  91. max_temp: 310
  92. max_extrude_only_distance: 1000.0
  93. #max_extrude_only_velocity: 120
  94. #max_extrude_only_accel: 3000
  95. #pressure_advance: 0.025
  96. #pressure_advance_smooth_time: 0.04
  97. max_extrude_cross_section: 100
  98. #smooth_time: 1.0
  99. #instantaneous_corner_velocity: 1
  100. # The maximum instantaneous velocity change (in mm/s) of the
  101. # extruder during the junction of two moves. The default is 1mm/s.
  102.  
  103.  
  104. # Support for gcode arc (G2/G3) commands.
  105. ##resolution: 0.05
  106. # An arc will be split into segments. Each segment's length will
  107. # equal the resolution in mm set above. Lower values will produce a
  108. # finer arc, but also more work for your machine. Arcs smaller than
  109. # the configured value will become straight lines. The default is
  110. # 1mm.
  111. ###################################
  112.  
  113. [fan]
  114. pin = PA8
  115. ##################################
  116.  
  117. [heater_fan fan1]
  118. pin = PE5
  119. ##################################
  120.  
  121. [controller_fan my_controller_fan fan2]
  122. pin = PD12
  123. fan_speed: 0.50
  124. idle_timeout: 30
  125. ###########################################
  126.  
  127. [mcu]
  128. baud = 250000
  129. restart_method = command
  130. serial =/dev/serial/by-id/usb-Klipper_stm32f429xx_17002C0013504E5242343120-if00
  131.  
  132.  
  133. ###############################################
  134.  
  135. #[input_shaper]
  136. #shaper_type_x = mzv
  137. #shaper_freq_x = 34.6
  138. #shaper_type_y = 2hump_ei
  139. #shaper_freq_y = 42.6
  140. ###########################################
  141.  
  142. [include print_area_bed_mesh.cfg]
  143. [include Euclid.cfg]
  144. [include Macro.cfg]
  145. [include Display.cfg]
  146. [include TMC2209.cfg]
  147. #[include kiauh_macros.cfg]
  148. #[include Dockable_probe.cfg]
  149. #[include macro_g28.cfg]
  150. #[include Probe.cfg]
  151. #[include PIS.cfg]
  152.  
  153. ###########################################
  154. [gcode_macro CANCEL_PRINT]
  155. description: Cancel the actual running print
  156. rename_existing: CANCEL_PRINT_BASE
  157. gcode:
  158. TURN_OFF_HEATERS
  159. CANCEL_PRINT_BASE
  160.  
  161.  
  162. ###########################################
  163.  
  164. [output_pin beeper]
  165. pin: EXP1_1
  166. ############################################
  167.  
  168. [pause_resume]
  169. ############################################
  170.  
  171. [idle_timeout]
  172. timeout: 3600
  173. ############################################
  174.  
  175. [virtual_sdcard]
  176. path: /home/pi/printer_data/gcodes
  177. #############################################
  178.  
  179. [display_status]
  180. #############################################
  181. [force_move]
  182. enable_force_move: True
  183. # Set to true to enable FORCE_MOVE and SET_KINEMATIC_POSITION
  184. # extended G-Code commands. The default is false.
  185. ##############################################
  186. [save_variables]
  187. filename: ~/klipper_config/saved_variables.cfg
  188.  
  189. #*# <---------------------- SAVE_CONFIG ---------------------->
  190. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  191. #*#
  192. #*# [extruder]
  193. #*# control = pid
  194. #*# pid_kp = 37
  195. #*# pid_ki = 2.5
  196. #*# pid_kd = 160.143
  197. #*#
  198. #*# [input_shaper]
  199. #*# shaper_type_x = mzv
  200. #*# shaper_freq_x = 42.2
  201. #*# shaper_type_y = 2hump_ei
  202. #*# shaper_freq_y = 41.4
  203. #*#
  204. #*# [probe]
  205. #*# z_offset = 2.640
  206. #*#
  207. #*# [bed_mesh default]
  208. #*# version = 1
  209. #*# points =
  210. #*# -0.118125, -0.106875, -0.035000, -0.083125, -0.076875
  211. #*# -0.100000, -0.106875, -0.055625, -0.083125, -0.063125
  212. #*# -0.079375, -0.070625, -0.074375, -0.036250, -0.032500
  213. #*# -0.070625, -0.063125, -0.079375, -0.036250, -0.023125
  214. #*# -0.058750, -0.035625, -0.015625, -0.022500, 0.002500
  215. #*# tension = 0.4
  216. #*# min_x = 217.23
  217. #*# algo = bicubic
  218. #*# y_count = 5
  219. #*# mesh_y_pps = 3
  220. #*# min_y = 217.23
  221. #*# x_count = 5
  222. #*# max_y = 282.75
  223. #*# mesh_x_pps = 3
  224. #*# max_x = 282.74
  225.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement