Created
February 19, 2026 19:35
-
-
Save lhess/858f972b77afda11ab8dc0e00a34f925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attempting MCU 'mcu' reset command | |
| Attempting MCU 'nhk' reset command | |
| webhooks client 547465137072: Disconnected | |
| Restarting printer | |
| ... | |
| ... | |
| mcu 'mcu': Starting serial connect | |
| webhooks client 547465434640: New connection | |
| webhooks client 547465434640: Client info {'program': 'Moonraker', 'version': 'v0.10.0-8-g293a4cf'} | |
| Loaded MCU 'mcu' 134 commands (v0.13.0-540-g57c2e0c9 / gcc: (15:14.2.rel1-1) 14.2.1 20241119 binutils: (2.44-3+23+b2) 2.44) | |
| MCU 'mcu' config: ADC_MAX=4095 BUS_PINS_i2c1_PB6_PB7=PB6,PB7 BUS_PINS_i2c1_PB8_PB9=PB8,PB9 BUS_PINS_i2c2_PB10_PB11=PB10,PB11 BUS_PINS_i2c3_PA8_PC9=PA8,PC9 BUS_PINS_spi1=PA6,PA7,PA5 BUS_PINS_spi1a=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_spi2b=PI2,PI3,PI1 BUS_PINS_spi3a=PC11,PC12,PC10 BUS_PINS_spi4=PE13,PE14,PE12 BUS_PINS_spi5=PF8,PF9,PF7 BUS_PINS_spi5a=PH7,PF11,PH6 BUS_PINS_spi6=PG12,PG14,PG13 CLOCK_FREQ=400000000 MCU=stm32h743xx PWM_MAX=32768 RESERVE_PINS_USB=PA11,PA12 RESERVE_PINS_crystal=PH0,PH1 STATS_SUMSQ_BASE=256 STEPPER_STEP_BOTH_EDGE=1 | |
| mcu 'nhk': Starting serial connect | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed | |
| mcu 'nhk': Timeout on connect | |
| mcu 'nhk': Wait for identify_response | |
| Traceback (most recent call last): | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 75, in _get_identify_data | |
| params = self.send_with_response(msg, 'identify_response') | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 271, in send_with_response | |
| return src.get_response([cmd], self.default_cmd_queue) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 331, in get_response | |
| self.serial.raw_send_wait_ack(cmds[-1], minclock, reqclock, | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| cmd_queue) | |
| ^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 263, in raw_send_wait_ack | |
| self._error("Serial connection closed") | |
| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/trident/klipper/klippy/serialhdl.py", line 68, in _error | |
| raise error(self.warn_prefix + (msg % params)) | |
| serialhdl.error: mcu 'nhk': Serial connection closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment