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

M022.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 197041284c1e5763d36a20ed5b641819d43cc188 (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: m0022
title: Release SD card
brief: Simulate ejection of the SD card
author: thinkyhead

requires: SDSUPPORT
group: sdcard

codes: [ M22 ]

notes:
  - Requires [`SDSUPPORT`](/docs/configuration/configuration.html#sd-card)

parameters:

examples:

---

If Marlin gets confused about the state of the SD card, this command can be used to simulate an ejection of the SD card.

Re-insert the SD card or use [`M21`](/docs/gcode/M021.html) to enable the SD card following [`M22`](/docs/gcode/M022.html).