Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Enable filament runout sensor when printing from Octoprint #1

Open
evilC opened this issue May 18, 2023 · 8 comments

Comments

@evilC
Copy link

evilC commented May 18, 2023

🐞 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 added a commit to evilC/SnapmakerController-IDEX that referenced this issue May 18, 2023
@747lulu747
Copy link
Contributor

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

@TylonHH
Copy link

TylonHH commented Jun 3, 2023

just uncommend in the firmware
#define HOST_ACTION_COMMANDS
see refernce

@Googliola
Copy link

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
Copy link

HOST_ACTION_COMMANDS enabled. Does not change a thing.

@TylonHH
Copy link

TylonHH commented Sep 8, 2023

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

@Googliola
Copy link

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

@evilC
Copy link
Author

evilC commented Nov 3, 2023

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.

@TylonHH
Copy link

TylonHH commented Nov 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants