Ben Laurie

Results 9 issues of Ben Laurie

Many headers use, for example: #define M2_MOTOR_MAP AXIS_Y This works, but is wrong - it should be AXIS_Y_EXTERNAL. It matters once you get to A, B, C axes - AXIS_A...

I get this: ``` DEBUG:qsym.afl:Temp directory=/tmp/tmpwCabXk DEBUG:qsym.afl:Cannot find pintool. Maybe updating? Traceback (most recent call last): File "bin/run_qsym_afl.py", line 47, in main() File "bin/run_qsym_afl.py", line 41, in main e.run() File...

enhancement

https://github.com/ehn-dcc-development/ehn-dcc-schema/blob/a603410d760fefc9073931c8c807759d9714c136/DCC.schema.json#L44 does not match https://github.com/ehn-dcc-development/ehn-dcc-schema/blob/release/1.3.0/DCC.Core.Types.schema.json.

documentation

Why? Why not stick to known and somewhat trusted hashes?

It seems that other packages installing odd versions of gcc can cause libstdc++ to be missing.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug description I installed 3.0.0rc1 using conda. If I try to use the...

Pure white objects display as black, at least on my Mac! ```python from build123d import Axis, Compound, Cone, Location, MM, Plane, Vector, extrude, add from ocp_vscode import show THICKNESS =...