mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Follow-up of 97473439cf -> Further output size reduction
				
					
				
			This commit is contained in:
		
							parent
							
								
									cd35fd9b34
								
							
						
					
					
						commit
						19f6d87689
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1130,13 +1130,13 @@ void GLVolumeCollection::export_toolpaths_to_obj(const char* filename) const | |||
|         fprintf(fp, "\n# vertices volume %d\n", volumes_count); | ||||
|         for (const Vector& v : dst_vertices) | ||||
|         { | ||||
|             fprintf(fp, "v %f %f %f\n", unscale<float>(v.vector[0]), unscale<float>(v.vector[1]), unscale<float>(v.vector[2])); | ||||
|             fprintf(fp, "v %g %g %g\n", unscale<float>(v.vector[0]), unscale<float>(v.vector[1]), unscale<float>(v.vector[2])); | ||||
|         } | ||||
| 
 | ||||
|         fprintf(fp, "\n# normals volume %d\n", volumes_count); | ||||
|         for (const Vector& n : dst_normals) | ||||
|         { | ||||
|             fprintf(fp, "vn %f %f %f\n", unscale<float>(n.vector[0]), unscale<float>(n.vector[1]), unscale<float>(n.vector[2])); | ||||
|             fprintf(fp, "vn %g %g %g\n", unscale<float>(n.vector[0]), unscale<float>(n.vector[1]), unscale<float>(n.vector[2])); | ||||
|         } | ||||
| 
 | ||||
|         Color color; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri