mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Remove accuracy slicer
No practical use
This commit is contained in:
parent
773116b777
commit
804758dfed
1 changed files with 0 additions and 6 deletions
|
@ -553,12 +553,6 @@ GLGizmoRotate3D::RotoptimzeWindow::RotoptimzeWindow(ImGuiWrapper * imgui,
|
||||||
wxGetApp().app_config->set("sla_auto_rotate", "method_id", std::to_string(state.method_id));
|
wxGetApp().app_config->set("sla_auto_rotate", "method_id", std::to_string(state.method_id));
|
||||||
}
|
}
|
||||||
|
|
||||||
float accuracy = state.accuracy;
|
|
||||||
if (imgui->slider_float(_L("Accuracy/Speed"), &accuracy, 0.01f, 1.f, "%.1f")) {
|
|
||||||
state.accuracy = accuracy;
|
|
||||||
wxGetApp().app_config->set("sla_auto_rotate", "accuracy", std::to_string(state.accuracy));
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
if ( imgui->button(_L("Optimize")) ) {
|
if ( imgui->button(_L("Optimize")) ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue