hi all, new in with the simplify, and slightly teething with it.
i cant get the printer to reach hot end and heaterbed temps before it starts printing? (i.e. strips in the extruder quite happily)
heres the start G code i've ended up with to no avail.
G21; [mm] mode
G90; absolute mode
G28 ;home all axis
G0 Z15 ;lift nozzle
M140 S[bed1_temperature] T1
M104 S[extruder0_temperature] T0
M116 ;wait for all temps
i've tried adding M190 and tried M109, to no avail. the above M116 also fails to wait for the temps to be reached.
on my prinrter E0 is the hotend, E1 is the heater bed, in the FFF setting under the temperature tab i've tried seting to T0 and T1 for both the hot end and the bed, checked the box's on and off for the wait temperature controller to stabalice as well as disabled it by setting temp to '0'..same thing, click print through usb cable, the first parts to the Gcode apply, but it doesnt wait at Z15 to heat up..just starts printing without heating anything, not even setting a temperature.
help any one?
secondly the Z offset, is there a box to set/adjust for this?
i've tried the tool offset, no help...i'm using large nozzle sizes and really could do with the 'gap'when the Z axis hits the end stop to allow for plastics at the nozzle, aloud to home to the actual bed tends to hinder by pushing stuff back up into the nozzle, sooner or later the clogs start after a few hours of very poor troubled printing, hense the G code order above.
waiting for the temps to be reached (particularly at the nozzle) whilste at the Z15 part of the G code alows ooze to be removed just before the print starts, this also helps a lot.