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

M080.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d40fd2bac5992831c2729b59afae59f472286bf (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
27
28
29
30
31
32
---
tag: m0080
title: Power On
brief: Turn on the power supply
author: thinkyhead
contrib: AnHardt, Drachenkaetzchen

requires: PSU_CONTROL
group: control

codes: [ M80 ]
related: [ M81 ]

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`.
  - Some octoprint plugins filter out M80/M81. If M80 does not work, use a plain serial terminal first prior reporting a bug.

parameters:
  -
    tag: S
    optional: true
    description: 'Report Power Supply state'
    values:

example:
  -
    code: M80 ; power on

---

Turn on the high-voltage power supply. Requires a board that's powered from USB or another 5V source.