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

M081.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c2f9a26d90416e5883a4597191801c70b869b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tag: m0081
title: Power Off
brief: Turn off the power supply.
author: thinkyhead, AnHardt

requires: PSU_CONTROL
group: control

codes: [ M81 ]
related: [ M80 ]

notes:
  - A `PS_ON_PIN` is also required. Check your board's pins file for the default.
  - For Marlin 1.1.9 and earlier this feature is enabled by `POWER_SUPPLY`.

example:
  -
    code: M81 ; power off

---

Turn off the high-voltage power supply. If the board is not powered from another source, this may also shut down the electronics.