Skip to content

Commit 36b4578

Browse files
ThomasTokathinkyhead
authored andcommitted
🐛 Fix PLR pos/sdpos (MarlinFirmware#26365)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
1 parent 452193f commit 36b4578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Marlin/src/gcode/feature/powerloss/M1000.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ inline void plr_error(FSTR_P const prefix) {
6565
* M1000: Resume from power-loss (undocumented)
6666
* - With 'S' go to the Resume/Cancel menu
6767
* ...unless the bed temperature is already above a configured minimum temperature.
68+
* - With 'C' execute a cancel selection
6869
* - With no parameters, run recovery commands
6970
*/
7071
void GcodeSuite::M1000() {

0 commit comments

Comments
 (0)