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

Add Glueable body for even smaller buid volumes #50

Merged
merged 2 commits into from
Sep 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions body/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ We were able to print the chassis with PLA, ABS and CPE. In our experience the p

Since a lot of common 3D printers have a smaller build volume, we have also made a [body_bottom_slim.stl](body_bottom_slim.stl) and [body_top_slim.stl](body_top_slim.stl) which fit on a 223x223 build plate at 45 degrees. These have not been tested, but should work fine.

There is also [a version meant to be glued together](glueable_body/README.md) for printing on 3D printers with even smaller build volumes.

## Bill of materials


Expand Down
24 changes: 24 additions & 0 deletions body/glueable_body/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Glueable OpenBot Body

Some 3D printers have build volumes that are too small to print the full size OpenBot body.
This folder contains the OpenBot body split into 4 pieces.
It can be printed with a build volume as small as 15cm x 14cm, and then glued together.

![Glueable Body](../../docs/images/glueable_body.png)

## Parts

Requird parts:

* `openbot_bottom_A` ([STL](openbot_bottom_A.stl), [STEP](openbot_bottom_A.step))
* `openbot_bottom_B` ([STL](openbot_bottom_B.stl), [STEP](openbot_bottom_B.step))
* `openbot_top_A` ([STL](openbot_top_A.stl), [STEP](openbot_top_A.step))
* `openbot_top_B` ([STL](openbot_top_B.stl), [STEP](openbot_top_B.step))

Optional parts:

These pieces give extra surface area for gluing, which can help if your print experiences warping.

* `bottom_glue` ([STL](bottom_glue.stl), [STEP](bottom_glue.step))
* `top_glue_A` ([STL](top_glue_A.stl), [STEP](top_glue_A.step))
* `top_glue_B` ([STL](top_glue_B.stl), [STEP](top_glue_B.step))