mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 10:52:15 +00:00
NEW:add "slice error" for double extruder
jira: none Change-Id: I58e86c33bc91456d42efcc1a0cad003432bb13df (cherry picked from commit 166a46caa8157e246adfeec591dc13383a47b252)
This commit is contained in:
@@ -377,16 +377,6 @@ class GCodeViewer
|
||||
}
|
||||
};
|
||||
|
||||
// helper to render shells
|
||||
struct Shells
|
||||
{
|
||||
GLVolumeCollection volumes;
|
||||
bool visible{ false };
|
||||
//BBS: always load shell when preview
|
||||
int print_id{ -1 };
|
||||
int print_modify_count { -1 };
|
||||
bool previewing{ false };
|
||||
};
|
||||
|
||||
// helper to render extrusion paths
|
||||
struct Extrusions
|
||||
@@ -733,11 +723,21 @@ public:
|
||||
LayerTimeLog,
|
||||
Count
|
||||
};
|
||||
|
||||
// helper to render shells
|
||||
struct Shells
|
||||
{
|
||||
GLVolumeCollection volumes;
|
||||
bool visible{false};
|
||||
// BBS: always load shell when preview
|
||||
int print_id{-1};
|
||||
int print_modify_count{-1};
|
||||
bool previewing{false};
|
||||
};
|
||||
//BBS
|
||||
ConflictResultOpt m_conflict_result;
|
||||
GCodeCheckResult m_gcode_check_result;
|
||||
FilamentPrintableResult filament_printable_reuslt;
|
||||
Shells m_shells;
|
||||
|
||||
private:
|
||||
std::vector<int> m_plater_extruder;
|
||||
@@ -780,7 +780,7 @@ private:
|
||||
SequentialView m_sequential_view;
|
||||
IMSlider* m_moves_slider;
|
||||
IMSlider* m_layers_slider;
|
||||
Shells m_shells;
|
||||
|
||||
/*BBS GUI refactor, store displayed items in color scheme combobox */
|
||||
std::vector<EViewType> view_type_items;
|
||||
std::vector<std::string> view_type_items_str;
|
||||
|
||||
Reference in New Issue
Block a user