Jeremie Francois

Results 7 issues of Jeremie Francois

I find no way to reduce the weight of a text. ```python import cadquery wires2d= cq.Workplane().text("TEST", 1, 1).faces("

question

**Context** : I am trying to build a 2D shape, and sweep an arbitrary profile along its edges. Not only I fail miserably at this but I even manage to...

bug
OCC kernel issue

**Application Version** Cura_SteamEngine version 4.8 **Platform** Linux Debian 11 **Qt** n/a **PyQt** n/a **Display Driver** n/a (NVIDIA Driver Version: 460.91.03 / GeForce RTX 2080 SUPER) **Steps to Reproduce** When calling...

I wrote a plugin to mix colors for the diamond hot end, that realy on M163 / M164 gcodes. I know they are only supported by Repetier so far, but...

I get repeated errors when using T tool switches with my color-changing plugin, where I use Repetier "virtual extruders" that only change the extrusion ratios among multiple heads (weird stuff!)....

Did you think about low-profile/recessed ethernet jack like these ones? https://www.digikey.com/products/en?FV=ffec8ca8 The variants with integrated magnetics are expensive though IIRC. Gorgeous work anyway!

Allocation of `Adafruit_I2CDevice` instance is never freed (IMO there should be a class destructor to do so). This results in memory leaks when instantiating Adafruit_PM25AQI, and possible further troubles. Line...