> 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/other-3d-paws-resources/3d-printer-maintenance.md).

# 3D-Printer Maintenance

For full maintenance procedures, part diagrams, and step-by-step instructions, please refer to the **official Bambu Lab maintenance guide**:

**Official Bambu Lab P1 Series Maintenance Manual**\
<https://wiki.bambulab.com/en/p1/maintenance/p1p-maintenance>

For more information about the printer or troubleshooting steps refer to:\
<https://wiki.bambulab.com/en/p1>

***

### Monthly Maintenance Checklist

The table below summarises the core maintenance tasks 3D-PAWS builders should perform **once per month** (or \~80–120 print hours), especially when printing ASA:

| Area                          | Task                               | Purpose                                          |
| ----------------------------- | ---------------------------------- | ------------------------------------------------ |
| Build Plate (Textured PEI)    | Clean with warm water + mild soap  | Remove oils & contaminants for reliable adhesion |
| X/Y/Z Motion System           | Wipe carbon & linear rods          | Remove dust & filament debris                    |
| Z-Axis Lead Screws            | Clean & lightly grease             | Smooth vertical motion                           |
| Extruder & Filament Path      | Blow out dust; inspect PTFE/feeder | Prevent jams & inconsistent extrusion            |
| Filament Cutter (if equipped) | Inspect/replace blade              | Ensure clean filament feeding                    |
| Fans & Filters                | Clear dust; replace carbon filter  | Maintain airflow & cooling                       |
| Calibration                   | First-layer test; bed leveling     | Confirm consistent prints                        |
| Firmware                      | Update via Bambu Studio            | Ensure latest stability improvements             |
| Filament Storage              | Check desiccants; dry if needed    | Prevent moisture issues (critical for ASA)       |

***

### Maintenance Video

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

***

### Notes & Tips

* **Build Plate Cleaning**: Soap + water is preferred for textured PEI; alcohol can be used for residue as needed.
* **Motion Rods**: Do *not* grease carbon rods — lubricant attracts dust and accelerates wear.
* **ASA Printing**: Always store ASA dry and print with the enclosure closed for best layer adhesion and minimized warping.


---

# 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/other-3d-paws-resources/3d-printer-maintenance.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.
