Advertisement
Guest User

klippy.log

a guest
Feb 6th, 2024
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. ===== Config file =====
  2. [mcu]
  3. serial = /dev/serial/by-id/usb-STMicroelectronics_MARLIN_STM32F407VGT6_CCM_CDC_in_FS_Mode_2061325E4730-if00
  4. baud = 250000
  5. restart_method = command
  6.  
  7. [printer]
  8. kinematics = cartesian
  9. max_velocity = 300
  10. max_accel = 3000
  11. max_z_velocity = 5
  12. max_z_accel = 100
  13.  
  14. [bltouch]
  15. sensor_pin = PE4
  16. control_pin = PE5
  17. x_offset = 70
  18. y_offset = 0
  19. z_offset = 0
  20.  
  21. [safe_z_home]
  22. home_xy_position = 100, 100
  23. speed = 50
  24. z_hop = 10
  25. z_hop_speed = 5
  26.  
  27. [stepper_x]
  28. step_pin = PE2
  29. dir_pin = PE1
  30. enable_pin = !PE3
  31. microsteps = 16
  32. rotation_distance = 40
  33. endstop_pin = ^PC1
  34. position_endstop = 0
  35. position_max = 200
  36. homing_speed = 50
  37.  
  38. [tmc2209 stepper_x]
  39. uart_pin = PE0
  40. run_current = 0.800
  41. diag_pin =
  42.  
  43. [stepper_y]
  44. step_pin = PD5
  45. dir_pin = !PD4
  46. enable_pin = !PD6
  47. microsteps = 16
  48. rotation_distance = 40
  49. endstop_pin = ^PC3
  50. position_endstop = 0
  51. position_max = 200
  52. homing_speed = 50
  53.  
  54. [tmc2209 stepper_y]
  55. uart_pin = PD3
  56. run_current = 0.800
  57. diag_pin =
  58.  
  59. [stepper_z]
  60. step_pin = PA15
  61. dir_pin = PA8
  62. enable_pin = !PD1
  63. microsteps = 16
  64. rotation_distance = 40
  65. endstop_pin = ^PC0
  66. position_endstop = 0.5
  67. position_max = 200
  68.  
  69. [tmc2209 stepper_z]
  70. uart_pin = PD0
  71. run_current = 0.800
  72. diag_pin =
  73.  
  74. [extruder]
  75. step_pin = PD15
  76. dir_pin = PD14
  77. enable_pin = !PC7
  78. microsteps = 16
  79. rotation_distance = 33.500
  80. nozzle_diameter = 0.400
  81. filament_diameter = 1.750
  82. heater_pin = PB3
  83. sensor_type = EPCOS 100K B57560G104F
  84. sensor_pin = PA2
  85. control = pid
  86. pid_kp = 22.2
  87. pid_ki = 1.08
  88. pid_kd = 114
  89. min_temp = 0
  90. max_temp = 250
  91.  
  92. [tmc2209 extruder]
  93. uart_pin = PC6
  94. run_current = 0.600
  95. diag_pin =
  96.  
  97. [heater_bed]
  98. heater_pin = PD7
  99. sensor_type = Generic 3950
  100. sensor_pin = PA1
  101. control = watermark
  102. min_temp = 0
  103. max_temp = 130
  104.  
  105. [fan]
  106. pin = PB7
  107.  
  108. [heater_fan fan1]
  109. pin = PB6
  110.  
  111. [output_pin motor_power]
  112. pin = PC13
  113. value = 1
  114.  
  115. [board_pins]
  116. aliases =
  117. EXP1_1=PC5, EXP1_3=PB1, EXP1_5=PE10, EXP1_7=PE12, EXP1_9=<GND>,
  118. EXP1_2=PB0, EXP1_4=PE9, EXP1_6=PE11, EXP1_8=PE13, EXP1_10=<5V>,
  119. EXP2_1=PA6, EXP2_3=PE7, EXP2_5=PB2, EXP2_7=PC4, EXP2_9=<GND>,
  120. EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=<RST>, EXP2_10=<NC>
  121.  
  122. [display]
  123. lcd_type = st7920
  124. cs_pin = EXP1_4
  125. sclk_pin = EXP1_5
  126. sid_pin = EXP1_3
  127. encoder_pins = ^EXP2_3, ^EXP2_5
  128. click_pin = ^!EXP1_2
  129.  
  130. [output_pin beeper]
  131. pin = EXP1_1
  132. =======================
  133. Args: ['/home/pi/klipper/klippy/klippy.py', '/home/pi/printer.cfg', '-l', '/tmp/klippy.log']
  134. Git version: 'v0.12.0-102-g9f41f53c'
  135. Branch: master
  136. Remote: origin
  137. Tracked URL: https://github.com/Klipper3d/klipper
  138. CPU: 4 core ARMv7 Processor rev 3 (v7l)
  139. Python: '2.7.16 (default, Sep 20 2023, 07:59:17) \n[GCC 8.3.0]'
  140. =============== Log rollover at Tue Feb 6 08:08:38 2024 ===============
  141. mcu 'mcu': Timeout on connect
  142. mcu 'mcu': Wait for identify_response
  143. Traceback (most recent call last):
  144. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  145. params = self.send_with_response(msg, 'identify_response')
  146. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  147. return src.get_response([cmd], self.default_cmd_queue)
  148. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  149. cmd_queue)
  150. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  151. self._error("Serial connection closed")
  152. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  153. raise error(self.warn_prefix + (msg % params))
  154. error: mcu 'mcu': Serial connection closed
  155. mcu 'mcu': Timeout on connect
  156. mcu 'mcu': Wait for identify_response
  157. Traceback (most recent call last):
  158. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  159. params = self.send_with_response(msg, 'identify_response')
  160. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  161. return src.get_response([cmd], self.default_cmd_queue)
  162. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  163. cmd_queue)
  164. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  165. self._error("Serial connection closed")
  166. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  167. raise error(self.warn_prefix + (msg % params))
  168. error: mcu 'mcu': Serial connection closed
  169. mcu 'mcu': Timeout on connect
  170. mcu 'mcu': Wait for identify_response
  171. Traceback (most recent call last):
  172. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  173. params = self.send_with_response(msg, 'identify_response')
  174. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  175. return src.get_response([cmd], self.default_cmd_queue)
  176. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  177. cmd_queue)
  178. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  179. self._error("Serial connection closed")
  180. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  181. raise error(self.warn_prefix + (msg % params))
  182. error: mcu 'mcu': Serial connection closed
  183. mcu 'mcu': Timeout on connect
  184. mcu 'mcu': Wait for identify_response
  185. Traceback (most recent call last):
  186. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  187. params = self.send_with_response(msg, 'identify_response')
  188. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  189. return src.get_response([cmd], self.default_cmd_queue)
  190. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  191. cmd_queue)
  192. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  193. self._error("Serial connection closed")
  194. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  195. raise error(self.warn_prefix + (msg % params))
  196. error: mcu 'mcu': Serial connection closed
  197. mcu 'mcu': Timeout on connect
  198. mcu 'mcu': Wait for identify_response
  199. Traceback (most recent call last):
  200. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  201. params = self.send_with_response(msg, 'identify_response')
  202. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  203. return src.get_response([cmd], self.default_cmd_queue)
  204. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  205. cmd_queue)
  206. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  207. self._error("Serial connection closed")
  208. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  209. raise error(self.warn_prefix + (msg % params))
  210. error: mcu 'mcu': Serial connection closed
  211. mcu 'mcu': Timeout on connect
  212. mcu 'mcu': Wait for identify_response
  213. Traceback (most recent call last):
  214. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  215. params = self.send_with_response(msg, 'identify_response')
  216. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  217. return src.get_response([cmd], self.default_cmd_queue)
  218. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  219. cmd_queue)
  220. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  221. self._error("Serial connection closed")
  222. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  223. raise error(self.warn_prefix + (msg % params))
  224. error: mcu 'mcu': Serial connection closed
  225. mcu 'mcu': Timeout on connect
  226. mcu 'mcu': Wait for identify_response
  227. Traceback (most recent call last):
  228. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  229. params = self.send_with_response(msg, 'identify_response')
  230. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  231. return src.get_response([cmd], self.default_cmd_queue)
  232. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  233. cmd_queue)
  234. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  235. self._error("Serial connection closed")
  236. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  237. raise error(self.warn_prefix + (msg % params))
  238. error: mcu 'mcu': Serial connection closed
  239. mcu 'mcu': Timeout on connect
  240. mcu 'mcu': Wait for identify_response
  241. Traceback (most recent call last):
  242. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  243. params = self.send_with_response(msg, 'identify_response')
  244. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  245. return src.get_response([cmd], self.default_cmd_queue)
  246. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  247. cmd_queue)
  248. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  249. self._error("Serial connection closed")
  250. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  251. raise error(self.warn_prefix + (msg % params))
  252. error: mcu 'mcu': Serial connection closed
  253. mcu 'mcu': Timeout on connect
  254. mcu 'mcu': Wait for identify_response
  255. Traceback (most recent call last):
  256. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  257. params = self.send_with_response(msg, 'identify_response')
  258. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  259. return src.get_response([cmd], self.default_cmd_queue)
  260. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  261. cmd_queue)
  262. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  263. self._error("Serial connection closed")
  264. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  265. raise error(self.warn_prefix + (msg % params))
  266. error: mcu 'mcu': Serial connection closed
  267. mcu 'mcu': Timeout on connect
  268. mcu 'mcu': Wait for identify_response
  269. Traceback (most recent call last):
  270. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  271. params = self.send_with_response(msg, 'identify_response')
  272. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  273. return src.get_response([cmd], self.default_cmd_queue)
  274. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  275. cmd_queue)
  276. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  277. self._error("Serial connection closed")
  278. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  279. raise error(self.warn_prefix + (msg % params))
  280. error: mcu 'mcu': Serial connection closed
  281. mcu 'mcu': Timeout on connect
  282. mcu 'mcu': Wait for identify_response
  283. Traceback (most recent call last):
  284. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  285. params = self.send_with_response(msg, 'identify_response')
  286. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  287. return src.get_response([cmd], self.default_cmd_queue)
  288. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  289. cmd_queue)
  290. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  291. self._error("Serial connection closed")
  292. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  293. raise error(self.warn_prefix + (msg % params))
  294. error: mcu 'mcu': Serial connection closed
  295. mcu 'mcu': Timeout on connect
  296. mcu 'mcu': Wait for identify_response
  297. Traceback (most recent call last):
  298. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  299. params = self.send_with_response(msg, 'identify_response')
  300. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  301. return src.get_response([cmd], self.default_cmd_queue)
  302. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  303. cmd_queue)
  304. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  305. self._error("Serial connection closed")
  306. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  307. raise error(self.warn_prefix + (msg % params))
  308. error: mcu 'mcu': Serial connection closed
  309. mcu 'mcu': Timeout on connect
  310. mcu 'mcu': Wait for identify_response
  311. Traceback (most recent call last):
  312. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  313. params = self.send_with_response(msg, 'identify_response')
  314. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  315. return src.get_response([cmd], self.default_cmd_queue)
  316. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  317. cmd_queue)
  318. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  319. self._error("Serial connection closed")
  320. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  321. raise error(self.warn_prefix + (msg % params))
  322. error: mcu 'mcu': Serial connection closed
  323. mcu 'mcu': Timeout on connect
  324. MCU error during connect
  325. Traceback (most recent call last):
  326. File "/home/pi/klipper/klippy/klippy.py", line 176, in _connect
  327. self.send_event("klippy:mcu_identify")
  328. File "/home/pi/klipper/klippy/klippy.py", line 263, in send_event
  329. return [cb(*params) for cb in self.event_handlers.get(event, [])]
  330. File "/home/pi/klipper/klippy/mcu.py", line 773, in _mcu_identify
  331. raise error(str(e))
  332. error: mcu 'mcu': Unable to connect
  333. Build file /home/pi/klipper/klippy/../.config(3555): Mon Feb 5 19:24:25 2024
  334. ========= Last MCU build config =========
  335. CONFIG_LOW_LEVEL_OPTIONS=y
  336. # CONFIG_MACH_AVR is not set
  337. # CONFIG_MACH_ATSAM is not set
  338. # CONFIG_MACH_ATSAMD is not set
  339. # CONFIG_MACH_LPC176X is not set
  340. CONFIG_MACH_STM32=y
  341. # CONFIG_MACH_HC32F460 is not set
  342. # CONFIG_MACH_RP2040 is not set
  343. # CONFIG_MACH_PRU is not set
  344. # CONFIG_MACH_AR100 is not set
  345. # CONFIG_MACH_LINUX is not set
  346. # CONFIG_MACH_SIMU is not set
  347. CONFIG_BOARD_DIRECTORY="stm32"
  348. CONFIG_MCU="stm32f429xx"
  349. CONFIG_CLOCK_FREQ=168000000
  350. CONFIG_USBSERIAL=y
  351. CONFIG_FLASH_SIZE=0x80000
  352. CONFIG_FLASH_BOOT_ADDRESS=0x8000000
  353. CONFIG_RAM_START=0x20000000
  354. CONFIG_RAM_SIZE=0x20000
  355. CONFIG_STACK_SIZE=512
  356. CONFIG_FLASH_APPLICATION_ADDRESS=0x8008000
  357. CONFIG_STM32_SELECT=y
  358. # CONFIG_MACH_STM32F103 is not set
  359. # CONFIG_MACH_STM32F207 is not set
  360. # CONFIG_MACH_STM32F401 is not set
  361. # CONFIG_MACH_STM32F405 is not set
  362. # CONFIG_MACH_STM32F407 is not set
  363. CONFIG_MACH_STM32F429=y
  364. # CONFIG_MACH_STM32F446 is not set
  365. # CONFIG_MACH_STM32F765 is not set
  366. # CONFIG_MACH_STM32F031 is not set
  367. # CONFIG_MACH_STM32F042 is not set
  368. # CONFIG_MACH_STM32F070 is not set
  369. # CONFIG_MACH_STM32F072 is not set
  370. # CONFIG_MACH_STM32G070 is not set
  371. # CONFIG_MACH_STM32G071 is not set
  372. # CONFIG_MACH_STM32G0B0 is not set
  373. # CONFIG_MACH_STM32G0B1 is not set
  374. # CONFIG_MACH_STM32G431 is not set
  375. # CONFIG_MACH_STM32H723 is not set
  376. # CONFIG_MACH_STM32H743 is not set
  377. # CONFIG_MACH_STM32H750 is not set
  378. # CONFIG_MACH_STM32L412 is not set
  379. # CONFIG_MACH_N32G452 is not set
  380. # CONFIG_MACH_N32G455 is not set
  381. CONFIG_MACH_STM32F4=y
  382. CONFIG_MACH_STM32F4x5=y
  383. CONFIG_HAVE_STM32_USBOTG=y
  384. CONFIG_HAVE_STM32_CANBUS=y
  385. CONFIG_HAVE_STM32_USBCANBUS=y
  386. CONFIG_STM32_DFU_ROM_ADDRESS=0x1fff0000
  387. CONFIG_STM32_FLASH_START_8000=y
  388. # CONFIG_STM32_FLASH_START_20200 is not set
  389. # CONFIG_STM32_FLASH_START_C000 is not set
  390. # CONFIG_STM32_FLASH_START_10000 is not set
  391. # CONFIG_STM32_FLASH_START_4000 is not set
  392. # CONFIG_STM32_FLASH_START_0000 is not set
  393. CONFIG_STM32_CLOCK_REF_8M=y
  394. # CONFIG_STM32_CLOCK_REF_12M is not set
  395. # CONFIG_STM32_CLOCK_REF_16M is not set
  396. # CONFIG_STM32_CLOCK_REF_20M is not set
  397. # CONFIG_STM32_CLOCK_REF_24M is not set
  398. # CONFIG_STM32_CLOCK_REF_25M is not set
  399. # CONFIG_STM32_CLOCK_REF_INTERNAL is not set
  400. CONFIG_CLOCK_REF_FREQ=8000000
  401. CONFIG_STM32F0_TRIM=16
  402. CONFIG_STM32_USB_PA11_PA12=y
  403. # CONFIG_STM32_SERIAL_USART1 is not set
  404. # CONFIG_STM32_SERIAL_USART1_ALT_PB7_PB6 is not set
  405. # CONFIG_STM32_SERIAL_USART2 is not set
  406. # CONFIG_STM32_SERIAL_USART2_ALT_PD6_PD5 is not set
  407. # CONFIG_STM32_SERIAL_USART3 is not set
  408. # CONFIG_STM32_SERIAL_USART3_ALT_PD9_PD8 is not set
  409. # CONFIG_STM32_CANBUS_PA11_PA12 is not set
  410. # CONFIG_STM32_CANBUS_PA11_PB9 is not set
  411. # CONFIG_STM32_MMENU_CANBUS_PB8_PB9 is not set
  412. # CONFIG_STM32_MMENU_CANBUS_PI9_PH13 is not set
  413. # CONFIG_STM32_MMENU_CANBUS_PB5_PB6 is not set
  414. # CONFIG_STM32_MMENU_CANBUS_PB12_PB13 is not set
  415. # CONFIG_STM32_MMENU_CANBUS_PD0_PD1 is not set
  416. # CONFIG_STM32_USBCANBUS_PA11_PA12 is not set
  417. CONFIG_USB=y
  418. CONFIG_USB_VENDOR_ID=0x1d50
  419. CONFIG_USB_DEVICE_ID=0x614e
  420. CONFIG_USB_SERIAL_NUMBER_CHIPID=y
  421. CONFIG_USB_SERIAL_NUMBER="12345"
  422.  
  423. #
  424. # USB ids
  425. #
  426. # end of USB ids
  427.  
  428. CONFIG_WANT_GPIO_BITBANGING=y
  429. CONFIG_WANT_DISPLAYS=y
  430. CONFIG_WANT_SENSORS=y
  431. CONFIG_WANT_LIS2DW=y
  432. CONFIG_WANT_SOFTWARE_I2C=y
  433. CONFIG_WANT_SOFTWARE_SPI=y
  434. CONFIG_NEED_SENSOR_BULK=y
  435. CONFIG_CANBUS_FREQUENCY=1000000
  436. CONFIG_INITIAL_PINS=""
  437. CONFIG_HAVE_GPIO=y
  438. CONFIG_HAVE_GPIO_ADC=y
  439. CONFIG_HAVE_GPIO_SPI=y
  440. CONFIG_HAVE_GPIO_SDIO=y
  441. CONFIG_HAVE_GPIO_I2C=y
  442. CONFIG_HAVE_GPIO_HARD_PWM=y
  443. CONFIG_HAVE_STRICT_TIMING=y
  444. CONFIG_HAVE_CHIPID=y
  445. CONFIG_HAVE_STEPPER_BOTH_EDGE=y
  446. CONFIG_HAVE_BOOTLOADER_REQUEST=y
  447. CONFIG_INLINE_STEPPER_HACK=y
  448. =======================
  449. Build file /home/pi/klipper/klippy/../out/klipper.dict(8474): Mon Feb 5 19:34:35 2024
  450. Last MCU build version: v0.12.0-102-g9f41f53c
  451. Last MCU build tools: gcc: (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] binutils: (2.31.1-11+rpi1+11) 2.31.1
  452. Last MCU build config: BUS_PINS_i2c2a=PH4,PH5 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_i2c3a=PH7,PH8 CLOCK_FREQ=168000000 BUS_PINS_sdio=PC12,PD2,PC8,PC9,PC10,PC11 STEPPER_BOTH_EDGE=1 ADC_MAX=4095 PWM_MAX=255 RESERVE_PINS_crystal=PH0,PH1 BUS_PINS_i2c1=PB6,PB7 BUS_PINS_i2c3=PA8,PC9 BUS_PINS_i2c2=PB10,PB11 BUS_PINS_spi3a=PC11,PC12,PC10 BUS_PINS_i2c1a=PB8,PB9 RESERVE_PINS_USB=PA11,PA12 BUS_PINS_spi1a=PB4,PB5,PB3 STATS_SUMSQ_BASE=256 BUS_PINS_spi4=PE13,PE14,PE12 BUS_PINS_spi3=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi1=PA6,PA7,PA5 MCU=stm32f429xx
  453. Build file /home/pi/klipper/klippy/../out/klipper.elf(319464): Mon Feb 5 19:34:41 2024
  454. mcu 'mcu': Wait for identify_response
  455. Traceback (most recent call last):
  456. File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
  457. params = self.send_with_response(msg, 'identify_response')
  458. File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
  459. return src.get_response([cmd], self.default_cmd_queue)
  460. File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
  461. cmd_queue)
  462. File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
  463. self._error("Serial connection closed")
  464. File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
  465. raise error(self.warn_prefix + (msg % params))
  466. error: mcu 'mcu': Serial connection closed
  467. mcu 'mcu': Unable to connect
  468. Once the underlying issue is corrected, use the
  469. "FIRMWARE_RESTART" command to reset the firmware, reload the
  470. config, and restart the host software.
  471. Error configuring printer
  472.  
  473. Transition to shutdown state: Shutdown due to M112 command
  474. Reactor garbage collection: (12.586188455, 0.0, 0.0)
  475. mcu 'mcu': Unable to connect
  476. Once the underlying issue is corrected, use the
  477. "FIRMWARE_RESTART" command to reset the firmware, reload the
  478. config, and restart the host software.
  479. Error configuring printer
  480.  
  481. mcu 'mcu': Unable to connect
  482. Once the underlying issue is corrected, use the
  483. "FIRMWARE_RESTART" command to reset the firmware, reload the
  484. config, and restart the host software.
  485. Error configuring printer
  486.  
  487. mcu 'mcu': Unable to connect
  488. Once the underlying issue is corrected, use the
  489. "FIRMWARE_RESTART" command to reset the firmware, reload the
  490. config, and restart the host software.
  491. Error configuring printer
  492.  
  493. mcu 'mcu': Unable to connect
  494. Once the underlying issue is corrected, use the
  495. "FIRMWARE_RESTART" command to reset the firmware, reload the
  496. config, and restart the host software.
  497. Error configuring printer
  498.  
  499. mcu 'mcu': Unable to connect
  500. Once the underlying issue is corrected, use the
  501. "FIRMWARE_RESTART" command to reset the firmware, reload the
  502. config, and restart the host software.
  503. Error configuring printer
  504.  
  505. mcu 'mcu': Unable to connect
  506. Once the underlying issue is corrected, use the
  507. "FIRMWARE_RESTART" command to reset the firmware, reload the
  508. config, and restart the host software.
  509. Error configuring printer
  510.  
  511. mcu 'mcu': Unable to connect
  512. Once the underlying issue is corrected, use the
  513. "FIRMWARE_RESTART" command to reset the firmware, reload the
  514. config, and restart the host software.
  515. Error configuring printer
  516.  
  517. mcu 'mcu': Unable to connect
  518. Once the underlying issue is corrected, use the
  519. "FIRMWARE_RESTART" command to reset the firmware, reload the
  520. config, and restart the host software.
  521. Error configuring printer
  522.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement