Expanded M302 to allow setting the temp

This commit is contained in:
Erik van der Zalm
2013-06-02 17:36:23 +02:00
parent 4de419e26e
commit 971ec35135
3 changed files with 16 additions and 11 deletions

View File

@@ -139,7 +139,9 @@ FORCE_INLINE bool blocks_queued()
return true;
}
void allow_cold_extrudes(bool allow);
#ifdef PREVENT_DANGEROUS_EXTRUDE
void set_extrude_min_temp(float temp);
#endif
void reset_acceleration_rates();
#endif