From 8e9d4777f4af14e9644532ae0531ea82615c7827 Mon Sep 17 00:00:00 2001 From: Wang YB <94800665+Gradbb@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:54:54 +0800 Subject: [PATCH] fix some bug --- src/slic3r/GUI/Tab.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 3ca3d59..31849b7 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -3076,13 +3076,7 @@ void TabPrinter::build_sla() optgroup->append_line(line); optgroup->append_single_option_line("absolute_correction"); optgroup->append_single_option_line("elefant_foot_compensation"); - //w26 - optgroup->append_single_option_line("elefant_foot_compensation_layers"); optgroup->append_single_option_line("elefant_foot_min_width"); - //w27 - optgroup->append_single_option_line("precise_z_height"); - //w39 - optgroup->append_single_option_line("precise_outer_wall", "Precise-wall"); optgroup->append_single_option_line("gamma_correction");