Error: M24: Cannot resume while power voltage is low
-
I have a duet wifi board with this configuration:
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later
Firmware Version: 2.0(RTOS)RC5 (2018-05-22b1)
WiFi Server Version: 1.21
Web Interface Version: 1.21.1-RC4I have installed a Runout filament sensor. It's an endstop. After it triggers, I insert a new filament and when to press Resume, I got this error:
Error: M24: Cannot resume while power voltage is low
The input voltage on the board is fluctuating between 11.7 and 12.2V. This error occur even if I intentionally press the Pause button.
-
@dr8 have you got M911 in your config.g?
https://duet3d.dozuki.com/Wiki/Gcode#Section_M911_Configure_auto_save_on_loss_of_power -
Yes I do. Here's the line from my config.g
M911 S20.5 R22.0 P"G91 M83 G1 Z3 E-3 F1000"
-
Oh s..t,
Now I see the problem.I have another duet on other printer witch is on 24V. Jeez, I'm gonna loose my head one day. Thaks a lot.
-
@dr8 Glad it was an easy fix.
For anyone else seeing this the M911 S voltage level needs to be met for resume to work.