What is the problem?
I am trying to control the second extruder via OctoPrint which is not working. I am able to update and retrieve the nozzle heat and value as long as I manually switch to the second nozzle at least once. But no matter what I do I cannot control the second nozzle. Just to put it out there I can control the first one without any issues.
What did you already try to solve it?
To fix the nozzle temp from properly being detected I added a script at the start of the connection in OctoPrint which is
T0;
M105;
T1;
M105;
T0;
M105;
This seems to have fixed OctoPrint from not displaying the secondary nozzle temp. However, I still cannot control the secondary extruder.
I have tried observing the terminal when I moved the secondary extruder from the printer LCD control screen, but the only output it providers is echo Active Extruder: 1
.
Have you tried running in safe mode?
Yes I have.
Did running in safe mode solve the problem?
No it did not.
Complete Logs
octoprint.log
, serial.log
or output on terminal tab at a minimum, browser error console if UI issue ... no logs, no support! Not log excerpts, complete logs.)
Log has been attached.
Additional information about your setup
OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible
OctoPrint Version: 1.5.3
OctoPi Version : 0.18.0
Printer: Tenlog TL-3D-Pro IDEX
Firmware: Not Sure? 1.0.16.1 I Think?
Browser: Not applicable?
Operating System: Rasbian?
octoprint (1).log (74.4 KB)