This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## License: GPLv2 | |
## Author: quantumfrost | |
## This is a post-processing speed to workaround the OrcaSlicer but that causes unnecessary fan speed changes | |
## See here for more info: https://github.com/SoftFever/OrcaSlicer/issues/1330 | |
## Add this at the bottom of the "Others" tab under "Process" like so: | |
## "path/to/python" "path/to/script" | |
import re | |
import sys, os |