From 096198ec9a661095da508370be0e1fe5728180fb Mon Sep 17 00:00:00 2001 From: novamxd Date: Sun, 19 Apr 2020 04:47:54 -0500 Subject: [PATCH] Revamped ChangeAtZ Removed some derpug code --- plugins/PostProcessingPlugin/scripts/ChangeAtZ.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py index 02a5f9cb69..239463bca4 100644 --- a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py +++ b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py @@ -719,9 +719,6 @@ class ChangeAtZProcessor: if len(line) == 0: continue - if "Z10.8" in line: - derp = True - # update our layer number if applicable self.processLayerNumber(line)