Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions octoprint_SlicerEstimator/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def process_line(self, line):

# slicer auto selection
def detect_slicer(path):
line = SlicerEstimatorFileHandling.search_in_file_regex(path,".*(PrusaSlicer|SuperSlicer|Simplify3D|Cura_SteamEngine|Creality Slicer|OrcaSlicer|BambuStudio|Snapmaker Luban).*")
line = SlicerEstimatorFileHandling.search_in_file_regex(path,".*(PrusaSlicer|SuperSlicer|Simplify3D|Cura_SteamEngine|Creality Slicer|Creality_Print V5.1|OrcaSlicer|BambuStudio|Snapmaker Luban).*")
if line:
if "Cura_SteamEngine" in line or "Creality Slicer" in line:
return SLICER_CURA
Expand Down Expand Up @@ -275,4 +275,4 @@ def store_metadata(self):
self._logger.debug(self._plugin._file_manager._storage_managers[self._origin].get_additional_metadata(self.path,"slicer_filament_change"))

def load_file(self):
self._command_arr = SlicerEstimatorFileHandling.search_in_file_regex(self._file_manager.path_on_disk(self._origin, self.path), self._regexStr, 0, True)
self._command_arr = SlicerEstimatorFileHandling.search_in_file_regex(self._file_manager.path_on_disk(self._origin, self.path), self._regexStr, 0, True)
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
continuously the remaining print time.') }}</li>
<li><b>SuperSlicer</b>: {{ _('Remaining time is read out of M73 commands. This will update
continuously the remaining print time.') }}</li>
<li><b>OrcaSlicer</b>: {{ _('Remaining time is read out of M73 commands. This will update
<li><b>OrcaSlicer</b> (Creality Print 5.1+): {{ _('Remaining time is read out of M73 commands. This will update
continuously the remaining print time.') }}</li>
<li><b>Bambu Studio</b>: {{ _('Remaining time is read out of M73 commands. This will update
continuously the remaining print time.') }}</li>
Expand Down Expand Up @@ -193,4 +193,4 @@
</div>
</div>
</div>
</form>
</form>