From ba608c5987c1ac574b0c867f1d4a3d8c3f0e75f4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 28 Aug 2019 14:57:02 +0200 Subject: Use container tree to reset quality after deleting packages Contributes to issue CURA-6600. --- plugins/GCodeWriter/GCodeWriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/GCodeWriter') diff --git a/plugins/GCodeWriter/GCodeWriter.py b/plugins/GCodeWriter/GCodeWriter.py index 2c6603cb3f..9f9d6ebb79 100644 --- a/plugins/GCodeWriter/GCodeWriter.py +++ b/plugins/GCodeWriter/GCodeWriter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Ultimaker B.V. +# Copyright (c) 2019 Ultimaker B.V. # Cura is released under the terms of the LGPLv3 or higher. import re # For escaping characters in the settings. -- cgit v1.2.3