#Some help reading the log.

34 messages · Page 1 of 1 (latest)

edgy starBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

sharp ledge
#

i also put on a new fan that blows air on the board and the cb1 board. also installed the heatsink on the cb1

#

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

#

Found this in the moonraker log. But not sure what that means tbh. Has there happend something to the config of the file to the printer. Anything in there i need to change again.

sharp ledge
#

Extruder max_extrude_ratio=0.266081
mcu 'mcu': Starting serial connect
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/btt-manta-m8p: [Errno 2] No such file or directory: '/dev/btt-manta-m8p'
webhooks client 281472831661152: New connection
webhooks client 281472831661152: Client info {'program': 'Moonraker', 'version': 'v0.8.0-379-g346a3d7'}

#

guess this is the error and i need to get the serial port back to the correct one.

#

So i found a post on reddit that said that his adxl cant be connected when dooing the reset. Cus then the machine gets stuck. But if he unplugs the adxl it all works like a charm. So i tried that to and unplugged the adxl and now it all works again. What a strange thing.

sharp ledge
#

Now it got another issue instead. When removing the super pinda in cfg files and wanting to get the beacon in. i got this error

#

Klipper reports: ERROR

Internal error during connect: unsupported operand type(s) for +: 'NoneType' and 'str'

Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted

wintry crown
#

You need a Z probe

#

Regardles

sharp ledge
#

For what i got i dont need a z probe when using the beacon. Thats if i had used the Eddy. For what i got the beacon can be used as a z probe or endstop also for the z.

wintry crown
#

Eddy isn't Beacon

#

ANd Eddy or Beacon is that z probe.

#

So you need one, regardless if its pinda / beacon / eddy

sharp ledge
#

Really. Strange. But i guess i have gotten that wrong then. So i guess i need to get that super pinda back in place then to act as a z endstop only then

wintry crown
#

No no hahaha

#

So you need 1

#

Regardless if its:

#
  • Eddy
  • Pinda
  • Beacon
  • etc.
#

You need one, and you can only use one.

#

You can change your Z probe in the configurator easily.

sharp ledge
#

Yeah i changed my z probe to the beaco. But after i did that i get the error like this : Traceback (most recent call last):
File "/home/pi/klipper/klippy/klippy.py", line 180, in _connect
cb()
File "/home/pi/klipper/klippy/mcu.py", line 748, in _connect
self._send_config(None)
File "/home/pi/klipper/klippy/mcu.py", line 679, in _send_config
cb()
File "/home/pi/klipper/klippy/extras/beacon.py", line 375, in _build_config
raise msgproto.error(version_info + "\n\n" + str(e))
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

#

thinking it might be something here

#

Inductive probe configuration

[probe]
#_offset: 1.410 # Adjust this to fit your setup
#pin: ^probe_pin # For NPN NC probes such as the Super Pinda / Vinda / SupCR / Decoprobe probes.
#pin: ^!probe_pin # NPN NO (refer to the specs on your probe)
#pin: probe_pin # PNP NO (refer to the specs on your probe)
#pin: !probe_pin # PNP NC (refer to the specs on your probe)

#

since i havent any probe pin connected atm

wintry crown
#

You changed it to beacon.

#

But do you have Beacon installed or Eddy?

sharp ledge
#

i have the beacon

#

rev d

glass shadow
#

I'm currently having the same error. Did you happen to come to a resolution?