Skip to content

Commit 785d94a

Browse files
committed
Add links to RepRap Gcode wiki for new Dcodes D20-D23
1 parent 1a7a313 commit 785d94a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firmware/Marlin_main.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -9329,7 +9329,7 @@ SERIAL_PROTOCOLPGM("\n\n");
93299329

93309330
#ifdef XFLASH_DUMP
93319331
/*!
9332-
### D20 - Generate an offline crash dump
9332+
### D20 - Generate an offline crash dump <a href="https://reprap.org/wiki/G-code#D20:_Generate_an_offline_crash_dump">D20: Generate an offline crash dump</a>
93339333
Generate a crash dump for later retrival.
93349334
#### Usage
93359335
@@ -9348,7 +9348,7 @@ SERIAL_PROTOCOLPGM("\n\n");
93489348
};
93499349

93509350
/*!
9351-
### D21 - Print crash dump to serial
9351+
### D21 - Print crash dump to serial <a href="https://reprap.org/wiki/G-code#D21:_Print_crash_dump_to_serial">D21: Print crash dump to serial</a>
93529352
Output the complete crash dump (if present) to the serial.
93539353
#### Usage
93549354
@@ -9363,7 +9363,7 @@ SERIAL_PROTOCOLPGM("\n\n");
93639363
};
93649364

93659365
/*!
9366-
### D22 - Clear crash dump state
9366+
### D22 - Clear crash dump state <a href="https://reprap.org/wiki/G-code#D22:_Clear_crash_dump_state">D22: Clear crash dump state</a>
93679367
Clear an existing internal crash dump.
93689368
#### Usage
93699369
@@ -9377,7 +9377,7 @@ SERIAL_PROTOCOLPGM("\n\n");
93779377

93789378
#ifdef EMERGENCY_SERIAL_DUMP
93799379
/*!
9380-
### D23 - Request emergency dump on serial
9380+
### D23 - Request emergency dump on serial <a href="https://reprap.org/wiki/G-code#D23:_Request_emergency_dump_on_serial">D23: Request emergency dump on serial</a>
93819381
On boards without offline dump support, request online dumps to the serial port on firmware faults.
93829382
When online dumps are enabled, the FW will dump memory on the serial before resetting.
93839383
#### Usage

0 commit comments

Comments
 (0)