OllisGit

Results 106 comments of OllisGit

Hi, I change the plugin name to "BookmarkManager" and released the first version. https://github.com/OllisGit/OctoPrint-BookmarkManager It now looks like this: ![image](https://user-images.githubusercontent.com/24205767/159559571-89a5bf3a-3150-43f4-be71-17ea253b7a3c.png) PS. the "bonjour discovery" feature is also tracked in the...

Hi @hawkeyexp, after a restart the Temp.-Offset was already assigned, but not after re-connecting. I added this feature now and it will be available in the next release.

Hi @hawkeyexp , new version 1.9.0 is out and fix this issue. Please test and give feedback Olli

Hi @ldiegos, sorry for just adding the Label 'wontfix" without commenting it. Adding a new field to the database is not an easy task, because: - I need to make...

PS. Sorry, for being late to the party, but I made a "Octoprint sabatical" (no coding, no printing) the last months. Will check if it possible to upgrade the sql-dependencies.

It doesn't look so good, it will take a lot of effort to make the plugin Python 3.8+ ready....maybe I can just upgrade the SQL-Library and release this version as...

Hi @hawkeyexp, I think there is a Beta-Version of OctoDash 2.3, see https://github.com/UnchartedBull/OctoDash/issues/676#issuecomment-896807800 Adding a new database-field took a lot of time, so from my perspective I will invest this...

hmmm....to be honest I don't see any benefit of the Profile-Feature in FM, thats the reason why I dropped this in the SpoolManager-Plugin. But I understand your problem: You want...

Hi @LeBress, thanks for your effort. The french-translation will be added to the next release. Please provide me the translation of your two mentioned findings (hide ...), so that I...

Hi @StephanBeutel, is the spool-dropdown in the sidebar filled? Please make a screenshot of the "missing selection-box". Internal: There are a couplle of conditions for showing the selection-list: ``` !$root.core.bridge.allViewModels.printerStateViewModel.isPrinting()...