Skip to content

3d printer g code reference

ilaro edited this page Apr 9, 2018 · 1 revision

GCODE REF

reprap gcode list

STANDARD GCODE ROUTINES

PRE

G28 ; home all axes

M104 S[extruder0_temperature] ; async
M140 S[bed0_temperature] ; async
M109 S[extruder0_temperature] ; sync
M190 S[bed0_temperature] ; sync

POST

G28

M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors

COLD

M302 S0 ; allow cold extrude
Clone this wiki locally