Dremel 3d40, new install, no connection

What is the problem?

No serial port found, ssh does see dremel via usb cable, but does not assign tty for it

What did you already try to solve it?

Checked SSH to see it is detected: Bus 001 Device 005: ID 2a89:888b BOSCH BOSCH Dremel 3D Printer
Tried directly to windows, works.
Added /dev/ttyAMA0 as manual port
Tried troubleshooting guide.

Have you tried running in safe mode?

Yes

Did running in safe mode solve the problem?

No

Systeminfo Bundle

octoprint-systeminfo-20240413170707.zip (45.2 KB)

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

OctoPrint: 1.9.3, OctoPi version ?, Dremel 3d40

Hello @tontze !

Please try this plugin:

Hm, it does not seems to be installing:

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting https://github.com/Mrnt/OctoPrint-FlashForge/archive/master.zip
  Downloading https://github.com/Mrnt/OctoPrint-FlashForge/archive/master.zip
     \ 49 kB 610 kB/s
    ERROR: Command errored out with exit status 255:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-3vrfya1c/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-3vrfya1c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7ll4vv57
         cwd: /tmp/pip-req-build-3vrfya1c/
    Complete output (1 lines):
    Could not import OctoPrint's setuptools, are you sure you are running that under the same python installation that OctoPrint is installed under?
    ----------------------------------------
WARNING: Discarding https://github.com/Mrnt/OctoPrint-FlashForge/archive/master.zip. Command errored out with exit status 255: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 255: python setup.py egg_info Check the logs for full command output.

Nevermind, it did through Octoprint :slight_smile:

Got it working after doing what was asked in terminal window, editing /etc/udev/rules.d/99-octoprint.rules
accordingly :slight_smile:

Thank you !

1 Like