CadQuery / CadQuery/cadquery-contrib

3D Printer Extruder Support Example Broken In CQ 2.0

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
bug good first issue
Dominant language
Python
Stars
70
Forks
18
PR merge metrics
No merged PRs in 30d

Description

It looks like [this example](https://github.com/CadQuery/cadquery-contrib/blob/master/examples/3D_Printer_Extruder_Support.py) was broken in the transition to PythonOCC. It fails in both CQ-editor and the jupyter_cadquery extension. Here's a jupyter_lab stack trace from this issue: https://github.com/bernhard-42/jupyter-cadquery/pull/8
```
IndexError Traceback (most recent call last)
in
141 # add reinforcement holes
142 cutout_rad -= 2*cutout_offset
--> 143 res = res.faces('>Z').workplane().\
144 pushPoints([(-cutout_rad, -main_plate_thickness/4),
145 (cutout_rad, -main_plate_thickness/4)]).\
...
IndexError: list index out of range
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.