Fix EXT_UI example onFilamentChange Parameter (#14649)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							5ccf8c2c33
						
					
				
				
					commit
					ebb1a7dc1f
				
			@@ -54,7 +54,7 @@ namespace ExtUI {
 | 
				
			|||||||
  void onPrintTimerStarted() {}
 | 
					  void onPrintTimerStarted() {}
 | 
				
			||||||
  void onPrintTimerPaused() {}
 | 
					  void onPrintTimerPaused() {}
 | 
				
			||||||
  void onPrintTimerStopped() {}
 | 
					  void onPrintTimerStopped() {}
 | 
				
			||||||
  void onFilamentRunout() {}
 | 
					  void onFilamentRunout(const extruder_t extruder) {}
 | 
				
			||||||
  void onUserConfirmRequired(const char * const msg) {}
 | 
					  void onUserConfirmRequired(const char * const msg) {}
 | 
				
			||||||
  void onStatusChanged(const char * const msg) {}
 | 
					  void onStatusChanged(const char * const msg) {}
 | 
				
			||||||
  void onFactoryReset() {}
 | 
					  void onFactoryReset() {}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user