Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ===== Config file =====
- [mcu]
- serial = /dev/serial/by-id/usb-STMicroelectronics_MARLIN_STM32F407VGT6_CCM_CDC_in_FS_Mode_2061325E4730-if00
- baud = 250000
- restart_method = command
- [printer]
- kinematics = cartesian
- max_velocity = 300
- max_accel = 3000
- max_z_velocity = 5
- max_z_accel = 100
- [bltouch]
- sensor_pin = PE4
- control_pin = PE5
- x_offset = 70
- y_offset = 0
- z_offset = 0
- [safe_z_home]
- home_xy_position = 100, 100
- speed = 50
- z_hop = 10
- z_hop_speed = 5
- [stepper_x]
- step_pin = PE2
- dir_pin = PE1
- enable_pin = !PE3
- microsteps = 16
- rotation_distance = 40
- endstop_pin = ^PC1
- position_endstop = 0
- position_max = 200
- homing_speed = 50
- [tmc2209 stepper_x]
- uart_pin = PE0
- run_current = 0.800
- diag_pin =
- [stepper_y]
- step_pin = PD5
- dir_pin = !PD4
- enable_pin = !PD6
- microsteps = 16
- rotation_distance = 40
- endstop_pin = ^PC3
- position_endstop = 0
- position_max = 200
- homing_speed = 50
- [tmc2209 stepper_y]
- uart_pin = PD3
- run_current = 0.800
- diag_pin =
- [stepper_z]
- step_pin = PA15
- dir_pin = PA8
- enable_pin = !PD1
- microsteps = 16
- rotation_distance = 40
- endstop_pin = ^PC0
- position_endstop = 0.5
- position_max = 200
- [tmc2209 stepper_z]
- uart_pin = PD0
- run_current = 0.800
- diag_pin =
- [extruder]
- step_pin = PD15
- dir_pin = PD14
- enable_pin = !PC7
- microsteps = 16
- rotation_distance = 33.500
- nozzle_diameter = 0.400
- filament_diameter = 1.750
- heater_pin = PB3
- sensor_type = EPCOS 100K B57560G104F
- sensor_pin = PA2
- control = pid
- pid_kp = 22.2
- pid_ki = 1.08
- pid_kd = 114
- min_temp = 0
- max_temp = 250
- [tmc2209 extruder]
- uart_pin = PC6
- run_current = 0.600
- diag_pin =
- [heater_bed]
- heater_pin = PD7
- sensor_type = Generic 3950
- sensor_pin = PA1
- control = watermark
- min_temp = 0
- max_temp = 130
- [fan]
- pin = PB7
- [heater_fan fan1]
- pin = PB6
- [output_pin motor_power]
- pin = PC13
- value = 1
- [board_pins]
- aliases =
- EXP1_1=PC5, EXP1_3=PB1, EXP1_5=PE10, EXP1_7=PE12, EXP1_9=<GND>,
- EXP1_2=PB0, EXP1_4=PE9, EXP1_6=PE11, EXP1_8=PE13, EXP1_10=<5V>,
- EXP2_1=PA6, EXP2_3=PE7, EXP2_5=PB2, EXP2_7=PC4, EXP2_9=<GND>,
- EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=<RST>, EXP2_10=<NC>
- [display]
- lcd_type = st7920
- cs_pin = EXP1_4
- sclk_pin = EXP1_5
- sid_pin = EXP1_3
- encoder_pins = ^EXP2_3, ^EXP2_5
- click_pin = ^!EXP1_2
- [output_pin beeper]
- pin = EXP1_1
- =======================
- Args: ['/home/pi/klipper/klippy/klippy.py', '/home/pi/printer.cfg', '-l', '/tmp/klippy.log']
- Git version: 'v0.12.0-102-g9f41f53c'
- Branch: master
- Remote: origin
- Tracked URL: https://github.com/Klipper3d/klipper
- CPU: 4 core ARMv7 Processor rev 3 (v7l)
- Python: '2.7.16 (default, Sep 20 2023, 07:59:17) \n[GCC 8.3.0]'
- =============== Log rollover at Tue Feb 6 08:08:38 2024 ===============
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Timeout on connect
- MCU error during connect
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/klippy.py", line 176, in _connect
- self.send_event("klippy:mcu_identify")
- File "/home/pi/klipper/klippy/klippy.py", line 263, in send_event
- return [cb(*params) for cb in self.event_handlers.get(event, [])]
- File "/home/pi/klipper/klippy/mcu.py", line 773, in _mcu_identify
- raise error(str(e))
- error: mcu 'mcu': Unable to connect
- Build file /home/pi/klipper/klippy/../.config(3555): Mon Feb 5 19:24:25 2024
- ========= Last MCU build config =========
- CONFIG_LOW_LEVEL_OPTIONS=y
- # CONFIG_MACH_AVR is not set
- # CONFIG_MACH_ATSAM is not set
- # CONFIG_MACH_ATSAMD is not set
- # CONFIG_MACH_LPC176X is not set
- CONFIG_MACH_STM32=y
- # CONFIG_MACH_HC32F460 is not set
- # CONFIG_MACH_RP2040 is not set
- # CONFIG_MACH_PRU is not set
- # CONFIG_MACH_AR100 is not set
- # CONFIG_MACH_LINUX is not set
- # CONFIG_MACH_SIMU is not set
- CONFIG_BOARD_DIRECTORY="stm32"
- CONFIG_MCU="stm32f429xx"
- CONFIG_CLOCK_FREQ=168000000
- CONFIG_USBSERIAL=y
- CONFIG_FLASH_SIZE=0x80000
- CONFIG_FLASH_BOOT_ADDRESS=0x8000000
- CONFIG_RAM_START=0x20000000
- CONFIG_RAM_SIZE=0x20000
- CONFIG_STACK_SIZE=512
- CONFIG_FLASH_APPLICATION_ADDRESS=0x8008000
- CONFIG_STM32_SELECT=y
- # CONFIG_MACH_STM32F103 is not set
- # CONFIG_MACH_STM32F207 is not set
- # CONFIG_MACH_STM32F401 is not set
- # CONFIG_MACH_STM32F405 is not set
- # CONFIG_MACH_STM32F407 is not set
- CONFIG_MACH_STM32F429=y
- # CONFIG_MACH_STM32F446 is not set
- # CONFIG_MACH_STM32F765 is not set
- # CONFIG_MACH_STM32F031 is not set
- # CONFIG_MACH_STM32F042 is not set
- # CONFIG_MACH_STM32F070 is not set
- # CONFIG_MACH_STM32F072 is not set
- # CONFIG_MACH_STM32G070 is not set
- # CONFIG_MACH_STM32G071 is not set
- # CONFIG_MACH_STM32G0B0 is not set
- # CONFIG_MACH_STM32G0B1 is not set
- # CONFIG_MACH_STM32G431 is not set
- # CONFIG_MACH_STM32H723 is not set
- # CONFIG_MACH_STM32H743 is not set
- # CONFIG_MACH_STM32H750 is not set
- # CONFIG_MACH_STM32L412 is not set
- # CONFIG_MACH_N32G452 is not set
- # CONFIG_MACH_N32G455 is not set
- CONFIG_MACH_STM32F4=y
- CONFIG_MACH_STM32F4x5=y
- CONFIG_HAVE_STM32_USBOTG=y
- CONFIG_HAVE_STM32_CANBUS=y
- CONFIG_HAVE_STM32_USBCANBUS=y
- CONFIG_STM32_DFU_ROM_ADDRESS=0x1fff0000
- CONFIG_STM32_FLASH_START_8000=y
- # CONFIG_STM32_FLASH_START_20200 is not set
- # CONFIG_STM32_FLASH_START_C000 is not set
- # CONFIG_STM32_FLASH_START_10000 is not set
- # CONFIG_STM32_FLASH_START_4000 is not set
- # CONFIG_STM32_FLASH_START_0000 is not set
- CONFIG_STM32_CLOCK_REF_8M=y
- # CONFIG_STM32_CLOCK_REF_12M is not set
- # CONFIG_STM32_CLOCK_REF_16M is not set
- # CONFIG_STM32_CLOCK_REF_20M is not set
- # CONFIG_STM32_CLOCK_REF_24M is not set
- # CONFIG_STM32_CLOCK_REF_25M is not set
- # CONFIG_STM32_CLOCK_REF_INTERNAL is not set
- CONFIG_CLOCK_REF_FREQ=8000000
- CONFIG_STM32F0_TRIM=16
- CONFIG_STM32_USB_PA11_PA12=y
- # CONFIG_STM32_SERIAL_USART1 is not set
- # CONFIG_STM32_SERIAL_USART1_ALT_PB7_PB6 is not set
- # CONFIG_STM32_SERIAL_USART2 is not set
- # CONFIG_STM32_SERIAL_USART2_ALT_PD6_PD5 is not set
- # CONFIG_STM32_SERIAL_USART3 is not set
- # CONFIG_STM32_SERIAL_USART3_ALT_PD9_PD8 is not set
- # CONFIG_STM32_CANBUS_PA11_PA12 is not set
- # CONFIG_STM32_CANBUS_PA11_PB9 is not set
- # CONFIG_STM32_MMENU_CANBUS_PB8_PB9 is not set
- # CONFIG_STM32_MMENU_CANBUS_PI9_PH13 is not set
- # CONFIG_STM32_MMENU_CANBUS_PB5_PB6 is not set
- # CONFIG_STM32_MMENU_CANBUS_PB12_PB13 is not set
- # CONFIG_STM32_MMENU_CANBUS_PD0_PD1 is not set
- # CONFIG_STM32_USBCANBUS_PA11_PA12 is not set
- CONFIG_USB=y
- CONFIG_USB_VENDOR_ID=0x1d50
- CONFIG_USB_DEVICE_ID=0x614e
- CONFIG_USB_SERIAL_NUMBER_CHIPID=y
- CONFIG_USB_SERIAL_NUMBER="12345"
- #
- # USB ids
- #
- # end of USB ids
- CONFIG_WANT_GPIO_BITBANGING=y
- CONFIG_WANT_DISPLAYS=y
- CONFIG_WANT_SENSORS=y
- CONFIG_WANT_LIS2DW=y
- CONFIG_WANT_SOFTWARE_I2C=y
- CONFIG_WANT_SOFTWARE_SPI=y
- CONFIG_NEED_SENSOR_BULK=y
- CONFIG_CANBUS_FREQUENCY=1000000
- CONFIG_INITIAL_PINS=""
- CONFIG_HAVE_GPIO=y
- CONFIG_HAVE_GPIO_ADC=y
- CONFIG_HAVE_GPIO_SPI=y
- CONFIG_HAVE_GPIO_SDIO=y
- CONFIG_HAVE_GPIO_I2C=y
- CONFIG_HAVE_GPIO_HARD_PWM=y
- CONFIG_HAVE_STRICT_TIMING=y
- CONFIG_HAVE_CHIPID=y
- CONFIG_HAVE_STEPPER_BOTH_EDGE=y
- CONFIG_HAVE_BOOTLOADER_REQUEST=y
- CONFIG_INLINE_STEPPER_HACK=y
- =======================
- Build file /home/pi/klipper/klippy/../out/klipper.dict(8474): Mon Feb 5 19:34:35 2024
- Last MCU build version: v0.12.0-102-g9f41f53c
- 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
- 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
- Build file /home/pi/klipper/klippy/../out/klipper.elf(319464): Mon Feb 5 19:34:41 2024
- mcu 'mcu': Wait for identify_response
- Traceback (most recent call last):
- File "/home/pi/klipper/klippy/serialhdl.py", line 68, in _get_identify_data
- params = self.send_with_response(msg, 'identify_response')
- File "/home/pi/klipper/klippy/serialhdl.py", line 261, in send_with_response
- return src.get_response([cmd], self.default_cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 319, in get_response
- cmd_queue)
- File "/home/pi/klipper/klippy/serialhdl.py", line 253, in raw_send_wait_ack
- self._error("Serial connection closed")
- File "/home/pi/klipper/klippy/serialhdl.py", line 61, in _error
- raise error(self.warn_prefix + (msg % params))
- error: mcu 'mcu': Serial connection closed
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- Transition to shutdown state: Shutdown due to M112 command
- Reactor garbage collection: (12.586188455, 0.0, 0.0)
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- mcu 'mcu': Unable to connect
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement