Hi all,
I’m hoping someone can help.
I need to alter the start gcode in Simplify 3D for when I dual extrude.
At the moment only the right extruder is priming before the slow wipe at the beginning of the print. This is fine if you are just using the right extruder but not ideal when you are using both extruders.
Could someone tell me the additional code I need to add to get the left extruder (T1) to prime before the sweep.
I think it need to go somewhere in the highlighted code below.
Thanks, Steve
; **** Replicator 2 start.gcode ****
M103 ; extruder off
M73 P0 ; enable build progress
M70 P2 (Simplify3D Creator)
G162 X Y F3000 ; home XY maximum
G161 Z F1200 ; home Z minimum
G92 Z-5 ; set Z to -5
G1 Z0.0 ; move Z to 0
G161 Z F100 ; home Z slowly
M132 X Y Z A B ; load current position from EPROM
G10 P1 X-125 Y-75 ; set local offset for Creator
G54 ; enable G10 offset
G1 X-5 Y0 Z50 F9000 ; move to wait position off table
G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating
M70 P1 (priming nozzle...)
M6 T0 ; wait for extruder to warm up
G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs
G1 Z0.4 ; position nozzle
M108 R5.0 ; set extruder speed
M101 ; start extruder
G4 P3500 ; purge nozzle
G1 X0 Y5 Z0.15 F1200 ; slow wipe
M103 ; stop extruder
G1 X5 Y10 Z0.5 F1200 ; lift
M73 P1 ;@body (notify GPX body has started)
; **** end of start.gcode ****
G10 P1 X-125 Y-75 ; set local offset for Creator
; **** Replicator 2X start.gcode ****
M103 ; extruder off
M73 P0 ; enable build progress
M70 P2 (Simplify3D Creator)
G162 X Y F3000 ; home XY maximum
G161 Z F1200 ; home Z minimum
G92 Z-5 ; set Z to -5
G1 Z0.0 ; move Z to 0
G161 Z F100 ; home Z slowly
M132 X Y Z A B ; load current position from EPROM
G10 P1 X-125 Y-75 ; set local offset for Creator
G10 P2 X-125 Y-75 ; set local offset for Creator
G54 ; enable G10 offset
G1 X-5 Y0 Z30 F9000 ; move to wait position off table
G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating
M70 P1 (priming nozzle...)
M6 T0 ; wait for extruder to warm up
G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs
G1 Z0.4 ; position nozzle
M108 R5.0 ; set extruder speed
M101 ; start extruder
G4 P3500 ; purge nozzle
G1 X0 Y5 Z0.15 F1200 ; slow wipe
M103 ; stop extruder
G1 X5 Y10 Z0.5 F1200 ; lift
M73 P1 ;@body (notify GPX body has started)
; **** end of start.gcode ****
; **** Replicator 2X start.gcode for DUAL extrusion ****
M103 ; extruder off
M73 P0 ; enable build progress
M70 P2 (Simplify3D Creator)
M70 P2 (Replicator 2X DUAL)
G162 X Y F3000 ; home XY maximum
G161 Z F1200 ; home Z minimum
G92 Z-5 ; set Z to -5
G1 Z0.0 ; move Z to 0
G161 Z F100 ; home Z slowly
M132 X Y Z A B ; load current position from EPROM
G10 P1 X-125 Y-75 ; set local offset for Creator
G10 P2 X-125 Y-75 ; set local offset for Creator
G54 ; enable G10 offset
G1 X-5 Y0 Z30 F9000 ; move to wait position off table
G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating
M70 P1 (Priming DUAL nozzles...)
M6 T0 ; wait for RIGHT extruder to warm up
M6 T1 ; wait for LEFT extruder to warm up
G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs
G1 Z0.4 ; position nozzle
M108 T0 R5.0 ; set RIGHT extruder speed
M108 T1 R5.0 ; set LEFT extruder speed
M101 T0 ; start RIGHT extruder
M101 T1 ; start LEFT extruder
G4 P3500 ; purge timer Extrude RIGHT and LEFT for 3.5secs
M103 T0 ; stop RIGHT extruder
M103 T1 ; stop LEFT extruder
G1 X-5 Y0 Z0.4 ; Hold extruder position for DUAL purge
G1 X10 Y0 Z0.15 F1200 ; slow wipe
G1 X10 Y10 Z0.5 F1200 ; lift
M73 P1 ;@body (notify GPX body has started)

I have been doing loads for dual printing with S3D of late. Could you post you stl. for me to have a look at.
Cheers, Steve
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To unsubscribe from this group and stop receiving emails from it, send an email to makerbot+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi JMT,
Sorry it’s taken me so long to get around to having a look at this. I spent about an hour working with it last night and managed to get a decent print. This was just a quick and dirty crack at it and there is plenty of room for tweaking.
Would you like me to post the factory file here for you to have a look at or I could email it to you?
I would also be happy to do a video and take you through my workflow if you think that would help.
Cheers, Steve