Equidamoid

Results 12 issues of Equidamoid

[Here](https://gist.github.com/Equidamoid/39353d5aaf7c3706441c) is a backtrace. Also I have a lot of [similar exceptions](https://gist.github.com/Equidamoid/5ae9ee20a8d5a7d197a4) in log. I'm not sure if it helps but it seems that I had some network connectivity issues...

type-bug
component-core

It would be nice to have something to help discover remote address. Things I've tried so far: * `hcitool lescan` gives tons of `(unknown)` addresses, I even tried ~20 of...

**Is your feature request related to a problem? Please describe.** I want to use beveled gears. How do I space them? `pitch_radius` doesn't support `bevelang` argument and without it the...

enhancement

The centering code always assumes no direction is specified (e.g. to center a cylinder, you translate it by `(r, r, -h/2)`). For example, `cq.Workplane().cylinder(10, 10, (1, 0, 0))` will create...

Allows to install with just `pip install git+https://github.com/tuanad121/Python-WORLD`. Before this is merged, one could try `pip install git+https://github.com/Equidamoid/Python-WORLD@feat/setup`. Closes #4.

How about making a way to get gears as Shapes without all that FeaturePython complexity? Something like ``` def make_gear(teeth: int, module: float, ....) -> Shape: # most of the...

Hello, The current code requies includes like `#include `, which can lead to a mess if you happen to have multiple mqtt-related dependencies. How about prefixing the includes with something...

The actual cadquery changes are coming later in a separate PR, pywrap needs some patching

I want to automatically fillet the new edges produced by fusing 2 shapes. Something like this: https://upload.wikimedia.org/wikipedia/commons/f/fd/Fillet.jpg BRepFilletAPI_MakeFillet wants the edges returned `TopTools_ListOfShape BRepAlgoAPI_Fuse::SectionEdges()` to be added one by one....

missing_class_method

It would be nice to have a way to force verify checksums for data as a measure against silent corruptions. Something like `btrfs scrub`.