Added "change position" from modification pane

This commit is contained in:
YuSanka 2018-11-14 16:24:36 +01:00
parent 72b5da952d
commit caaacb4c4f
4 changed files with 52 additions and 5 deletions

View file

@ -933,13 +933,13 @@ private:
void _update_gcode_volumes_visibility(const GCodePreviewData& preview_data);
void _update_toolpath_volumes_outside_state();
void _show_warning_texture_if_needed();
public:
void _on_move();
void _on_rotate();
void _on_scale();
void _on_flatten();
void _on_mirror();
private:
// generates the legend texture in dependence of the current shown view type
void _generate_legend_texture(const GCodePreviewData& preview_data, const std::vector<float>& tool_colors);