mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:13:58 -06:00
Change configuration bank name for SLA auto rotation
This commit is contained in:
parent
33eec05f02
commit
4a9768cc7f
2 changed files with 6 additions and 6 deletions
|
@ -16,10 +16,10 @@ namespace Slic3r { namespace GUI {
|
|||
void RotoptimizeJob::prepare()
|
||||
{
|
||||
std::string accuracy_str =
|
||||
wxGetApp().app_config->get("rotoptimize", "accuracy");
|
||||
wxGetApp().app_config->get("sla_auto_rotate", "accuracy");
|
||||
|
||||
std::string method_str =
|
||||
wxGetApp().app_config->get("rotoptimize", "method_id");
|
||||
wxGetApp().app_config->get("sla_auto_rotate", "method_id");
|
||||
|
||||
if (!accuracy_str.empty())
|
||||
m_accuracy = std::stof(accuracy_str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue