mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: global_endpoints should not include seam
This is fix for jira STUDIO-1501 Global_endpoints should not include seam vertex. So the initial value should be gcode_ids.size(), rather than m_move_vertex Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Id4162e63640509521cc7c76bc0d860f27e0c316e
This commit is contained in:
@@ -698,7 +698,7 @@ public:
|
||||
float m_scale = 1.0;
|
||||
|
||||
//BBS: GUI refactor: add canvas size
|
||||
void render(const bool has_render_path, float legend_height, int canvas_width, int canvas_height, const EViewType& view_type, const std::vector<GCodeProcessorResult::MoveVertex>& moves) const;
|
||||
void render(float legend_height, int canvas_width, int canvas_height, const EViewType& view_type, const std::vector<GCodeProcessorResult::MoveVertex>& moves) const;
|
||||
};
|
||||
|
||||
struct ETools
|
||||
@@ -781,7 +781,6 @@ private:
|
||||
std::vector<CustomGCode::Item> m_custom_gcode_per_print_z;
|
||||
|
||||
bool m_contained_in_bed{ true };
|
||||
mutable bool m_no_render_path { false };
|
||||
bool m_is_dark = false;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user