Romain Coumans

Results 11 comments of Romain Coumans

Duplicate of #68. Presumably this happens upon startup? Perhaps try testing with a different VCP just to eliminate it actually being a probe_basic bug. What appears to happen is that...

As mentioned in LinuxCNC discord, relevant error message here is: `ERROR: In /work/standalone-x64-build/VTK-source/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 797 vtkXOpenGLRenderWindow (0x559cb9784830): GL version 2.1 with the gpu_shader4 extension is not supported by your graphics...

Seems odd. Your CPU does not appear to have integrated graphics, so I assume OpenGL vendor should not be Intel, but rather AMD/ATI or NVidia if you were running a...

Dont know much about this type of stuff. But managed to find it was loading i915 drivers for integrated graphics, and then found this: https://wiki.archlinux.org/index.php/intel_graphics#OpenGL_2.1_with_i915_driver which might resolve your issue....

I had sent you a message in Discord, but just noticed you haven't seen it yet, so I might have the wrong account or something. I believe you can just...

> IIRC, lowering the cpu clock to 80MHz also improves things. Could you also give that a try? See `OswAppPowerDemo` Appears to be slightly better, dropping it way down to...

The WiFi working or not is probably just down to plain luck. Manufacturing variations in both the ESP's and the LDO's on the watch probably just mean some pairs work...

Hi @Mr-PDM , I'm going to assume you run Windows. Have you tried running the pdflatex command from within powershell to see if that works? If it doesn't, you'll likely...

Thanks. I've indeed commented it out for now, but decided to report it here incase it wasn't known. I've also encountered another issue, but I'll have to take a look...

Appears a Python implementation for this already exists: https://github.com/calculix/ccx2paraview Should be fairly easy to implement this into the ResultsReader from here.