combolek

Results 8 issues of combolek

This is not an bug report but I got the Relay 1.2 schematics from BTT and a permission to share it, so here it is. It probably has been already...

Can you provide the source code for the v1.2 firmware ( BIGTREETECH-Relay-V1.2/BIGTREETECH Relay V1.2/BIGTREETECH Relay V1.2/Firmware/STC15W201S.hex )? Whatever language it was originally written in is OK (8051 assembly language or...

The following code causes the solid body to disappear and it leaves some surfaces only: ```python import cadquery as cq result = ( cq.Workplane('YZ') .cylinder(75, 40) .faces('>X') .workplane() .transformed(rotate=(-45,0,0)) .split(keepBottom=True)...

OCC kernel issue

I am running into a strange compilation error with MSVC (Visual Studio 2019): ``` [c:\test] cl -std:c++17 -I. benchmark.cpp Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64 Copyright (C)...

Can you publish the PCB schematic like you did for all the other boards (e.g SKR 1.3, SKR PRO etc)? Thanks

This is a followup to 851ddee4 and PR #4486. Parser constructor needs a similar pragma. Signed-off-by: combolek

ANGLE's EGL supports D3D11on12 via the `ANGLE_platform_angle_d3d11on12` extension. Enabling it requires passing the `EGL_PLATFORM_ANGLE_D3D11ON12_ANGLE` attribute to `eglGetPlatformDisplayEXT`. Specifying custom EGL attributes is not currently exposed in GLFW and based on...

enhancement
Windows
EGL