# How To Mix

There are two ways to mix:

**Through the Duet Web Control (DWC)**

AND/OR

**Cura Melt Plugin**

## Duet Web Control (DWC)

Go To G-Code Console

Run&#x20;

```
M567 P# E#:#
```

P# = Tool Number

E#:# = Mixing Ratios \[ LEFT FILAMENT ] : \[ RIGHT FILAMENT ]

{% hint style="info" %}
Heres a link to the[ Duet3D Documentation on M567](https://duet3d.dozuki.com/Wiki/Gcode#Section_M567_Set_tool_mix_ratios)
{% endhint %}

####

#### Example

```
M567 P0 E0.5:0.5
```

P0 = Tool 0

E0.25:0.75 = 25% of Left Filament : 75% of Right Filament&#x20;

## Cura Melt Plugin

Under Construction

{% hint style="info" %}
Here's a link to the [Cura Melt Plugin](https://github.com/PrintM3D/MELT)
{% endhint %}

Thanks to ***gargansa*** for developing the plugin.

## Voxelizer

Coming Soon.


---

# 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://promega.printm3d.com/your-printer-and-filament-settings/how-to-mix.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.
