Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error is reported when the code is run #1557

Open
binfengjiao opened this issue Apr 9, 2024 · 2 comments
Open

An error is reported when the code is run #1557

binfengjiao opened this issue Apr 9, 2024 · 2 comments
Labels

Comments

@binfengjiao
Copy link

binfengjiao commented Apr 9, 2024

code:

import cadquery as cq
from lq.topologies.schwartz import schwartz_p_heterogeneous_lattice
cq.Workplane.schwartz_p_heterogeneous_lattice = schwartz_p_heterogeneous_lattice

# BEGIN USER INPUT
unit_cell_size = 4
Nx = 10
Ny = 10
Nz = 10
min_thickness = 0.1
max_thickness = 7
# END USER INPUT

schwartz = schwartz_p_heterogeneous_lattice(unit_cell_size, min_thickness, max_thickness,
                                      Nx, Ny, Nz
                                      )

ErrorValueError: STEP File could not be loaded
@jmwright
Copy link
Member

@binfengjiao There is a lot of code that we cannot see, so it makes it impossible to help. Can you post a minimal example that reproduces the issue?

@CadQuery CadQuery deleted a comment from binfengjiao Apr 11, 2024
@jmwright
Copy link
Member

@binfengjiao I have deleted your last comment sent via email because it contained login information. We are an open source project of volunteers. We do not provide the sort of remote support that you asked for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants