-
Notifications
You must be signed in to change notification settings - Fork 39
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
Extruder filament widget not working correctly #309
Comments
Tried 1.19.5, - same issue as previously reported . |
I will cross post my comment here from a different thread with a similar issue: #315 (comment) |
Hi, sorry I have taken so long to get to this issue, please can you upload the gcode file that you were printing when you experienced the issue. |
Here another one, hope you need it ;-) Octoprint on Pi4 with Ender 3 Pro / Prusa Slicer |
I've taken a quick look at this it appears from what I'm seeing is that the problem is in the data being fed to the onDataUpdaterPluginMessage function. So it looks like the data that's comming in from octoprint itself either corrupted, or not in meters. Looks to me like this needs to be fixed in the octoprint source, not the dashboard. |
The issue started after version 18.3. |
@colindawson the |
This is related to the new gcode processing that was introduced recently in dashboard, as it seems to be having some issues interpreting gcode from any Slic3r++ forks, such as PrusaSlicer, SuperSlicer etc. |
Ok so I think that I may have solved this issue. |
New version released |
@j7126 awesome. I'm not fully up to speed with Python, just started doing some MicroPython recently (YAY RP PICO) and was trying to apply what I know from other programming languages. I'm not familiar with the architecture of Octoprint and the plug in mechanism, hence why I thought I was coming from the OctoPrint source. Sounds like my pointer helped to narrow down where the problem was a bit. Hopefully, next time, I'll know to keep digging so that I can find the true source of the problem, and not just stop half way to the root. Thank you for fixing this. Glad it sounds like it wasn't too difficult in the end. |
Describe the bug
Extruder widget not counting
To Reproduce
Steps to reproduce the behavior:
Screenshots
Files (please attach the following Files or screenshots when applicable):
OctoPrint server and Plugins:
Desktop (please complete the following information):
Windows 10
Chrome
3dS and superslicer
Logs
octoprint (1).log
Additional context
Problem solve for now by going back to ver 18.3 at least for me.
The text was updated successfully, but these errors were encountered: