Juergen Fitschen
Juergen Fitschen
## Expected Behavior This model creates two STL files for a 3D-printable enclosure: https://github.com/jue89/homie/tree/main/devices/relay/housing With the old version of @jscad/modeling everything looks fine: ## Actual Behavior The `subtract()` on one...
The API description states that `poly2` is always convex: https://github.com/jscad/OpenJSCAD.org/blob/f5f31084843adebaeb481c064eb09634fb7490a0/packages/modeling/src/geometries/poly2/create.js#L2 But looking in the code, `poly2` is created from geom2 outlines, which may not be convex: https://github.com/jscad/OpenJSCAD.org/blob/f5f31084843adebaeb481c064eb09634fb7490a0/packages/modeling/src/operations/expansions/offsetGeom2.js#L28-L30 Is this a...
### Contribution description This PR implements the approach proposed in #16327. Basically it extends `ztimer` to start and stop `ztimer_periph_%` depending on the count of currently active users. This solves...
### Contribution description After almost a year - sorry for the long delay - I finally managed to put some time into the promised alternative implementation for #14121. This PR...
#### Description The new ztimer offers the pseudo-module `ztimer_xtimer_compat` that replaces all xtimer related API by ztimer functions. Since ztimer doesn't offer 64-bit timers, no replacement functions can be found...
The Nordic nRF54L is the first Nordic MCU family with multiple power domains, and the documentation strongly recommends using GPIOs from the same power domain when configuring a peripheral. The...