Skip to content

Commit

Permalink
Fixed states for running xmodem
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Oct 14, 2021
1 parent bdc1ac1 commit 8c0defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluidNC/src/ProcessSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ static Error fakeLaserMode(const char* value, WebUI::AuthenticationLevel auth_le
// to performing some system state change. Each command is responsible
// for decoding its own value string, if it needs one.
void make_user_commands() {
new UserCommand("XR", "Xmodem/Receive", xmodem_receive, notIdleOrJog);
new UserCommand("XR", "Xmodem/Receive", xmodem_receive, notIdleOrAlarm);
new UserCommand("XS", "Xmodem/Send", xmodem_send, notIdleOrJog);
new UserCommand("CD", "Config/Dump", dump_config, anyState);
new UserCommand("", "Help", show_help, anyState);
Expand Down

0 comments on commit 8c0defe

Please sign in to comment.