Advertisement
silver2row

Current .cfg One

Nov 23rd, 2021
937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.21 KB | None | 0 0
  1. # Generic Recore config
  2.  
  3. # The STM32F031 mcu
  4. [mcu]
  5. serial: /dev/ttyS4
  6. baud: 38400
  7. restart_method: command
  8.  
  9. # The AR100 mcu
  10. [mcu ar100]
  11. pin_map: ar100
  12. serial: /dev/ttyS1
  13. baud: 1500000
  14.  
  15. [printer]
  16. kinematics: cartesian
  17. max_velocity: 500
  18. max_accel: 3000
  19. max_z_velocity: 25
  20. max_z_accel: 30
  21.  
  22. # In order to enable 100 times gain for thermocouples,
  23. # uncomment the following lines
  24. #[static_digital_output gain_100]
  25. #pins: !ar100:PD4, !ar100:PH11, !ar100:PE17, !ar100:PB2
  26.  
  27. [static_digital_output enable_high_power]
  28. pins: !ar100:PG2
  29.  
  30. [static_digital_output over_current_alarm]
  31. pins: !ar100:PG1
  32.  
  33. [static_digital_output endstop_5V_12V]
  34. pins: ar100:PG11, ar100:PG8
  35.  
  36. [static_digital_output thermistor_pullups]
  37. pins: ar100:PD6, ar100:PD24, ar100:PF0, ar100:PF1
  38.  
  39. [static_digital_output user_led]
  40. pins: PA12
  41.  
  42. [tmc2209 stepper_x]
  43. uart_pin: ar100:PB1
  44. tx_pin: ar100:PB0
  45. uart_address: 0
  46. #microsteps: 16
  47. run_current: 0.500
  48. hold_current: 0.500
  49. stealthchop_threshold: 250
  50. driver_internal_rsense: 1
  51. ref_resistor: 6800
  52.  
  53. [tmc2209 stepper_y]
  54. uart_pin: ar100:PB1
  55. tx_pin: ar100:PB0
  56. uart_address: 1
  57. #microsteps: 16
  58. run_current: 0.500
  59. hold_current: 0.500
  60. stealthchop_threshold: 250
  61. driver_internal_rsense: 1
  62. ref_resistor: 6800
  63.  
  64. [tmc2209 stepper_z]
  65. uart_pin: ar100:PB1
  66. tx_pin: ar100:PB0
  67. uart_address: 2
  68. #microsteps: 16
  69. run_current: 0.500
  70. hold_current: 0.500
  71. stealthchop_threshold: 250
  72. driver_internal_rsense: 1
  73. ref_resistor: 6800
  74.  
  75. [tmc2209 extruder]
  76. uart_pin: ar100:PB1
  77. tx_pin: ar100:PB0
  78. uart_address: 3
  79. #microsteps: 16
  80. run_current: 0.500
  81. hold_current: 0.500
  82. stealthchop_threshold: 250
  83. driver_internal_rsense: 1
  84. ref_resistor: 6800
  85.  
  86. [stepper_x]
  87. step_pin: ar100:PL4
  88. dir_pin: ar100:PE8
  89. endstop_pin: ar100:PH4
  90. step_distance: .0225
  91. position_endstop: 0
  92. position_max: 250
  93. homing_speed: 10.0
  94. microsteps: 16
  95. #rotation_ditance: 40
  96.  
  97. [stepper_y]
  98. step_pin: ar100:PL5
  99. dir_pin: ar100:PE9
  100. endstop_pin: ar100:PH5
  101. step_distance: .0225
  102. position_endstop: 0
  103. position_max: 152
  104. homing_speed: 10.0
  105. microsteps: 16
  106. #rotation_distance: 40
  107.  
  108. # probe
  109.  
  110. [probe]
  111. pin: ar100:PH9
  112. z_offset: 0.022
  113. x_offset: 25
  114. y_offset: 0.0
  115.  
  116.  
  117. [stepper_z]
  118. step_pin: ar100:PL6
  119. dir_pin: !ar100:PE10
  120. endstop_pin: probe:z_virtual_endstop
  121. position_min: -2
  122. #endstop_pin: !ar100:PH7
  123. #step_distance: .0225
  124. #position_endstop: 0
  125. position_max: 150
  126. homing_speed: 5.0
  127. microsteps: 16
  128. rotation_distance: 1.5841
  129.  
  130. [extruder]
  131. step_pin: ar100:PL7
  132. dir_pin: ar100:PE11
  133. heater_pin: PA9
  134. sensor_type: EPCOS 100K B57560G104F
  135. sensor_pin: PA1
  136. #step_distance: .0225
  137. nozzle_diameter: 0.400
  138. filament_diameter: 1.75
  139. control: pid
  140. pid_Kp: 22.2
  141. pid_Ki: 1.08
  142. pid_Kd: 114
  143. min_extrude_temp: 30
  144. min_temp: 0
  145. max_temp: 300
  146. pullup_resistor: 4755
  147. adc_ref: 3.301
  148. vo_ref: 3.21206
  149. pullup_ref: 3.27
  150. microsteps: 16
  151. rotation_distance: 34.00
  152.  
  153. #[heater_bed]
  154. #heater_pin: PA11
  155. #sensor_type: EPCOS 100K B57560G104F
  156. #sensor_pin: PA3
  157. #control: watermark
  158. #min_temp: 0
  159. #max_temp: 300
  160. #pullup_resistor: 4755
  161. #adc_ref: 3.301
  162. #vo_ref: 3.21206
  163. #pullup_ref: 3.27
  164.  
  165.  
  166. #[extruder1]
  167. #step_pin: ar100:PL8
  168. #dir_pin: ar100:PE12
  169. #step_distance: .004242
  170. #nozzle_diameter: 0.500
  171. #filament_diameter: 1.75
  172. #heater_pin: PA9
  173. #sensor_pin: PA1
  174. #sensor_type: EPCOS 100K B57560G104F
  175. #control: pid
  176. #pid_Kp: 22.2
  177. #pid_Ki: 1.08
  178. #pid_Kd: 114
  179. #min_temp: 0
  180. #max_temp: 210
  181.  
  182. #[extruder2]
  183. #step_pin: ar100:PL9
  184. #dir_pin: ar100:PE13
  185. #step_distance: .004242
  186. #nozzle_diameter: 0.500
  187. #filament_diameter: 1.75
  188. #heater_pin: PA10
  189. #sensor_pin: PA2
  190. #sensor_type: EPCOS 100K B57560G104F
  191. #control: pid
  192. #pid_Kp: 22.2
  193. #pid_Ki: 1.08
  194. #pid_Kd: 114
  195. #min_temp: 0
  196. #max_temp: 210
  197.  
  198.  
  199. # Print cooling fan (omit section if fan not present).
  200. [fan]
  201. pin: PB0
  202.  
  203. #[output_pin fan1]
  204. #pin: PB1
  205.  
  206. #[output_pin fan2]
  207. #pin: PB3
  208.  
  209. #[output_pin fan3]
  210. #pin: PB4
  211.  
  212. [temperature_sensor board]
  213. sensor_type: EPCOS 100K B57560G104F
  214. sensor_pin: PA6
  215. gcode_id: Board
  216.  
  217. [adc_temperature v]
  218. temperature1: 0
  219. voltage1: 0
  220. temperature2: 24
  221. voltage2: 3.3
  222.  
  223. [temperature_sensor voltage]
  224. sensor_pin: PA4
  225. sensor_type: v
  226. gcode_id: Voltage
  227.  
  228. [adc_temperature current]
  229. temperature1: 0
  230. voltage1: 0
  231. temperature2: 24
  232. voltage2: 3.3
  233.  
  234. [temperature_sensor current]
  235. sensor_pin: PA5
  236. sensor_type: current
  237. gcode_id: Current
  238.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement