From 64e4abdf4cab85818bf1aa2dd63fe8f934bef66a Mon Sep 17 00:00:00 2001 From: David Mueller Date: Sat, 26 Oct 2024 11:34:03 +0200 Subject: [PATCH] Fix and update remap documentation regarding remappable Mcodes The current documentation on remapping has not been reflecting the situation in the source code for some time. --- docs/src/remap/remap.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/remap/remap.adoc b/docs/src/remap/remap.adoc index 9dd5e56ee02..5bc2d78f11b 100644 --- a/docs/src/remap/remap.adoc +++ b/docs/src/remap/remap.adoc @@ -1767,7 +1767,13 @@ The current set of *existing* codes open to redefinition is: - M61 (Set tool number) - M0 (pause a running program temporarily) - M1 (pause a running program temporarily if the optional stop switch is on) +- M7 (activate coolant mist) +- M8 (activate coolant flood) +- M9 (deactivate coolant mist and flood) - M60 (exchange pallet shuttles and then pause a running program temporarily) +- M62 .. M65 (digital output control) +- M66 (wait on input) +- M67, M68 (analog output control) - S (set spindle speed) - F (set feed)