Post process script
Please help. How do I get this script into a prusa slicer? I solve the problem of MMU2S filament temperatures.
RE: Post process script
I dont use any myself but as usual Bob (a member here, Bobstro) has useful info. Have a look here http://projects.ttlexceeded.com/3dprinting_prusaslicer_post-processing.html
I'm sure he'll post when he sees this too 🙂
RE: Post process script
Please help. How do I get this script into a prusa slicer? I solve the problem of MMU2S filament temperatures.
I use a similar (maybe the same) script to adjust the temperatures during filament change and have entered it in PS under "post-processing-script":
"C:\Program Files\Python38\python.exe" "C:\Users\7800mbz\AppData\Local\Programs\Python\Python37-32\Scripts\PrusaSlicer\mmuGcodeParser.py";
Of course Python must be installed. I think nikolai-r wrote the script.
Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.
RE: Post process script
Thank you for the information. I'll try to install it.