ksuprynowicz

Results 235 comments of ksuprynowicz

Thank you for the reply! I was confused abouth this, because in features it says that SIM7000 modules are supported, and it mostly works well - I was able to...

It mostly works, but there are some problems. I spent a lot of time on porting it to ESP32 and thinking that there was problem in my implementation, because README...

Works perfectly now :) ![unknown](https://user-images.githubusercontent.com/11568651/163890448-6c3a5317-5cbc-4d8c-aee2-a5dfe3f985df.png)

Hi! @koppi You can try using opencamlib with BlenderCAM: https://github.com/vilemnovak/blendercam https://github.com/vilemnovak/blendercam/wiki/Using-BlenderCAM-with-OpenCAMLib You can import STL to Blender, generate waterlines with opencamlib using BlenderCAM GUI, and create pockets from them with...

Can you check the triangle count? I think this is caused by reusing vertex buffers for different material calls, and shouldn't degrade performance.

I agree that triangle count would be more reasonable metric.

Linux build of the current version fails for me with following error: ``` /home/ksuprynowicz/Vircadia/source/assignment-client/src/audio/AudioMixerSlavePool.cpp:216:37: error: ‘_slaves’ was not declared in this scope; did you mean ‘_xsaves’? 216 | assert(_data.numThreads ==...

Current version builds well but assignment client child threads continuously crash with message: ``` assignment-client: /home/ksuprynowicz/Vircadia/source/assignment-client/src/audio/AudioMixerSlavePool.cpp:44: AudioMixerWorkerThread::wait()::: Assertion `_data.numStarted

The current version crashes with a different message. From domain server side: ``` [09/26 09:46:15] [DEBUG] [hifi.domain_server] Haven't heard from 213.134.187.199:24938 "" in 11895 msec [09/26 09:46:16] [DEBUG] [hifi.networking.ice] Removing...

It seems that audio thread crashes too, with same message as last time: ``` assignment-client: /home/ksuprynowicz/Vircadia/source/assignment-client/src/audio/AudioMixerSlavePool.cpp:58: void AudioMixerWorkerThread::notify(bool): Assertion `_data.numFinished < _data.numThreads' failed. assignment-client: /home/ksuprynowicz/Vircadia/source/assignment-client/src/audio/AudioMixerSlavePool.cpp:58: void AudioMixerWorkerThread::notify(bool): Assertion `_data.numFinished <...