3dprint
GCode
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). |
M221 S<value>; |
M221 S98; |
Sets the flow rate to 98%. |
M220 S<value>; |
m220 S80; |
Sets the printspeed in gcode to 80% of normal. |