ntoff

Results 18 comments of ntoff

In Chrome, click the 3 dots menu and add a shortcut to the home screen. Clicking that shortcut should open in a fullscreen web app window.

Did you try what I suggested? If you add the shortcut it opens up in a single window like an application would. It doesn't open a chrome window.

You need to host it from a web server, I'm using "nginx" installed on a raspberry pi but I'm pretty sure nginx is available for windows too. Build the application,...

Same issue here with 4.6, version 4.5.3 doesn't block the tray functionality though so I downgraded to that until it gets fixed.

I managed to get the replay buffer code working and am able to control the replay buffer start/stop/save but because the API doesn't seem to output the status of the...

https://github.com/ntoff/OctoPrint-FanSpeed Fan speed is read from gcode sent *to* the printer, and also responses *from* the printer, if it's running repetier firmware. I don't know about marlin or klipper or...

I have the same issue on a 5600x. Windows 10 v21H1 I checked out a bunch of different LHWM commits and built them, all the same result. Even previously known...

For anyone that might want to test this themselves, this commit, specifically line 304: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/commit/1cd403a6fa7f846df6f25fd45f885fcf54b18e51#diff-e84f8a6d92f171e1af3e6afd7459caefed458264740faad8cf47b264c07c3ff9R304 completely breaks the ryzen smu table I included above. I don't know if it still...

According to ZenTimings' debug output: ``` ###################################################### SMU: Power Table Detected Values ###################################################### SmuType: TYPE_CPU3 TableVersion: 00380905 ``` and device manager ![image](https://user-images.githubusercontent.com/9030085/137659381-ae69f6f7-5f06-4c18-873d-948568f81d3a.png) So unless I have a fake 5600x, I...

An update from my side, I don't think getting these values through a predefined SMU table is right / going to work. I just upgraded from a 5600x to a...