From 124052623fb49e7cf12c17c98161726ac675391b Mon Sep 17 00:00:00 2001 From: remi durand Date: Fri, 21 May 2021 23:53:58 +0200 Subject: [PATCH] tooltip for bed model origin --- src/slic3r/GUI/BedShapeDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/BedShapeDialog.cpp b/src/slic3r/GUI/BedShapeDialog.cpp index 0ddbeffd5..980bfa919 100644 --- a/src/slic3r/GUI/BedShapeDialog.cpp +++ b/src/slic3r/GUI/BedShapeDialog.cpp @@ -403,6 +403,7 @@ wxPanel* BedShapePanel::init_model_panel() line.full_width = 1; line.widget = [this](wxWindow* parent) { wxButton* load_btn = new wxButton(parent, wxID_ANY, _(L("Load..."))); + load_btn->SetToolTip(_L("The origin of the model is the center of the build plate.")); wxSizer* load_sizer = new wxBoxSizer(wxHORIZONTAL); load_sizer->Add(load_btn, 1, wxEXPAND);