jkbgbr

Results 16 comments of jkbgbr

Thank you. Currently the app works, I'm happy :-)

Hi @kayhayen, @jbwintergerst, As there are no follow-up posts, I guess there is not much progress on this matter. Are there any plans for this, is there a way to...

Dear @tpaviot, I attached a zipped step as a possible candidate for shape fix / healing. Please let me know if the format is OK. My current workflow is: OCC...

Dear @tpaviot, thank you in advance for any help on these issues. I attached some pictures. All these are found by SpaceClaim's black-box problem finder tools (like finding small areas,...

I just compared two exports of the same model: IGES and STEP. There was a flipped element in the IGES version and the tools of SpaceClaim found issues in both...

I could resolve some of my similar problems by simply settting tighter tolerances when exporting to STEP: ``` step_writer = STEPControl_Writer() step_writer.SetTolerance(1e-4) ``` I dont't know what the tolerance number...

I have the same problem under Bullseye 32-bit with a Pi 2 Model B v1.1 I tried to solve mostly from hardware side, as the pi wasn't used for a...

> > > I've already posted the workaround at [#4686 (comment)](https://github.com/raspberrypi/linux/issues/4686#issuecomment-965294637) "Me too" posts add nothing. > > Add `dtparam=i2c_vc_baudrate=50000` to config.txt for the time being. The full reasons are...

Just solved this issue I had with both the cards on my laptop: an Intel UHD 620 and an Nvidia MX250. In both cases the solution was to do a...

While ist is not a feature yet, I think it can be done by exporting the trees to dicts and using dictdiffer or deepdiff to get the delta. Has anyone...