mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-05 02:11:52 +03:00
Update Tab.cpp
This reverts commit 544d6d1456e380edab030890cf51037f254c3ff9.
This commit is contained in:
@@ -1670,6 +1670,7 @@ void TabPrint::build()
|
|||||||
optgroup->append_single_option_line("slicing_mode");
|
optgroup->append_single_option_line("slicing_mode");
|
||||||
optgroup->append_single_option_line("resolution");
|
optgroup->append_single_option_line("resolution");
|
||||||
optgroup->append_single_option_line("gcode_resolution");
|
optgroup->append_single_option_line("gcode_resolution");
|
||||||
|
optgroup->append_single_option_line("arc_fitting");
|
||||||
//w12
|
//w12
|
||||||
//optgroup->append_single_option_line("xy_size_compensation");
|
//optgroup->append_single_option_line("xy_size_compensation");
|
||||||
optgroup->append_single_option_line("xy_hole_compensation");
|
optgroup->append_single_option_line("xy_hole_compensation");
|
||||||
@@ -3248,7 +3249,7 @@ void TabPrinter::build_extruder_pages(size_t n_before_extruders)
|
|||||||
|
|
||||||
return sizer;
|
return sizer;
|
||||||
};
|
};
|
||||||
line = optgroup->create_single_option_line("extruder_colour", "", extruder_idx);
|
Line line = optgroup->create_single_option_line("extruder_colour", "", extruder_idx);
|
||||||
line.append_widget(reset_to_filament_color);
|
line.append_widget(reset_to_filament_color);
|
||||||
optgroup->append_line(line);
|
optgroup->append_line(line);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user