From f15680b9ea609b4dd836ca664d119dae7ac173cb Mon Sep 17 00:00:00 2001 From: JPFrancoia Date: Thu, 26 Apr 2018 09:47:49 +0100 Subject: [PATCH] Cleaning dev instructions. --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index 66221a49b5..4795aa3e89 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -243,10 +243,6 @@ class PauseAtHeight(Script): prevLayer = data[index - i] layer = prevLayer + layer - with open("/home/djipey/Desktop/out.txt", "w") as f: - ttt = "{} {}".format(x, y) - f.write(ttt) - # Get extruder's absolute position at the # begining of the first layer redone # see https://github.com/nallath/PostProcessingPlugin/issues/55