From f7831240e11e1759c87368fe86cb05eb7e30b0d7 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 13 Jun 2017 12:09:49 +0200 Subject: Fixed compilation on OSX --- xs/src/libslic3r/PrintConfig.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'xs/src/libslic3r/PrintConfig.hpp') diff --git a/xs/src/libslic3r/PrintConfig.hpp b/xs/src/libslic3r/PrintConfig.hpp index d1e6308cf..9876befa8 100644 --- a/xs/src/libslic3r/PrintConfig.hpp +++ b/xs/src/libslic3r/PrintConfig.hpp @@ -359,7 +359,6 @@ public: ConfigOptionBool use_firmware_retraction; ConfigOptionBool use_relative_e_distances; ConfigOptionBool use_volumetric_e; - ConfigOptionBool set_and_wait_temperatures; ConfigOptionBool variable_layer_height; GCodeConfig(bool initialize = true) : StaticPrintConfig() { @@ -404,7 +403,6 @@ public: OPT_PTR(use_firmware_retraction); OPT_PTR(use_relative_e_distances); OPT_PTR(use_volumetric_e); - OPT_PTR(set_and_wait_temperatures); OPT_PTR(variable_layer_height); return NULL; }; -- cgit v1.2.3