From c3bf861b175713e511be0401eced1c6ad80e4c46 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Fri, 4 Feb 2022 11:30:07 +0100 Subject: [PATCH] Fix for fff_print_tests --- src/libslic3r/PrintConfig.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/PrintConfig.hpp b/src/libslic3r/PrintConfig.hpp index 3006f0954c..4db685d5c0 100644 --- a/src/libslic3r/PrintConfig.hpp +++ b/src/libslic3r/PrintConfig.hpp @@ -773,6 +773,8 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE( ((ConfigOptionInt, standby_temperature_delta)) ((ConfigOptionInts, temperature)) ((ConfigOptionInt, threads)) + ((ConfigOptionPoints, thumbnails)) + ((ConfigOptionEnum, thumbnails_format)) ((ConfigOptionBools, wipe)) ((ConfigOptionBool, wipe_tower)) ((ConfigOptionFloat, wipe_tower_x))