› Forums › The Beast V1, V2 and Elevator 3D Printer Support › MultiMaterial 2/1 Printer Settings › Reply To: MultiMaterial 2/1 Printer Settings
June 4, 2020 at 8:35 pm
#1326

Participant
Code:
G92 E0
G1 E-[toolchange_retract_distance] F[toolchange_retract_speed] ; retract previous tool
T[new_tool] ; switch to new tool and offsets
G1 X[next_position_x] Y[next_position_y] F[travel_speed] ; move to next printing location
G92 E0
G1 E[toolchange_prime_distance] F1800 ; prime new tool
G92 E0