I assume you set the gcode flavor to Marlin (from Ultigcode). If that's the case then you need to take care of priming yourself. This is what I used on my UM2+ for priming (tried to emulate the UM3 prime poop):
Start
G21
G90
M82
M107
G28 Z0
G28 X0 Y0
G1 X5 Y5 F9000
G1 Z2.2 F9000
G92 E0
G1 F400 E40
G92 E0
G1 F100 E10 Z7.0 F50
G92 E0
G1 X10 Y15 Z0.5 F500
G92 E0
G1 F9000
M117 Printing...
End
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
G28 Z0 ; home bed
M84 ;steppers off
G90 ;absolute positioning
Recommended Posts
michelide 4
This is still an open question. It takes quite some time to manually feed prime two extruders while waiting for them each to heat up.
Link to post
Share on other sites