IsStopped / IsRunning inline
This commit is contained in:
		@@ -443,7 +443,7 @@ void checkExtruderAutoFans()
 | 
			
		||||
// Temperature Error Handlers
 | 
			
		||||
//
 | 
			
		||||
inline void _temp_error(int e, const char *msg1, const char *msg2) {
 | 
			
		||||
  if (!IsStopped()) {
 | 
			
		||||
  if (IsRunning()) {
 | 
			
		||||
    SERIAL_ERROR_START;
 | 
			
		||||
    if (e >= 0) SERIAL_ERRORLN((int)e);
 | 
			
		||||
    serialprintPGM(msg1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user