From 59758fea550cd595e5343527201de3a49deacbc0 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Thu, 11 Apr 2019 17:07:41 +0200 Subject: [PATCH] Material correction XY merged --- src/slic3r/GUI/Tab.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index c735a40ee..30e3bfe89 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -3224,7 +3224,8 @@ void TabSLAMaterial::build() optgroup = page->new_optgroup(_(L("Corrections"))); optgroup->label_width = 19 * m_em_unit;//190; std::vector corrections = {"material_correction"}; - std::vector axes{ "X", "Y", "Z" }; +// std::vector axes{ "X", "Y", "Z" }; + std::vector axes{ "XY", "Z" }; for (auto& opt_key : corrections) { auto line = Line{ m_config->def()->get(opt_key)->full_label, "" }; int id = 0;