🐛 Fix MMU compile with >5 EXTRUDERS (#22036)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							ce95f56ac8
						
					
				
				
					commit
					04bea72787
				
			@@ -23,10 +23,10 @@
 | 
			
		||||
 | 
			
		||||
#include "env_validate.h"
 | 
			
		||||
 | 
			
		||||
#if HOTENDS > 8 || E_STEPPERS > 8
 | 
			
		||||
  #error "BIGTREE GTR V1.0 supports up to 8 hotends / E-steppers."
 | 
			
		||||
#elif HOTENDS > MAX_E_STEPPERS || E_STEPPERS > MAX_E_STEPPERS
 | 
			
		||||
#if E_STEPPERS > MAX_E_STEPPERS
 | 
			
		||||
  #error "Marlin extruder/hotends limit! Increase MAX_E_STEPPERS to continue."
 | 
			
		||||
#elif HOTENDS > 8 || E_STEPPERS > 8
 | 
			
		||||
  #error "BIGTREE GTR V1.0 supports up to 8 hotends / E-steppers."
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define BOARD_INFO_NAME "BTT GTR V1.0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user