Browse Source

fix 'axis_unhomed_error' not defined error

Fix 'axis_unhomed_error' not defined error when pause with unhomed status
pull/1/head
gallynero 7 years ago
committed by GitHub
parent
commit
3619a4cbea
  1. 1
      Marlin/src/gcode/feature/pause/M600.cpp

1
Marlin/src/gcode/feature/pause/M600.cpp

@ -27,6 +27,7 @@
#include "../../../feature/pause.h"
#include "../../gcode.h"
#include "../../../module/motion.h"
#include "../../parser.h"
#include "../../../module/printcounter.h"

Loading…
Cancel
Save