> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/building-3d-paws/getting-started/3d-printing-components.md).

# 3D-Printing Components

Guidance for downloading print files, choosing filament, and preparing 3D-printed parts for reliable station assembly.

### Overview

3D-PAWS stations use 3D-printed structural components designed for continuous outdoor use.

Use the **Instruction Slides for 3D-Printing Components** below for step-by-step guidance on:

* setting up the printer
* selecting and loading filament
* downloading and identifying print files
* checking print settings
* printing components
* cleaning and preparing parts
* storing filament
* maintaining the 3D printer

{% hint style="info" %}
The instruction slides use **Bambu Studio** to demonstrate the printing process. Other slicer software may differ, but the overall workflow is similar. Refer to your printer and slicer documentation for platform-specific instructions.
{% endhint %}

***

#### Downloading the 3D-PAWS Print Files

Official 3D-PAWS print files are available in the public GitHub repository:

[**3D-PAWS Print Files**](https://github.com/3d-paws/3D-PAWS-Print-Files)

Download the latest version before beginning a new build. Design updates are periodically released, so check the repository to ensure you are using the most current files.

***

#### Understanding the Print Files

The print files are organized by instrument and station component, but file names may not always be immediately intuitive.

To identify the correct parts:

* refer to the **parts list at the beginning of the relevant manual section**
* match file names to the listed components
* use diagrams in the manual to confirm part placement
* preview the `.stl` files in each folder to see what the parts look like before printing; previews show the parts without supports

Using the manual alongside the print repository makes it easier to identify the correct components.

***

#### Instruction Slides for 3D-Printing Components

{% embed url="<https://docs.google.com/presentation/d/1LiI6rCuBNRMM3SOFoJJzer6RM_LR2lNtWXXPFkfdFZ8/edit?usp=sharing>" %}

The slides provide the detailed printing and part-preparation procedures for 3D-PAWS components.

***

#### Before Printing

A few key requirements apply to most 3D-PAWS builds:

* **Filament:** ASA is recommended for most outdoor components
* **Radiation shield:** use white, opaque ASA
* **Filament quantity:** approximately 2 kg per typical station
* **Printer build volume:** minimum approximately **200 mm × 200 mm × 200 mm**
* **Project files:** use the provided `.3mf` files whenever possible because they contain tested orientation and support settings

Refer to the instruction slides for detailed print settings and procedures.

***

#### Tutorial Video for Preparing Printed Parts

{% embed url="<https://www.youtube.com/watch?v=y_kMS7YrmLM>" %}

#### Safety When Preparing Printed Parts

{% hint style="warning" %}
Wear appropriate personal protective equipment when removing supports and preparing printed parts.

* Wear **safety glasses or eye protection**. Small pieces of support material may break free during removal.
* Use **protective gloves** when appropriate.
* Cutters, knives, picks, and pliers may have sharp edges. Use them carefully and keep hands clear of cutting paths.
* Remove supports slowly and in a controlled manner to reduce the risk of flying debris or damaged parts.
  {% endhint %}

Refer to the instruction slides for procedures for removing supports, cleaning mating surfaces, preparing threaded components, and dry-fitting parts before assembly.

### Related Resource

* [3D-Printer Maintenance](/other-3d-paws-resources/3d-printer-maintenance.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://3dpaws.comet.ucar.edu/building-3d-paws/getting-started/3d-printing-components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
