Add "P" parameter to M302
This commit is contained in:
parent
a5bae3c7d5
commit
d4c68279c8
3 changed files with 31 additions and 3 deletions
|
|
@ -107,6 +107,7 @@ unsigned char Temperature::soft_pwm_bed;
|
|||
#endif
|
||||
|
||||
#if ENABLED(PREVENT_DANGEROUS_EXTRUDE)
|
||||
bool Temperature::allow_cold_extrude = false;
|
||||
float Temperature::extrude_min_temp = EXTRUDE_MINTEMP;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue