lawndartleo
Posts: 2
Joined: Sat Jul 29, 2017 5:26 pm

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

As most forums are user to user affairs I would ask that all of us who are looking for MMU support all submit direct customer service support tickets. This way they will most certainly be aware of the need for this level of functionality in the software.

I miss S3d but have no choice in the matter but to use Slic3r (a fine program in its own right, no disrespect to its maintainers).
mesa
Posts: 2
Joined: Thu Oct 05, 2017 3:09 am

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

No official response so far. Looks like we are ignored.

It seems the dremel partnership is more important than usual customers needs.
mhemling33
Posts: 2
Joined: Mon Jan 15, 2018 12:54 pm

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

I contacted customer support about this issue awhile ago (before I even received my mmu) and they gave me a beta version a setup to work with my prusa mk2s mmu. The profile had some issues, there were sometimes collisions between multiple filaments when retracting. Since I like S3D better than slicer and use S3D at work, I was able slim down the beta fff to make a setup to run just a single filament. IT ISN'T PERFECT but it works for me, if I want to print in multiple materials I have to dabble with slicer. You can download the single extruder setup in the link below.
PRUSA I3 MK2S MMU Single EXTRUDER.fff
Prusa I3 MK2S MMU SINGLE EXTRUDER.FFF
(20.71 KiB) Downloaded 449 times
If you make any improvements on this please re-post it!
jmtrappier
Posts: 4
Joined: Sat Jan 20, 2018 4:52 pm

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

Hello all,

Add me to the LONG list of ppl requesting the MMU management.

Not to mention MK3 MMU is on its way too...
andrewk72
Posts: 161
Joined: Fri Apr 29, 2016 5:43 am

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

I emailed the S3D team about this awhile ago and they sent me a profile for the MMU that has been working quite well actually. It's different than the prusa software (obviously), since it does things the S3D way. For example, it uses the ooze shield more for controlling ooze and color leaking between parts, but I actually find that tends to work better than a prime pillar.

Also, just to mention it, I have a Mk3 on the way as well. S3D has already included a profile for it (you can see it by going to help > configuration assistant).
jmtrappier
Posts: 4
Joined: Sat Jan 20, 2018 4:52 pm

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

mhemling33 wrote:I contacted customer support about this issue awhile ago (before I even received my mmu) and they gave me a beta version a setup to work with my prusa mk2s mmu. The profile had some issues, there were sometimes collisions between multiple filaments when retracting. Since I like S3D better than slicer and use S3D at work, I was able slim down the beta fff to make a setup to run just a single filament. IT ISN'T PERFECT but it works for me, if I want to print in multiple materials I have to dabble with slicer. You can download the single extruder setup in the link below.
PRUSA I3 MK2S MMU Single EXTRUDER.fff
If you make any improvements on this please re-post it!
Can't figure how to use other extruders with this profile...am I missing something ?
mhemling33
Posts: 2
Joined: Mon Jan 15, 2018 12:54 pm

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

jmtrappier wrote:
Can't figure how to use other extruders with this profile...am I missing something ?
It is for a single extruder only with the mmu. I was having issues with multiple extruders so I removed the other ones.
shocksofmighty
Posts: 88
Joined: Mon Sep 12, 2016 11:36 am

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

See my thread here for using a post-processor:

https://forum.simplify3d.com/viewtopic.php?f=8&t=9245

It is not a perfect solution, but it does the job.
smgriggs
Posts: 8
Joined: Wed Jul 10, 2019 12:10 am

Re: Support for Prusa i3Mk2 with Multi Material Upgrade

I've had some success with Simplify3D and my Prusa i3 MK3S with the MMU2S upgrade. Just wanted to share some thoughts here as I've had nightmares getting this thing running.

I started by setting the machine to the Prusa i3 MK3. I added a second extruder to the profile (but kept the two temp controllers, extruder and bed). Under g-code I checked the box for relative extrusion distances. Under Other set the tool change retraction distance to zero.

From there it was a matter of getting the startup and tool change scripts right. The startup script was pretty straightforward. I copied most of this from gcode generated from PrusaSlicer.

