Notifications
Clear all

end g code?  

  RSS
John
 John
(@john-8)
Eminent Member
end g code?

My bed wasn't cooling down at the end of prints. I noticed the end g gode doesn't turn off bed heating. Can I insert M140 S0 code to do that? thanks john

Napsal : 24/06/2021 5:31 pm
JoanTabb
(@joantabb)
Veteran Member Moderator
RE: end g code?

Hi John

this is my end Gcode for a mk3S printer

G4 ; wait
M221 S100 ; reset flow
M900 K0 ; reset LA
{if print_settings_id=~/.*(DETAIL @MK3|QUALITY @MK3|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} ; Move print head up
G1 X0 Y200 F3000 ; home X axis
M84 ; disable motors

regards Joan

I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK

Napsal : 24/06/2021 7:29 pm
bobstro se líbí
bobstro
(@bobstro)
Illustrious Member
RE: end g code?

@JoanTabb -- Was it the M84 that the Mk3 uses to identify the end of a job? I recall if that was missing, it would hang at the end of a job.

 

 

My notes and disclaimers on 3D printing

and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan

Napsal : 24/06/2021 8:02 pm
Share: