GregValiant 1,112
This is from your Gcode file.
M140 S60
M105
M190 S60
M104 S200
M105
M109 S200
M82 ;absolute extrusion mode
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move to min endstop
With the bed and hot end pre-heated, the Gcode starts with the bed heating. The machine waits for the bed to heat, then the extruder heats, and then the machine waits for that to finish. This is normal routine. I always pre-heat both the bed and nozzle.
If your machine isn't getting to the G28 Auto-Home lines, and the hot end temp is falling, it's probably hanging on the M190 line. Some other machines had that problem but they were printers without heated beds (so they would wait forever). Since your printer has a heated bed then it shouldn't hang there.
So open the Gcode file in Notepad and put a semi-colon in front of the M190 S60 line. That will turn it into a comment instead of a command. Print the file and see if it gets past that and heats the hot end and continues to homing.
I don't know that this will matter, but while you are in the start-gcode, there are a few lines where the first character is a space. Remove the spaces so that the first character is a real character.
Edited by GregValiant
Recommended Posts
GregValiant 1,112
If you post the Gcode file and a 3mf file (with a model loaded use File | Save Project), somebody can look at it.
Link to post
Share on other sites
Ray722 0
As usefully suggested I attach 2 files. Hope this helps someone determine my problem.
Mirror support 11.8MM ball.3mf Mirror support 11.8MM ball.gcode
Link to post
Share on other sites