Brent

Results 16 comments of Brent

I am just getting into KLL, and was curious what version of the spec you are using today. Is there an obvious place in the files that specify v0.3/v0.4/v0.5?

I'm currently taking the plunge to get an Anycubic Photon Mono X hooked up with Octoprint and this plugin. Here are some pics of the mainboard, the wifi board (USR-C322),...

So, I will go ahead and say, that just removing the Wi-Fi modules isn’t enough to integrate. I haven’t been able to inspect the serial traffic, but it isn’t expecting...

@jordiMartinB that project looks fantastic! and appears to be a good interim solution for this printer. I was just starting to accept that I could only do remote file-management, but...

It would probably help to share my printer model and software version, to help snapshot this issue. I think some resin printers do refreshes the USB Drive contents automatically. Printer...

I've found that OctoPrint has an Event Manager section in the settings. I am currently leveraging this to run a `System` command. It appears the have some decent events to...

Fair point, I’ve been looking to see if there are projects to do this “as a user”. There appears to be python-FunctionFS project that might be able to do this....

Your solution is a common scenery I have seen on some forums. The issue I see with that is if host keys are changed during maintenance, there would have to...

I have made the necessary changes to allow multiple keys to be tracked per host, there is a PR that can be reviewed, and if it looks good, can be...

I am following the rabbit trail from [Powershell\Powershell#4568](https://github.com/PowerShell/PowerShell/issues/4568), and am trying to solve this as well. I see DWyatt's "Get-CallerPreference" script, and am thinking of using something similar for now....