mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 06:05:54 +08:00
Remove accuracy slicer
No practical use
This commit is contained in:
parent
773116b777
commit
804758dfed
@ -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…
x
Reference in New Issue
Block a user