Removed duplicate definition in Preset::sla_printer_options()
This commit is contained in:
parent
cb3ad0a422
commit
71ebb0f2c6
1 changed files with 0 additions and 1 deletions
|
@ -550,7 +550,6 @@ const std::vector<std::string>& Preset::sla_printer_options()
|
||||||
s_opts = {
|
s_opts = {
|
||||||
"printer_technology",
|
"printer_technology",
|
||||||
"bed_shape", "bed_custom_texture", "bed_custom_model", "max_print_height",
|
"bed_shape", "bed_custom_texture", "bed_custom_model", "max_print_height",
|
||||||
"bed_shape", "max_print_height",
|
|
||||||
"display_width", "display_height", "display_pixels_x", "display_pixels_y",
|
"display_width", "display_height", "display_pixels_x", "display_pixels_y",
|
||||||
"display_mirror_x", "display_mirror_y",
|
"display_mirror_x", "display_mirror_y",
|
||||||
"display_orientation",
|
"display_orientation",
|
||||||
|
|
Loading…
Reference in a new issue