LazeMSS / OctoPrint-UICustomizer

UI Customizer for octoprint
165 stars 18 forks source link

[BUG] "Sync with job progress" is always active in Gcode viewer #308

Closed BobSleeuw closed 1 year ago

BobSleeuw commented 1 year ago

Description

Describe your problem? The effect of the "Sync with job progress" option in the Gcode viewer tab is always active, even when it is unchecked. This means that you can not scroll through the layers/current layer without it automatically snapping back to the current layer progress. SyncProgressIssue

What is the problem? If the box for the option is unchecked, the gcode view should not sync with the job progress.

Can you recreate it? Yes, just use UICustomizer and no other plugins.

Did you try disabling plugins? The issue does not exist if I use Safe mode, and also not if I disable UICustomizer while other plugins are active. If I disable all non-stock plugins except for UICustomizer, the issue is present.


Plugins installed

UI Customizer settings/info

Software versions

Browser

rgitzel commented 1 year ago

I started having the same issue after upgrading to Octoprint 1.9.3 from 1.8.x (the latest). Browser is Mac Chrome 118.0.5993.88

LazeMSS commented 1 year ago

I will look asap

edwardhorsford commented 1 year ago

I'm also having this issue. Goes away if booting in safe mode, also goes away if I specifically disable UI customizer.

meier2009 commented 1 year ago

yeah, also have this issue, but a longer time. Think since Octopi 1.9 and higher!

I now found the solution in the Help Community, but would be nice to be able to use it without this issue! :-)

If there a way to help ...

LazeMSS commented 1 year ago

I think the problem is because the gcode viewer is doing it - i will look into it now.

LazeMSS commented 1 year ago

Should be fixed: https://github.com/LazeMSS/OctoPrint-UICustomizer/releases/tag/0.1.9.9 Please reopen if not.

meier2009 commented 1 year ago

Works! 😎 Thx a lot!

BobSleeuw commented 1 year ago

Works great, thanks for the fix! @LazeMSS