How to activate Duplicate print
-
Here is the Setup I have. How do I do duplicate print, is the a g.code line I need to add to cura.
; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 U0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0CM563 P1 D1 H2 F1 X3 ; Define tool 1
G10 P1 X0 Y.6 U0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0CM563 P2 D0:1 H1:2 X0:3 ; Define tool 2 Ditto Printing
G10 P2 X100 Y0 U-100 Z0 ; Set tool 2 axis Ditto Printing offsets
G10 P2 R0 S0 ; Set initial tool 2 active and standby temperatures to 0C
M567 P2 E1:1 ; set mix ratio 100% on both extruders
M568 P2 S1 ; turn on mixing for tool 2 -
Configuring Cura to use tool 2 may be sufficient.