Creality Ender 3 v2 (#17719)
This commit is contained in:
		@@ -60,6 +60,10 @@
 | 
			
		||||
  #include "../../../lcd/extui/ui_api.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if ENABLED(DWIN_CREALITY_LCD)
 | 
			
		||||
  #include "../../../lcd/dwin/dwin.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if HAS_MULTI_HOTEND
 | 
			
		||||
  #include "../../../module/tool_change.h"
 | 
			
		||||
#endif
 | 
			
		||||
@@ -888,6 +892,10 @@ G29_TYPE GcodeSuite::G29() {
 | 
			
		||||
    process_subcommands_now_P(PSTR(Z_PROBE_END_SCRIPT));
 | 
			
		||||
  #endif
 | 
			
		||||
 | 
			
		||||
  #if ENABLED(DWIN_CREALITY_LCD)
 | 
			
		||||
    DWIN_CompletedLeveling();
 | 
			
		||||
  #endif
 | 
			
		||||
 | 
			
		||||
  report_current_position();
 | 
			
		||||
 | 
			
		||||
  if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("<<< G29");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user