Basic Information:
Printer Model: Troodn 2 Pro
MCU / Printerboard:
Host / SBC Raspberry/Pi?
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hello, I am new to this discourse and 3d printing. At work, I have been using Fusion for 3d design, and recently we purchased a Troodon 2.0 Pro. Our other Troodon 2.0(Not pro) was set up by someone outside the company and the operator of that one doesn’t know much about it other than loading files to print and simple maintenance. (It failed many prints and so the boss decided to purchase another.)
I finished the build yesterday, and when trying to connect to wifi following the instructions, I encounter an error:
Unable to load panel network
No module named ‘sdbus’
Traceback (most recent call last):
File “/home/biqu/KlipperScreen/screen.py”, line 336, in show_panel
self.panels[panel_name] = self._load_panel(panel.Panel(self, title, **kwargs)
File “/home/biqu/KlipperScreen/screen.py”, line 318, in_load_panel
return import_module(f"panels.{panel}")
File “/usr/lib/python3.9/importlib/init.py”, line 127, in import_module
return_bootstrap.gcd_import(name[level:], package, level)
File “”, line 1030, in _gcd_import
File “”, line 1007, in _find_and_load
File “”, line 986, _find_and_load_unlocked
File “”, line 680, in _load_unlocked
File “”, line 790, in exec_module
File “”, line 228, in _call_with_frames_removed
File “/home/biqu/KlipperScreen/panels/network.py”, line 9, in
from ks_includes.sdbus_nm import SdbusNm
File “/home/biqu/KlipperScreen/ks_includes/sdbus_nm.py”, line 7, in
import sdbus
ModuleNotFoundError: No module named ‘sdbus’
Provide KlipperScreen.log when asking for help.
I cannot figure out how to get my klippy.log file or KlipperScreen.log to attach here without being able to access the web interface. (The above was copied by typing the contents of the screen and may contain errors.)
I was able to connect the printer to our internet via ethernet, and I ran a full update in hopes that would help solve this issue but it did not.
After connecting via ethernet, I copied the IP address and tried to input that into another computer’s browser, but received a timeout error.
I’m trying to figure out how to connect via ssh, but having trouble figuring that out as well.
Working on troubleshooting this is a solid reminder of how much I don’t know. My goal is to learn and become competent with this machine and all it’s ins and outs. Any help is greatly appreciated! Thank you.