SnapmakerController-IDEX icon indicating copy to clipboard operation
SnapmakerController-IDEX copied to clipboard

Feature Request: Enable filament runout sensor when printing from Octoprint

Open evilC opened this issue 2 years ago • 8 comments
trafficstars

🐞 feature request

Is your feature request related to a problem? Please describe.

While printing from Octoprint, the filament runout sensor is not supported

Describe the solution you'd like?

Enable filament runout sensor I think this just requires HOST_PROMPT_SUPPORT to be enabled in Configuration_adv.h ?

evilC avatar May 18 '23 22:05 evilC

We are now doing compatibility with octoprint. It take some time. Please keep an eye out for commits on github

747lulu747 avatar May 23 '23 07:05 747lulu747

just uncommend in the firmware #define HOST_ACTION_COMMANDS see refernce

TylonHH avatar Jun 03 '23 11:06 TylonHH

We are now doing compatibility with octoprint. It take some time. Please keep an eye out for commits on github

No commits since initial release. Issues get ignored for months. What's the plan?

Googliola avatar Sep 05 '23 06:09 Googliola

HOST_ACTION_COMMANDS enabled. Does not change a thing.

Googliola avatar Sep 08 '23 09:09 Googliola

HOST_ACTION_COMMANDS enabled. Does not change a thing. How is it enabled? Do I need a special firmware? Because OctoPrint says still disabled with the latest official firmware

TylonHH avatar Sep 08 '23 09:09 TylonHH

No, I recompiled FW with HOST_ACTION_COMMANDS enabled. Here's the binary (remove .txt): J1_V2.2.11_20230905.bin.txt

Googliola avatar Sep 08 '23 11:09 Googliola

I spoke to a Marlin dev about this, and enabling HOST_ACTION_COMMANDS will not fix it. Apparently SM rewrote part of the filament sensor code in Marlin or something (ie the filament sensor does not work like a normal one). IIRC he said that because of this, some code will need to be changed in the UI, which we do not have access to, so we will be unable to fix it ourselves.

evilC avatar Nov 03 '23 09:11 evilC

So that's why I also can’t use M2000 via USB.

TylonHH avatar Nov 03 '23 10:11 TylonHH