3dprint

GCode

Source

Code Example Description
M104 S<value>; M104 S220; Sets the print temperature, no wait (to 220C).
M106 S<value>; M106 S153; Sets the part cooling fan PWM to 153 out of 255.
M109 S<value>; M109 S220; Sets the print temperature, will wait (to 220C).
M220 S<value>; m220 S80; Sets the printspeed in gcode to 80% of normal.
M220 B; m220 B; Backups the current speed setting.
M220 R; m220 R; Restores the value from the last m220 b command .
M221 S<value>; M221 S98; Sets the flow rate to 98%.