Skip to content

Commit

Permalink
add support for MomentSlicer
Browse files Browse the repository at this point in the history
  • Loading branch information
SHID1214 committed Sep 22, 2023
1 parent ee62d07 commit c822727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moonraker/components/file_manager/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def check_identity(self, data: str) -> Optional[Dict[str, str]]:
'PrusaSlicer': r"PrusaSlicer\s(.*)\son",
'SuperSlicer': r"SuperSlicer\s(.*)\son",
'OrcaSlicer': r"OrcaSlicer\s(.*)\son",
'MomentSlicer': r"MomentSlicer\s(.*)\son",
'SliCR-3D': r"SliCR-3D\s(.*)\son",
'BambuStudio': r"BambuStudio[^ ]*\s(.*)\n",
'A3dp-Slicer': r"A3dp-Slicer\s(.*)\son",
Expand Down

0 comments on commit c822727

Please sign in to comment.