TAZ5 not initiating nozzle temperature
Posted: Mon Mar 16, 2015 5:21 pm
I'm using Simplify3D with my Lulzbot TAZ5 machine, and I'm seeing a bug. I've setup my machine parameters in the software by using the Configuration Assistant and setting it to the Lulzbot TAZ4 (very close to the TAZ5), and I'm unable to get the nozzle temperature to activate with posted .gcode unless I make the following manual change:
The final line (M190 S100) is by default placed after the M140 line in the .gcode, but this results in the nozzle temperature not activating. When I place this line below the M109 line, the nozzle temperature activates fine. Can this be controlled from within the Simplify3D software? Right now I am having to manually edit the .gcode in notepad after posting from the software....
Code: Select all
G90
M82
M106 S0
M140 S100
M104 S230 T0
M109 S230 T0
M190 S100