mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	#2922 - Port of commit: f42edd35ce by jschuh
				
					
				
			This commit is contained in:
		
							parent
							
								
									a6f5fe7bea
								
							
						
					
					
						commit
						82a52e8b21
					
				
					 7 changed files with 98 additions and 15 deletions
				
			
		|  | @ -5001,6 +5001,8 @@ void GLCanvas3D::_load_gcode_extrusion_paths(const GCodePreviewData& preview_dat | |||
|                 return path.width; | ||||
|             case GCodePreviewData::Extrusion::Feedrate: | ||||
|                 return path.feedrate; | ||||
|             case GCodePreviewData::Extrusion::FanSpeed: | ||||
|                 return path.fan_speed; | ||||
|             case GCodePreviewData::Extrusion::VolumetricRate: | ||||
|                 return path.feedrate * (float)path.mm3_per_mm; | ||||
|             case GCodePreviewData::Extrusion::Tool: | ||||
|  | @ -5026,6 +5028,8 @@ void GLCanvas3D::_load_gcode_extrusion_paths(const GCodePreviewData& preview_dat | |||
|                 return data.get_width_color(value); | ||||
|             case GCodePreviewData::Extrusion::Feedrate: | ||||
|                 return data.get_feedrate_color(value); | ||||
|             case GCodePreviewData::Extrusion::FanSpeed: | ||||
|                 return data.get_fan_speed_color(value); | ||||
|             case GCodePreviewData::Extrusion::VolumetricRate: | ||||
|                 return data.get_volumetric_rate_color(value); | ||||
|             case GCodePreviewData::Extrusion::Tool: | ||||
|  |  | |||
|  | @ -221,6 +221,7 @@ bool Preview::init(wxWindow* parent, Bed3D& bed, Camera& camera, GLToolbar& view | |||
|     m_choice_view_type->Append(_(L("Height"))); | ||||
|     m_choice_view_type->Append(_(L("Width"))); | ||||
|     m_choice_view_type->Append(_(L("Speed"))); | ||||
|     m_choice_view_type->Append(_(L("Fan speed"))); | ||||
|     m_choice_view_type->Append(_(L("Volumetric flow rate"))); | ||||
|     m_choice_view_type->Append(_(L("Tool"))); | ||||
|     m_choice_view_type->Append(_(L("Color Print"))); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri