CadQuery / CadQuery/cadquery

Import file from AWS bucket

Open
#1,389 3 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

I am using cadquery to convert files from STEP to STL.

For this, the files are stored on an AWS server with public-read.

To import, I use the following statement:

```
afile = cq.importers.importStep("https://company_bucket_name.region.amazonaws.com/file.step") # (mock link)
```

The file does exist in the real link, as going to it downloads the file. However, when attempting to import via cadquery, I get:

```
ValueError: STEP File could not be loaded
```

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.