From 12303d93d568c0c21a0bacfad0338b5dd4a63f10 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Mon, 14 Dec 2020 12:49:16 +0100 Subject: [PATCH] Fixed previous merge --- src/libslic3r/PrintConfig.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 889e63ca16..db0586f36e 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -193,11 +193,7 @@ void PrintConfigDef::init_fff_params() def->sidetext = L("mm (zero to disable)"); def->min = 0; def->mode = comExpert; -<<<<<<< HEAD def->set_default_value(new ConfigOptionFloatOrPercent(0., false)); -======= - def->set_default_value(new ConfigOptionFloatOrPercent(0.)); ->>>>>>> 530148575b06fbf423166ced0d57c7b9eeca1dd4 def = this->add("bed_temperature", coInts); def->label = L("Other layers");