> For the complete documentation index, see [llms.txt](https://manual.rotrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rotrics.com/gcode/marlin-original-commands/marlin-m005-laser-off.md).

# \[Marlin] M005 - Laser Off

{% hint style="success" %}
**📅Update: 2020/09/18**
{% endhint %}

## Description

Wait for moves to complete, then turn off the spindle / laser power and PWM.

## Notes

* 'With `LASER_MOVE_G0_OFF` and `LASER_MOVER_G28_OFF` enabled, [`G0`](https://app.gitbook.com/docs/gcode/G000-G001.html) and [`G28`](https://app.gitbook.com/docs/gcode/G028.html) will also turn the laser off'

## Usage

`M5`

## Examples

pre: Turn off the spindle or laser

```
M5
```
