# Using the BWRC 3D Printer

## 1. Download Bambu Lab Software

Download the [Bambu Lab software](https://bambulab.com/en/download).

## 2. Log in

Username: slice-robotics (at) eecs (dot) berkeley (dot) edu

Password: ask

## 3. Using the Bambu Lab software

Check the official tutorial

{% embed url="<https://wiki.bambulab.com/en/software>" %}

### 3.1 Printer Profile

For normal prints, use the X1C Daily profile. This is dimension-corrected.

<figure><img src="/files/LlwtbarOBIdc05oyqVId" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th></th><th width="278"></th></tr></thead><tbody><tr><td>X1C Daily</td><td>Daily use</td></tr><tr><td>X1C Strength</td><td>More wall loops, denser infill</td></tr><tr><td>X1C Random-Z</td><td>Strength with random-z seam </td></tr></tbody></table>

## 4. Printing

### 4.1 Before printing

{% tabs %}
{% tab title="When using cold plate" %}

* [ ] Remove the plate from the printer.
* [ ] Apply glue to the print area.
* [ ] Put the plate back to the printer. Make sure the edge of the plate is aligned to the guides on the printer.
  {% endtab %}

{% tab title="When using engineering plate" %}

* [ ] Remove the plate from the printer.
* [ ] **WARNING**: Make sure that the cold plate side is free of glue.
* [ ] Put the plate back to the printer. Make sure the edge of the plate is aligned to the guides on the printer.
  {% endtab %}
  {% endtabs %}

### 4.2 Load filament

The AMS should auto-load the selected filament.

PLA (AMS slot 0) is recommended for normal prints.

PLA-Tough (AMS slot 1) is recommended for mechanical parts.

PC (AMS slot 2) is used for transparent parts.

Sup.PLA (AMS slot 3) is used for breakaway supports for PLA.

\<TBD>

### 4.? After printing

{% tabs %}
{% tab title="When using cold plate" %}

* [ ] Remove the plate from the printer.
* [ ] Slowly lift the part from the build plate. Bending the plate a bit might help to detach.
* [ ] Remove the test extrusion patterns on the edge of the plate.
  * [ ] There are two test extrusion areas, one is near the bottom of the plate, and the other is near the top right corner of the plate.
* [ ] Observe the glue film status and re-apply the glue to the part adhesion area. If there is too much wear, wash the plate thoroughly with fresh water and re-apply the glue.&#x20;
  {% endtab %}

{% tab title="When using engineering plate" %}

* [ ] Remove the plate from the printer.
* [ ] Slowly lift the part from the build plate. Bending the plate a bit might help to detach.
* [ ] Remove the test extrusion patterns on the edge of the plate.
  * [ ] There are two test extrusion areas, one is near the bottom of the plate, and the other is near the top right corner of the plate.
    {% endtab %}
    {% endtabs %}

## 5. CAD design considerations

Recommend to use [OnShape](https://www.onshape.com/en/) for modeling.

\<TBD>


---

# Agent Instructions: 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:

```
GET https://tk233.gitbook.io/notes/tools/using-the-bwrc-3d-printer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
