This will be down to your gcode start script. You have two gcode commands, one is to heat extruder and wait.. the other is to heat extruder and continue. M104 and M190 ring a bell but I'm away at the moment so cant check
Hi everyone.
Is there anything new about this? I have exactly the same problem, but I can't find the solution. When I print from USB the extruder does not heat up, but if I print from Octoprint there is no problem.
My printer startup G code is:
M92 X80.12 Y80.12 Z400.82 E454.81 ;Ajuste Pasos mm
M301 P28.64 I4.21 D48.68 ;Ajuste PID 215º
G28 ; home all axes
G29 ; Calibrado de Cama caliente
M117 Purge extruder
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position
G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line
G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little
G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
Thanks for the help and for making this fantastic plugin
