Sylwester

Results 93 comments of Sylwester

@seanjean3000 https://www.raspberrypi.org/forums/viewtopic.php?t=102496

``` Error convert_model.py:48: RuntimeWarning: divide by zero encountered in divide Traceback (most recent call last): File "diffusionbee_backend.py", line 325, in File "convert_model.py", line 80, in convert_model ValueError: The model is...

> The app "Draw Things" will get you there, but this app is noticeably more Mac-like. Ah well But it is much slower with an RX 580 on MacOS.

Sure, mine will arrive tomorrow and I will do a dump right away. Hope we can get it working. My plan is to print serial number / qr code labels...

I have received it today, but unfortunately it is not functional at all. I will ship it back and get a 4XL.

@matthiasbock Sent mine back, but now I've seen there is actually ppd file for the 5XL in your repo: https://github.com/matthiasbock/dymo-cups-drivers/blob/master/ppd/lw5xl.ppd

@mathiasbredholt maybe this is worth a look? https://github.com/JamesBoer/Heady

@mathiasbredholt The gpio_set_level(LED, fmodf(phase, 1.) < 0.1); works okay, but I am not sure how to call midi_clock_send() 24 times in one phase-cycle instead of gpio_set_level()... My POC looked like...

@mathiasbredholt First one doesn't get triggered somehow. I will investigate a bit more. I'd like to get it as jitter-less as possible. Would you maybe have time tomorrow or in...

> Ok possibly this one in `Sessions.hpp`? > > ``` > void scheduleRemeasurement() > { > // set a timer to re-measure the active session after a period > mTimer.expires_from_now(std::chrono::microseconds{30000000});...