| 2975 | } |
| 2976 | |
| 2977 | void RepRap::SendSimpleAlert(MessageType mt, c_string msg, c_string title) noexcept |
| 2978 | { |
| 2979 | (void)SendAlert(mt, msg, title, 1, 0.0, AxesBitmap()); |
| 2980 | } |
| 2981 | |
| 2982 | // Save the first error message generated while running config.g |
| 2983 | void RepRap::SaveConfigError(c_string filename, unsigned int lineNumber, c_string errorMessage) noexcept |
no outgoing calls
no test coverage detected