Robert Schöftner

Results 21 comments of Robert Schöftner

So after rebuilding FreeCAD situation is more or less unchanged, it seems to work as usual when started with QT_QPA_PLATFORM=xcb. With QT_QPA_PLATFORM=wayland zooming is a bit sluggish and CPU usage...

running with EGL_LOG_LEVEL=debug spews out a bunch of debug info like ``` libEGL debug: using driver i915 for 33 libEGL debug: using driver i915 for 33 libEGL debug: pci id...

running with LIBGL_ALWAYS_SOFTWARE is a big difference (nothing is smooth any more) so I'm pretty sure that without that it is actually using the GPU.

> I will re-check if it is really using EGL and not some kind of software rendering. > > Seems I was overly enthusiastic and didn't compile with COIN_BUILD_EGL enabled......

Obviously I'm missing something obvious. The Pedtoktfc-code seems to report "charger_power" as reported by the car: https://github.com/PedroKTFC/esphome-tesla-ble/blob/newteslalib/components/tesla_ble_vehicle/tesla_ble_vehicle.cpp#L1767 vs. this code https://github.com/yoziru/esphome-tesla-ble/blob/main/components/tesla_ble_vehicle/vehicle_state_manager.cpp#L125 I'm can't comment on what has more precision (is...

OS: KDE neon 6.1 (KDE/plasma) Word size of FreeCAD: 64-bit Version: 1.0.0RC2.38895 (Git) Build type: Unknown Branch: releases/FreeCAD-1-0 Hash: 6c64197cdb9ec85a81b854f6f06c33e78e49d936 Python 3.10.12, Qt 5.15.14, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3...

Example demonstrating the issue. Base shape, tub, 2mm thickness, 3mm radius vs. 3.01mm radius. [example.zip](https://github.com/user-attachments/files/17465367/example.zip) OS: KDE neon 6.2 (KDE/plasma) Word size of FreeCAD: 64-bit Version: 1.0.0RC2.38806 (Git) AppImage Build...

![image](https://github.com/user-attachments/assets/14d43d7f-b2da-4b1f-896c-3007c47942bd)

it's the extend distance property default of 5mm that can't be changed that leads to that. https://github.com/shaise/FreeCAD_SheetMetal/blob/master/SheetMetalCmd.py#L884 I think the Base object needs a property like https://github.com/shaise/FreeCAD_SheetMetal/blob/master/SheetMetalCmd.py#L1489 and probably related...

Yes that makes sense. I can work on that if you want.