mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Removing separate X and Y relative correction.
This commit is contained in:
parent
81f4ce5f2e
commit
53861b2012
2 changed files with 10 additions and 9 deletions
|
@ -2007,7 +2007,8 @@ void TabPrinter::build_sla()
|
|||
|
||||
optgroup = page->new_optgroup(_(L("Corrections")));
|
||||
line = Line{ m_config->def()->get("relative_correction")->full_label, "" };
|
||||
std::vector<std::string> axes{ "X", "Y", "Z" };
|
||||
// std::vector<std::string> axes{ "X", "Y", "Z" };
|
||||
std::vector<std::string> axes{ "XY", "Z" };
|
||||
int id = 0;
|
||||
for (auto& axis : axes) {
|
||||
auto opt = optgroup->get_option("relative_correction", id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue