mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/slic3r
This commit is contained in:
		
						commit
						d53127fa44
					
				
					 3 changed files with 3 additions and 5 deletions
				
			
		|  | @ -275,7 +275,7 @@ bool GCodePreviewData::empty() const | |||
|     return extrusion.layers.empty() && travel.polylines.empty() && retraction.positions.empty() && unretraction.positions.empty(); | ||||
| } | ||||
| 
 | ||||
| const GCodePreviewData::Color& GCodePreviewData::get_extrusion_role_color(ExtrusionRole role) const | ||||
| GCodePreviewData::Color GCodePreviewData::get_extrusion_role_color(ExtrusionRole role) const | ||||
| { | ||||
|     return extrusion.role_colors[role]; | ||||
| } | ||||
|  |  | |||
|  | @ -187,7 +187,7 @@ public: | |||
|     void reset(); | ||||
|     bool empty() const; | ||||
| 
 | ||||
|     const Color& get_extrusion_role_color(ExtrusionRole role) const; | ||||
|     Color get_extrusion_role_color(ExtrusionRole role) const; | ||||
|     Color get_height_color(float height) const; | ||||
|     Color get_width_color(float width) const; | ||||
|     Color get_feedrate_color(float feedrate) const; | ||||
|  |  | |||
|  | @ -2204,7 +2204,7 @@ void _3DScene::_load_gcode_extrusion_paths(const GCodePreviewData& preview_data, | |||
|             return 0.0f; | ||||
|         } | ||||
| 
 | ||||
|         static const GCodePreviewData::Color& path_color(const GCodePreviewData& data, const std::vector<float>& tool_colors, float value) | ||||
|         static const GCodePreviewData::Color path_color(const GCodePreviewData& data, const std::vector<float>& tool_colors, float value) | ||||
|         { | ||||
|             switch (data.extrusion.view_type) | ||||
|             { | ||||
|  | @ -2257,7 +2257,6 @@ void _3DScene::_load_gcode_extrusion_paths(const GCodePreviewData& preview_data, | |||
|     }; | ||||
| 
 | ||||
|     typedef std::vector<Filter> FiltersList; | ||||
| 
 | ||||
|     size_t initial_volumes_count = volumes.volumes.size(); | ||||
| 
 | ||||
|     // detects filters
 | ||||
|  | @ -2281,7 +2280,6 @@ void _3DScene::_load_gcode_extrusion_paths(const GCodePreviewData& preview_data, | |||
|     for (Filter& filter : filters) | ||||
|     { | ||||
|         s_gcode_preview_volume_index.first_volumes.emplace_back(GCodePreviewVolumeIndex::Extrusion, (unsigned int)filter.role, (unsigned int)volumes.volumes.size()); | ||||
| 
 | ||||
|         GLVolume* volume = new GLVolume(Helper::path_color(preview_data, tool_colors, filter.value).rgba); | ||||
|         if (volume != nullptr) | ||||
|         { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka