Prusa MK3 i3 with MMU2S setup
I have been in 3D printing for a short time, until now with good satisfaction, I own a Prusa MK3 i3, on which I have mounted the MMU2S, someone kind can give me directions to make a good printer setup.
Thank you all
Thank you all
Comments
https://www.dropbox.com/s/nfnmlwy6bmm7nya/PrusaMK3_MMU2.xml?dl=0
it has all workarounds I use included. Maybe you need to change webcam or personal taste settings.
T?
in the regular start g-code when using MMU profile for slicing. This is just the command to ask for the extruder to use for single color print. If it is missing the active extruder is used.
Alternative solution is to add in printer configuration->G-Codes->Replacements a rule
^T\?
to be replaced by nothing so it always removes that line. But that means it always removes it even if you want it for a print.
That is because you use single head print from Prusa MK3 MMU so they know you have 5 extruders and add it. See start g-code in slicer printer settings. Would not happen if you say you have the straight MK3 without MMU I think.
Adjusting the G-code is the worst of all solutions, I did this for weeks in the old versions. I often have g-codes that I print with different colours but always the same material. I have often forgotten to switch to a different extruder before the next print, so I have wasted material and time. I run my printers 75% remotely and the extruder change simply has to pop up in the interface. For such an expensive software there has to be a better handling, especially because more and more printers with multiple extruders are coming on the market.
To install it for server side selection go to printer configuration->g-codes->replacements and a replacement:
Comment: Query Extruder
Regular Expression: ^Tx$
Code: