Skip to content

Commit

Permalink
Support OrcaSlicer
Browse files Browse the repository at this point in the history
Signed-off-by: SoftFever <[email protected]>
  • Loading branch information
SoftFever committed Mar 14, 2023
1 parent 8f717dc commit a2e1b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preprocess_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def preprocess_ideamaker(infile):
SLICERS: dict[str, Tuple[str, callable]] = {
"superslicer": ("; generated by SuperSlicer", preprocess_slicer),
"prusaslicer": ("; generated by PrusaSlicer", preprocess_slicer),
"orcaslicer": ("; generated by OrcaSlicer", preprocess_slicer),
"slic3r": ("; generated by Slic3r", preprocess_slicer),
"cura": (";Generated with Cura_SteamEngine", preprocess_cura),
"ideamaker": (";Sliced by ideaMaker", preprocess_ideamaker),
Expand Down

0 comments on commit a2e1b4d

Please sign in to comment.