Added .g to the allowed extensions for file uploads
This commit is contained in:
parent
a7477e0184
commit
4ea2345eda
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from octoprint.events import eventManager
|
|||
|
||||
from werkzeug.utils import secure_filename
|
||||
|
||||
SUPPORTED_EXTENSIONS=["gcode", "gco", "stl"]
|
||||
SUPPORTED_EXTENSIONS=["gcode", "gco", "stl", "g"]
|
||||
|
||||
class GcodeManager:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue