Fixed registered destination extensions in cura plugin
This commit is contained in:
parent
e7c21b1978
commit
944775abde
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class CuraPlugin(octoprint.plugin.SlicerPlugin,
|
|||
same_device=True,
|
||||
progress_report=True,
|
||||
source_file_types=["stl"],
|
||||
destination_extension="gco"
|
||||
destination_extensions=["gco", "gcode", "g"]
|
||||
)
|
||||
|
||||
def get_slicer_default_profile(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue