Welcome! Log In Create A New Profile

Advanced

What's your start and end gcode?

Posted by vitorbrazil 
What's your start and end gcode?
February 18, 2018 04:44PM
Mine are:

Start:
G28 ; home all axes

End:
M104 S0 ; turn off temperature
M140 S0; off bed
G1 E-2 F300 ; retract
G28 X0 ; home X axis
M84 ; disable motors
Re: What's your start and end gcode?
February 18, 2018 05:49PM
Mine Are

Start
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
;M106 S127 ;set Fan half speed
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
;Put printing message on LCD screen
M117 My Print...
G28 X0 Y0
G1 E4.0 ;prime extruder
G92 E0 ;reset extruder length
M420 S1 ; Bed Leveling On

End
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative mode
G1 Z+0.5 E-2 F{travel_speed} ;raise Z above print
G90 ;absolute mode
G1 X0 Y270 ;move extruder to rear left Model to front.
M84 ;steppers off
G90
Sorry, only registered users may post in this forum.

Click here to login