From 27da5c56c0c271fac399fc248729effc1b6aac49 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 15:43:57 +0100 Subject: [PATCH] Marking unused variable --- plugins/SliceInfoPlugin/SliceInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SliceInfoPlugin/SliceInfo.py b/plugins/SliceInfoPlugin/SliceInfo.py index 78d0c7cec0..ed018f7d89 100644 --- a/plugins/SliceInfoPlugin/SliceInfo.py +++ b/plugins/SliceInfoPlugin/SliceInfo.py @@ -66,7 +66,7 @@ class SliceInfo(Extension): break - profile_values = settings.getChangedSettings() + profile_values = settings.getChangedSettings() # TODO: Unused variable # Get total material used (in mm^3) print_information = Application.getInstance().getPrintInformation()