jneilliii

Results 48 issues of jneilliii

add scrolling text option for progress effects, simple % complete for now, could be expanded to include configurable f string format maybe, #278

### What would you like implemented? With the beta release of WLED 0.14 there is a new 2d matrix option that includes a scrolling text effect. Would be great to...

request

https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/issues/285#issuecomment-678742034

bug
plugin conflict

Instead of just checking the first entry, check if it's in the list at all. https://github.com/jneilliii/OctoPrint-GoogleDriveFiles/blob/bd2a935d70c628195fff45bdc21ee84d99be266d/octoprint_googledrivefiles/static/js/googledrivefiles.js#L83

enhancement

I've come across the need to know when a file has been uploaded via Bambu/OrcaSlicer. I've noticed that the report topic includes this data and was hoping to get an...

### The problem https://discord.com/channels/704958479194128507/708230829050036236/1241028558676299917 When trying to run `octoprint dev plugin:new` command is not recognized. ### Did the issue persist even in safe mode? I cannot test this issue in...

bug
done
not octoprint
regression

### The problem When working through an issue with one of my plugins (https://github.com/jneilliii/OctoPrint-PauseManagement) I've come to realize that `@PAUSE` expanded by the gcode queuing phase are not processed by...

done
improvement

When attempting to display hovertext in surface plot get error "WARN: Unrecognized subplot: xy". Example codepen: https://codepen.io/jneilliii/pen/podjLdo Made from combining the two examples for [surface plot demo](https://plotly.com/javascript/3d-surface-plots/#topographical-3d-surface-plot) and [triggering hover...