whi-tw

Results 23 comments of whi-tw

I was having some trouble with doing it that way if the URL has any parameters in it. I created a function to DRY this up, but also URLencodes the...

this could be something to put on the pile of options, because of potential 'sticky' buffers

> would like to confirm the physical setup to enable this with easy brd - i have tried with the jumper set to aux (PA7) and diag pin hardwired but...

@miguelangel-nubla I've noticed this too. I'm not 100% sure exactly where the delay is coming from. I wonder if there's some internal 'clear the stallguard flag' routine going on here,...

Giving this a go! Will report back. Don't suppose you'd be able to make a video of the best way to load the wheel with these changes?

It feels like this isn't so much a `usermod` as a fix for the original part - I've been meaning to do the same.

> Sometimes a component would need tweaking, etc making them more difficult to use. That was exactly where I am with this - I think both could live together in...

I'd just like to add another datapoint to this: I've got the exact same result ### Project file & How to reproduce 1. Open the project: [angryusb.3mf.zip](https://github.com/supermerill/SuperSlicer/files/9706434/angryusb.3mf.zip) 1. Click on...

Sorry @rakheshster, missed this. @mathieutu's right: ```js function openInFirefoxContainer(containerName, urlString) { return `ext+container:name=${containerName}&url=${encodeURIComponent( urlString )}`; } module.exports = { defaultBrowser: "Firefox", options: { urlShorteners: (list) => [...list, "shorturl.at", "www.shorturl.at"], },...

This definitely does seem possible. I've been poking around at the app, and when you start a specific wash, it sends this object to `/api/rti/rtiControl`: ```json { "lgedmRoot": { "deviceId":...