mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	ENH: fix gcode viewer line error issue
Should not insert new line in post process which changes the the final line id in gcode file Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ib8b837cf313a1308260db88bf5390fefe9708cc8
This commit is contained in:
		
							parent
							
								
									c3abc64b61
								
							
						
					
					
						commit
						bcedd7e557
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -457,7 +457,7 @@ void GCodeProcessor::TimeProcessor::post_process(const std::string& filename, st | |||
|                         //sprintf(buf, "; estimated printing time (%s mode) = %s\n",
 | ||||
|                         //    (mode == PrintEstimatedStatistics::ETimeMode::Normal) ? "normal" : "silent",
 | ||||
|                         //    get_time_dhms(machine.time).c_str());
 | ||||
|                         sprintf(buf, "; model printing time: %s\n; total estimated time: %s\n", | ||||
|                         sprintf(buf, "; model printing time: %s; total estimated time: %s\n", | ||||
|                                 get_time_dhms(machine.time - machine.roles_time[ExtrusionRole::erCustom]).c_str(), | ||||
|                                 get_time_dhms(machine.time).c_str()); | ||||
|                         ret += buf; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 salt.wei
						salt.wei