Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M005.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e47a81c8ff1a7ccb96992e16ff344986b579b044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
tag: m0005
title: Spindle / Laser Off
brief: Turn off spindle or laser
author: thinkyhead
contrib: shitcreek

since: 1.1.2
requires: SPINDLE_LASER_ENABLE
related: [ M3, M4 ]
group: control

codes: [ M5 ]

notes:
  - '[`G0`](/docs/gcode/G000-G001.html) and [`G28`](/docs/gcode/G028.html) will also turn the laser off'
parameters:

examples:
  -
    pre: Turn off the spindle or laser
    code: M5

---

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