Browse Source

Update DisplayFilenameAndLayerOnLCD.py

Amanda de Castilho 6 years ago
parent
commit
7e7f2aab6b

+ 1 - 1
plugins/PostProcessingPlugin/scripts/DisplayFilenameAndLayerOnLCD.py

@@ -6,7 +6,7 @@
 #               M117 - displays the filename and layer height to the LCD
 #               Alternatively, user can override the filename to display alt text + layer height
 
-..Script import Script
+from ..Script import Script
 from UM.Application import Application
 
 class DisplayFilenameAndLayerOnLCD(Script):