committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							152ec49b8b
						
					
				
				
					commit
					b669aa49cc
				
			@@ -29,7 +29,7 @@
 | 
			
		||||
 | 
			
		||||
#include "../../MarlinCore.h" // for startOrResumeJob
 | 
			
		||||
 | 
			
		||||
#if ENABLED(DWIN_CREALITY_LCD_ENHANCED)
 | 
			
		||||
#if ENABLED(DWIN_LCD_PROUI)
 | 
			
		||||
  #include "../../lcd/e3v2/proui/dwin.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
@@ -38,7 +38,7 @@
 | 
			
		||||
 */
 | 
			
		||||
void GcodeSuite::M75() {
 | 
			
		||||
  startOrResumeJob();
 | 
			
		||||
  #if ENABLED(DWIN_CREALITY_LCD_ENHANCED)
 | 
			
		||||
  #if ENABLED(DWIN_LCD_PROUI)
 | 
			
		||||
    DWIN_Print_Header(parser.string_arg && parser.string_arg[0] ? parser.string_arg : GET_TEXT(MSG_HOST_START_PRINT));
 | 
			
		||||
    DWIN_Print_Started(false);
 | 
			
		||||
  #endif
 | 
			
		||||
@@ -57,7 +57,7 @@ void GcodeSuite::M76() {
 | 
			
		||||
 */
 | 
			
		||||
void GcodeSuite::M77() {
 | 
			
		||||
  print_job_timer.stop();
 | 
			
		||||
  TERN_(DWIN_CREALITY_LCD_ENHANCED, DWIN_Print_Finished());
 | 
			
		||||
  TERN_(DWIN_LCD_PROUI, DWIN_Print_Finished());
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if ENABLED(PRINTCOUNTER)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user