Kragrathea

Results 44 comments of Kragrathea

@Durahl Depending on your version it should something like: ~/OctoPrint/venv/lib/python3.7/site-packages/octoprint_prettygcode/static/js or ~/oprint/lib/python2.7/site-packages/octoprint_prettygcode/static/js On Windows I use WinSCP to browse and edit files on the PI.

At least in my case the buffer overflow was caused by the tab loosing focus for a while. That disables the render thread so the the printhead stops updating and...

As far as number of segments generated. I just tested the new arc commands on a Benchy. Before Arc conversion it had 335k lines and after it has 268k. Now...

I counted the number of line segments added to the 3d model before and after arc conversion. I would expect that there would be more segments after. But I guess...

Before and after. I am about to check in a change to TestBranch that (among other things) prints the number of lines to the console after the object loads. [BenchyTest.zip](https://github.com/Kragrathea/OctoPrint-PrettyGCode/files/5669807/BenchyTest.zip)

I have moved the continuously recorded videos to a /cache folder. I will add an option to let the user select the cache size and auto delete cached files. That...

I added an option in settings to Disable Video Cache. If on then only manual recordings will be saved.

I am not sure I support Origin at center correctly. It could also be that your bed size is set too wide in octoprint.

I suspect your bed dimensions are not set properly in octoprint.

I'd like to keep buttons and options to a minimum for simplicity sake. I might add a "reload gcode" button that would also recenter the view, but it wouldn't be...