Add M701/M702 Filament Load/Unload, M603
This commit is contained in:
		@@ -54,7 +54,7 @@ void GcodeSuite::M18_M84() {
 | 
			
		||||
      if (parser.seen('X')) disable_X();
 | 
			
		||||
      if (parser.seen('Y')) disable_Y();
 | 
			
		||||
      if (parser.seen('Z')) disable_Z();
 | 
			
		||||
      #if E0_ENABLE_PIN != X_ENABLE_PIN && E1_ENABLE_PIN != Y_ENABLE_PIN // Only enable on boards that have separate ENABLE_PINS
 | 
			
		||||
      #if E0_ENABLE_PIN != X_ENABLE_PIN && E1_ENABLE_PIN != Y_ENABLE_PIN // Only disable on boards that have separate ENABLE_PINS
 | 
			
		||||
        if (parser.seen('E')) disable_e_steppers();
 | 
			
		||||
      #endif
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user