mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Merge remote-tracking branch 'upstream/main' into libvgcode
# Conflicts: # src/libslic3r/GCode/GCodeProcessor.cpp # src/libslic3r/GCode/GCodeProcessor.hpp # src/slic3r/CMakeLists.txt # src/slic3r/GUI/GCodeViewer.cpp # src/slic3r/GUI/GCodeViewer.hpp # src/slic3r/GUI/GLCanvas3D.cpp # src/slic3r/GUI/GLCanvas3D.hpp # src/slic3r/GUI/GUI_Preview.cpp
This commit is contained in:
@@ -79,6 +79,7 @@ using Interval = std::array<std::size_t, 2>;
|
||||
//
|
||||
enum class EViewType : uint8_t
|
||||
{
|
||||
Summary, // ORCA
|
||||
FeatureType,
|
||||
Height,
|
||||
Width,
|
||||
|
||||
@@ -1506,6 +1506,7 @@ Color ViewerImpl::get_vertex_color(const PathVertex& v) const
|
||||
assert(static_cast<size_t>(v.extruder_id) < m_tool_colors.size());
|
||||
return m_tool_colors[v.extruder_id];
|
||||
}
|
||||
case EViewType::Summary: // ORCA
|
||||
case EViewType::ColorPrint:
|
||||
{
|
||||
return m_layers.layer_contains_colorprint_options(static_cast<size_t>(v.layer_id)) ? DUMMY_COLOR :
|
||||
|
||||
Reference in New Issue
Block a user