jwhils
Posts: 7
Joined: Tue Jun 23, 2015 9:38 am

gcode issue printer nozzle and bed heat

Since the last v3.0 update every print I try to run on my TAZ5 starts before the nozzle and bed have reached temp. The axis' home and the LCD screen shows the temps initiate but immediately the printer begins trying to print. I'm having to pre-heat manually before starting the gcode. Here is the starting code on a print-- what needs to be adjusted and why is the temp commands not holding the printer from starting the print?

G90
M82
M106 S0
M140 S60
M104 S205 T0
G28 ; home all axes
G92 E0
G1 E-1.7000 F1800
G1 Z0.438 F1002
; layer 1, Z = 0.4375
T0
; tool H0.437 W0.400
; skirt
G1 X85.205 Y114.180 F4800
G1 E0.0000 F540
G92 E0
G1 X85.212 Y114.174 E0.0002 F1350
G1 X86.001 Y113.571 E0.0239
JoeJ
Posts: 1435
Joined: Sun Feb 16, 2014 10:52 am

Re: gcode issue printer nozzle and bed heat

Well your settings are different than the stock S3D profile. If you go to the Temperature tab, and click on either of the 2 items in the list to the left, the default S3D profile has the "wait for temperature controller to stabilize before beginning build" option enabled for both the extruder and bed. It looks like you must have disabled it, because the software isn't adding the M109/M190 commands at the beginning.

So just enable that option for both temperature controllers, or go to Help > Configuration Assistant and re-download the stock TAZ5 profile which has everything setup correctly.

Return to “Troubleshooting and Bug Reports”