Filament change on Prusa Slicer
Hi all,
I am using the Ender 3 s1 pro and I am using Prusa slicer.
I want to do the filament change which is very easy to do by adding the specific layer height you want by just clicking the + button.
The thing is that the time is not enough to change the filament, at least for me. It is about about 30 seconds. Is there a way to extend that time by a custom gcode?
The printer is also extruding a lot of filament. On the Cura slicer there is the option of how much filament you would like to extrude.
I also tried the custom gcode a find on this forum which tells the printer to pause and move away from the print however this does not work on the S1 pro because you can not continue the print after pause. You will have to reboot the printer and let it continue after that.
G1 X10.000 Y200.000 E0; parking position GET THE PRUSA TO STICK IT'S TONGUE OUT! (edited to revise Y coordinate)M1; user stopM105; return to current temp
https://forum.prusa3d.com/forum/original-prusa-i3-mk2-s-others-archive/pause-print-in-gcode/
Any ideas?
Thanks!
RE: Filament change on Prusa Slicer
Did you ever get a resolution to this problem? I am looking at doing the same thing.
RE: Filament change on Prusa Slicer
Save the python script to a text file with the .py extension.
I had to download python from the Python.org site to run it.
Add the script according to this: https://help.prusa3d.com/article/post-processing-scripts_283913 I then used the solution to this issue. See the last post. https://github.com/prusa3d/PrusaSlicer/issues/4644
You should now be prompted for a pause in the print when you go to export the gcoode.
Add the script according to this.