Printer dosen't start the print job correct
-
If it dosen't damage my Printer or do something else it dosen't matter right?
-
@as-3d-druck said in Printer dosen't start the print job correct:
If it dosen't damage my Printer or do something else it dosen't matter right?
The spurious messages don't matter. If you were getting them on just one phase then I would suggest you have a genuine problem; but getting them on both phases when the motor is moving slowly (e.g. the Z axis moving just a little to do bed compensation) is not unusual in this release candidate.
In previous releases, the open load detection has been disabled because of spurious indications. I was hoping to get it working in this release to help diagnose bad motor connections.
-
@dc42 and what could you say about that my printer starts and stops after my purgeline and home it self?
-
@as-3d-druck, I would need to see an example GCode file that causes that behaviour when you try to print it.
-
@dc42 Ok, here is the Thing that i tryed to print: https://cloud.as-3ddruck.de/index.php/s/pcfzPngPzMj3c3e
-
I think I see your problem.
From your gcode file:
;Put printing message on LCD screen M117 D-Bot Printing... G92 E0 G1 E-5.0000 F3600 G1 Z1.000 F1002 ; process dbot ; layer 1, Z = 0.200 M104 S0 ; turn off extruder M140 S0 ; turn off bed G91 ; use relative coordinates G1 Z0.6 F5000 ; lift nozzle by 0.6mm G90 ; use absolute coordinates G28 X0 ; home X axis G1 Y100 ; move Y axis to end position M84 ; disable motors M107 ; turn off fan T1 ; tool H0.200 W0.408 ; skirt
Right before starting the skirt under the heading process dbot layer 1, it disabled your motors and turns off the heaters and fan. It looks like maybe your end gcode script is being inserted into the start of your file.
-
@phaedrux said in Printer dosen't start the print job correct:
I think I see your problem.
From your gcode file:
;Put printing message on LCD screen M117 D-Bot Printing... G92 E0 G1 E-5.0000 F3600 G1 Z1.000 F1002 ; process dbot ; layer 1, Z = 0.200 M104 S0 ; turn off extruder M140 S0 ; turn off bed G91 ; use relative coordinates G1 Z0.6 F5000 ; lift nozzle by 0.6mm G90 ; use absolute coordinates G28 X0 ; home X axis G1 Y100 ; move Y axis to end position M84 ; disable motors M107 ; turn off fan T1 ; tool H0.200 W0.408 ; skirt
Right before starting the skirt under the heading process dbot layer 1, it disabled your motors and turns off the heaters and fan. It looks like maybe your end gcode script is being inserted into the start of your file.
Why does my Slicer this?
-
Simplify3D? Check your various gcode insertion areas. Maybe something got copy and pasted into the wrong place?
-
@phaedrux said in Printer dosen't start the print job correct:
Simplify3D? Check your various gcode insertion areas. Maybe something got copy and pasted into the wrong place?
Did that anf for some Reason i got the Endscript in the Toolchanging Section in S3D but i don't know why it was there.
Anyway thx for you're help.
Printer is now back in the Game. -
Glad it got sorted out.