Ok finally found some time to troubleshoot.
After loading the G-Code into the TAZ printer the only thing it does is home then heat to the prescribed temperature. Then it just does nothing. It's missing something after home and heat. What I've done with Simplify 3D is copy the start up code from Cura (Cura is the main slicer for LUZBOT) then input it into Simplify3D.
How. do I load this code to be the start up sequence? Maybe that will work??
;This G-Code has been generated specifically for LulzBot TAZ Pro with HS+ Tool Head
M73 P0 ; clear LCD progress bar
M75 ; Start LCD Print Timer
G26 ; clear potential 'probe fail' condition
M107 ; disable fans
M420 S0 ; disable leveling matrix
G90 ; absolute positioning
M82 ; set extruder to absolute mode
G92 E0 ; set extruder position to 0
M140 S{material_bed_temperature_layer_0} ; start bed heating up
G28 ; home all axes
G0 X145 Y187 Z156 F3000 ; move away from endstops
G29 ; start auto-leveling sequence
M420 S1 ; enable leveling matrix
M425 Z ; use measured Z backlash for compensation
M425 Z F0 ; turn off measured Z backlash compensation. (if activated in the quality settings
this command will automatically be ignored)
M204 S2000 ; restore standard acceleration
G1 X5 Y15 Z10 F5000 ; move up off last probe point
G4 S1 ; pause
M400 ; wait for moves to finish
M117 Heating... ; progress indicator message on LCD
M109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp
M190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp
G1 Z2 E0 F75 ; prime tiny bit of filment into the nozzle
M117 Q - HS+ Printing... ; progress indicator message on LCD
M221 S110 T0
G92 E0
G1 F600 E-1
;LAYER:0
M107
G0 F6000 X67.159 Y61.749 Z0.6