Hi,
Is anyone using Simplify3D with the new Lulzbot Mini? If so what kind of results are your getting?
This revised profile has a starting script that that has the wiping and M109 commands that you needed. Simplify3D uses [extruder0_temperature] rather than {print_temperature} so it just took a little bit of tweaking.I have the Lulzbot mini and have the same issue. I am gonna try and work with S3D on setting up the correct profile. I think the issue is the custom startup commands that lulzbot uses for the mini. There is a preheat to extrusion temp...then extract 30mm filament from head...then cool down to a head cleaning temp...then go clean head on felt wiper...then it is a cool down even more and probe the 4 bed corners...these are critical temps cause if any filament leaks out of the extruder before the probe, it will not make correct contact and will mess up. Then after the probe it is suppose to go to full heat and start print.
I think the issue is in the command to go to full heat and print. Lulzbot uses a M109 {print_temperature} code to bring the extruder to final temp...S3D does not use this callout in their Gcode profile file. Someone at S3D is going to have to analyze the Lulz mini startup and gcode profile and match the specific wording. Cause when it gets to the point of looking for {print_temperature}, S3D doesn't have anything to give to it.
The reason all the other heatup and cooldowns work is because they are called out with M109 S### specific codes...not {----} profile callout's.