Update DisplayFilenameAndLayerOnLCD.py

This commit is contained in:
Amanda de Castilho 2018-08-29 09:48:37 -07:00 committed by GitHub
parent f7fbc685d8
commit 7e7f2aab6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):