Code: Select all

M201 X1000 Y1000 Z1000 E8000 ; accel
M203 X200 Y200 Z12 E120 ; sets maximum feedrates mm/sec
M204 P1250 R1250 T1250 ; sets acceleration (PT) and retract acceleration (R) mm/sec^2
M205 X8.00 Y8.00 Z0.40 E1.50 ; sets the jerk limits mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate mm/sec
M107
M115 U3.7.2 ; use the latest firmware version
G90 ; use absolute coordinates
M83 ; extruder relative mode

M104 S215 ; set extruder temp
M140 S60 ; set bed temp
M190 S60 ; wait for bed temp
M109 S215 ; wait for extruder temp

; Send the filament type to the MMU2.0 unit.
; E stands for extruder number
 F stands for filament type (0: default; 1:flex; 2: PVA)
M403 E0 F0
M403 E1 F2
M403 E2 F0
M403 E3 F0
M403 E4 F0
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
G21 ; set units to millimeters
;go outside print area
G1 Y-3.0 F1000.0
G1 Z0.4 F1000.0
; select extruder
T1
; initial load
G1 X55.0 E29.0 F1073.0
M73 Q0 S208
M73 P0 R207
G1 X5.0 E29.0 F1800.0
G1 X55.0 E8.0 F2000.0
G1 Z0.3 F1000.0
G92 E0.0
G1 X240.0 E25.0 F2200.0
G1 Y-2.0 F1000.0
G1 X55.0 E25 F1400.0
G1 Z0.20 F1000.0
G1 X5.0 E4.0 F1000.0
G92 E0.0
The tool change is still a work in progress. I have the temperatures hard-coded here, you could add another temp controller and use the variables. I set it so that moving to a higher temperature happens before the change, moving to a lower temperature after, the idea being we want to purge old material at the higher temperature or it may get stuck.

Code: Select all

; TOOL CHANGE START
{IF NEWTOOL=0}M104 S250
G1 E-2 X200 F2500
; COOLING
G1 E-30.0000 F1000
G4 S5
G1 E-20 F2500
G1 E20 F2500
G1 E-20 F2500
G1 E20 F2500
G1 E-65.0000 F2500
T[new_tool]
;M220 S100
G4 S2
; CP TOOLCHANGE LOAD
G1 X180 Y100 E12.0000 F1200
G1 X200 E42.0000 F1000
G1 X180 E6.0000 F1000
G1 X200 E2.0000 F1000
G1 Y90 E-2 F2000
G92 E0.0
{IF NEWTOOL=1}M104 S215
{IF NEWTOOL=0}M900 K30
{IF NEWTOOL=1}M900 K0
; TOOL CHANGE END
NOTE: If you look at the gcode, it moves off to X 200 to do a tool change, if you have parts there, you'll probably want to change that.

The biggest problem here is the retraction before the tool change. If you leave stringing, things are going to get jammed, the FINDA sensor is going to get stuck, you'll fail to load into the extruder, get extruder jams, etc. etc. The script above produced stringing, but it was thick for the PETG and PVA, so the strings didn't seem to cause too many issues. I tried to copy the code from PrusaSlicer for it's "cooling moves" without much luck. I'll continue to work on this, but if you find an extraction procedure that produces non-stringing tips, let me know.

You may also want to add back in the codes to turn the fan on/off/power for different filaments.

Last but not least, you have to edit the resulting gcode. Simplify3D inserts some startup code that's unhelpful. Just delete the gcode up until the start of the starting script above. The second thing is that it seems to insert an unnecessary tool change (I'm starting with filament 2, PVA for raft, so this may not apply to you). Delete the unnecessary tool change on the first layer before the first feature.

I've had better luck with an ooze shield than prime pillar, it seems to require about 4-8 perimeters to purge, but that'll obviously depend on size.

You'll definitely want to do everything you can to reduce tool changes, like generate support with the primary tool and just use PVA for dense support.

Let me know if you have any luck, particularly reducing stringing. This is all a bit of a nightmare, I'm not surprised if Simplify3D doesn't want to claim official support.

Return to “Feature Requests”