Jeremy Wright

Results 377 comments of Jeremy Wright

How did you install CQ-editor? I don't think the Raspberry Pi is officially supported.

This should be fixed by the latest release of CadQuery.

| Works | OS | Browser | CPU | GPU | RAM | | --- | --- | --- | --- | --- | --- | | Slow Page Warning...

@julianstirling Please review #34 to see if it addresses this need.

Please show the output of `pip list` and tell us which OS you're on.

It does not look like the polygon is closed, so the cause could be extruding an open/invalid sketch. If you remove the `polygon` call, and leave everything else, it works...

Came across this issue while I was looking for something else and noticed there was never an answer. @r4dr3fr4d It has been so long that you may not be interested...

@adam-urbanczyk In 4045c5813708dbbd497f2504c5ece94927b8a689 you set the `cadquery.Assembly.importStep` method up to be a class method, and you construct `assy` before calling the lower-level method. However, since the `Assembly.name` property is private...

Correct, mypy complains. I can make that change to make `name` a public property if you don't see an issue with doing so.

@adam-urbanczyk @lorenzncode I think this is ready for a look when you get a chance.