> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/printing-tips/post-processing/painting.md).

# Painting

### **Primer Application for 3D Prints**

To prepare prints for painting, begin with a flat gray primer or primer filler. Ensure parts are fully assembled, sanded smooth, and free of debris. Use compressed air or a powerful blower to remove residual dust.

**Application Process**:

1. **Environment**: Work in a well-ventilated outdoor area or spray booth with a protective tarp.
2. **Spray Technique**: Apply a light, even coat from **6–12 inches away** to avoid drips.
3. **Drying Time**: Allow **2+ hours** for the primer to cure before painting.

**Primer Filler Advantages**:

* **Surface Refinement**: Sand after drying (e.g., 800–1200 grit) to eliminate minor imperfections.
* **Multi-Step Smoothing**: Apply primer filler, sand, clean, and repeat for a near-flawless finish. Note that excessive sanding may compromise fine details.

### **Painting Techniques**

**Airbrushing**:

* **Strengths**: Delivers even coverage and gradient shading; ideal for large surfaces.
* **Limitations**: Less precise for intricate details compared to hand painting.

**Hand Painting**:

* **Use Cases**: Small areas, fine lines, or detailed features (e.g., eyes, textures).
* **Brush Selection**: High-quality, thin brushes improve precision.

**Paint Options**:

* **Acrylics**: Affordable and widely available; practice required for smooth application.
* **Model Paints**: Higher pigment density for professional results.
* **Clear Coats**: Finish with satin or glossy spray to seal and protect the paint.

**Material Considerations**:

* **Flexible Filaments**: Avoid acrylics, as they crack under flexion. Use specialized flexible paints instead.
* **Drying Time**: Patience is critical - rushing causes clumping or uneven textures.

**Skill Development**:

* **Practice**: Experiment with gradients, masking, and layering to refine techniques.
* **Tutorials**: Study professional guides for complex tasks like eye detailing or texture replication.

**Summary Recommendations**

* **Primer**: Essential for paint adhesion; primer filler enhances surface quality.
* **Tool Selection**: Combine airbrushing (broad coverage) and hand painting (details) for optimal results.
* **Material Awareness**: Match paints to filament properties to prevent cracking or peeling.

Lastly, many have benefitted from a YouTube tutorial video titled "GalactiCustoms: 1/6 Paint Tutorial: Obi-Wan Kenobi- Pt 3 Eyes," which provided valuable insights into painting eyes and significantly enhanced the appearance of my painted parts.

{% embed url="<https://www.youtube.com/shorts/y0yn1DaspQc>" %}


---

# 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://wiki.polymaker.com/printing-tips/post-processing/painting.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.
