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