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

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorScott Lahteine <thinkyhead@users.noreply.github.com>2021-12-28 13:01:55 +0300
committerScott Lahteine <thinkyhead@users.noreply.github.com>2021-12-28 13:01:55 +0300
commit1db3a57d4c7127d8f0b6f869a6a4f9f5f0dbc7bd (patch)
tree7ca095dbf5b4c4b4c8fb1b6aa78247480c881bf3 /_gcode
parent8039720b9e701737c7446d96d131ebbd15697da9 (diff)
🎨 Misc. cleanup
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/M007-M009.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/_gcode/M007-M009.md b/_gcode/M007-M009.md
index 657a76ec..da2b55cf 100644
--- a/_gcode/M007-M009.md
+++ b/_gcode/M007-M009.md
@@ -10,17 +10,17 @@ codes: [ M7, M8, M9 ]
examples:
-
- pre: Turn mist coolant on
+ pre: Turn on mist coolant
code:
- M7
-
- pre: Turn spindle flood coolant or laser air assist on
+ pre: Turn on spindle flood coolant or laser air assist
code:
- M8
-
- pre: Turn all coolants or air assist off
+ pre: Turn off all coolants or air assist
code:
- M9
---
-Specific for CNC machines where liquid cooling is used.
+This command pertains to a CNC machine with a liquid cooling system or a laser with air assist.