From 03bed3462c5b91dde843eb57d4e315d7b43664da Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 10 Jan 2019 15:26:37 +0100 Subject: [PATCH] SliceInfo doesn't need to be aware of brim for prime tower only. [CURA-5864] --- plugins/SliceInfoPlugin/SliceInfo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/SliceInfoPlugin/SliceInfo.py b/plugins/SliceInfoPlugin/SliceInfo.py index 5902d3a720..5149b6a6a6 100755 --- a/plugins/SliceInfoPlugin/SliceInfo.py +++ b/plugins/SliceInfoPlugin/SliceInfo.py @@ -251,7 +251,6 @@ class SliceInfo(QObject, Extension): # Prime tower settings print_settings["prime_tower_enable"] = global_stack.getProperty("prime_tower_enable", "value") - print_settings["prime_tower_brim_enable"] = global_stack.getProperty("prime_tower_brim_enable", "value") # Infill settings print_settings["infill_sparse_density"] = global_stack.getProperty("infill_sparse_density", "value")