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

packing_box problem #70

Open
tudall opened this issue Oct 24, 2023 · 0 comments
Open

packing_box problem #70

tudall opened this issue Oct 24, 2023 · 0 comments

Comments

@tudall
Copy link

tudall commented Oct 24, 2023

I have a model includes a simple cubical box with several little "cubies" attached to the inside walls. puzzlecad appears to render these OK, but when the resulting STL is imported into a slicer (Bambu or Prusa) and I split the model into objects so I can reorient the pieces, two of the little interior cubies "fall off". They are separate objects, but should be attached to the packing box.
Here's the code for the box (uses default $burr_scale):
packing_box ([
"xxxxxx|xxxxxx|xxxxxx|xxxxxx|xxxxxx|xxxxxx",
"xxxxxx|xx..xx|x....x|x....x|x....x|xxxxxx",
"xxxxxx|x....x|x....x|x....x|x....x|xxxxxx",
"xxxxxx|x....x|x....x|x....x|x....x|xxxxxx",
"xxxxxx|x..x.x|xx...x|x...xx|x.x..x|xxxxxx",
"xxxxxx|x....x|x....x|x....x|x....x|xxxxxx"
], $box_wall_thickness = 6);

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

No branches or pull requests

1 participant