From 8197e8492729ba40efac9546ca628215e2279ecf Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Tue, 15 Mar 2016 12:54:41 +0100 Subject: [PATCH] Using PyDev compatible tag --- 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 ed018f7d89..c2e8b9a147 100644 --- a/plugins/SliceInfoPlugin/SliceInfo.py +++ b/plugins/SliceInfoPlugin/SliceInfo.py @@ -66,7 +66,7 @@ class SliceInfo(Extension): break - profile_values = settings.getChangedSettings() # TODO: Unused variable + profile_values = settings.getChangedSettings() # TODO: @UnusedVariable # Get total material used (in mm^3) print_information = Application.getInstance().getPrintInformation()