| m0302 |
Cold Extrude |
Set minimum extrusion temperature, allow cold extrusion. |
thinkyhead |
PREVENT_COLD_EXTRUSION |
thermal |
|
Requires `PREVENT_COLD_EXTRUSION`. |
| tag |
optional |
description |
values |
| S |
true |
Minimum temperature for safe extrusion |
|
|
| tag |
optional |
description |
values |
| P |
true |
Flag to allow extrusion at any temperature |
|
|
|
| pre |
code |
| Some common uses... |
M302 ; report current cold extrusion state
M302 P0 ; enable cold extrusion checking
M302 P1 ; disable cold extrusion checking
M302 S0 ; always allow extrusion (disable checking)
M302 S170 ; only allow extrusion above 170
M302 S170 P1 ; set min extrude temp to 170 but leave disabled
|
|
|