> For the complete documentation index, see [llms.txt](https://wiki.cherokeemakerspace.org/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cherokeemakerspace.org/index/wiki/3d/filament/cube-pro.md).

# Cube Pro

## Printer Specifications

Both Cube Pro printers use a [BTT Octopus](/index/wiki/3d/mods/btt-octopus.md) controller and OctoPrint Server built in.

{% tabs %}
{% tab title="Cube Bondtech" %}

## Cube Pro Bondtech

**Build Volume:** 295x280x215

{% hint style="info" %}
**Vanadium Nozzles** - Compatible with abrasive filaments such as Carbon Fiber, Nylon X, and Nylon G.
{% endhint %}

### Quick Start

* Always **Home** the printer before **Loading Filament**.
* Cut a wedge at the end of the filament and insert it into the filament tube until it comes out at the other end. Then insert the end into the extruder.

<table><thead><tr><th width="147">Accessory</th><th width="214">Component</th><th>Notes</th></tr></thead><tbody><tr><td>Extruder</td><td><a href="https://www.bondtech.se/product/bmg-m-extruder/">Bondtech BMG-M</a></td><td></td></tr><tr><td>Hot End</td><td><a href="https://www.sliceengineering.com/products/mosquito-magnum-hotend">Slice Mosquito Magnum</a></td><td>450°C <a href="https://www.sliceengineering.com/products/vanadium-nozzle?variant=29783462510664">Vanadium Nozzle</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Cube Hemera" %}

## Cube Pro Hemera

**Build Volume:** 280x270x230

{% hint style="warning" %}
**Hand Swappable Brass Nozzles -** Only use pure plastic filaments. For abrasive filaments such as Carbon Fiber, Glass and Wood, use the Cube Pro Bondtech.
{% endhint %}

<table><thead><tr><th width="133">Accessory</th><th width="180">Component</th><th>Notes</th></tr></thead><tbody><tr><td>Extruder</td><td>E3D Hemera</td><td>Short filament path for flexible filaments.</td></tr><tr><td>Hot End</td><td>300°C Revo</td><td>Brass Nozzles (0.25, 0.40, 0.60. 0.80)</td></tr></tbody></table>

### Z-Offset

<table><thead><tr><th width="147.66666666666666">Nozzle Size</th><th width="110">Z-Offset</th><th>Notes</th></tr></thead><tbody><tr><td></td><td></td><td></td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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.cherokeemakerspace.org/index/wiki/3d/filament/cube-pro.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.
