prevent too long extrudes, or too cold extrudes

This commit is contained in:
Bernhard
2011-12-09 15:09:52 +01:00
parent aa4f9a6474
commit 2bc5e7ec9e
4 changed files with 57 additions and 13 deletions

View File

@ -140,4 +140,6 @@ FORCE_INLINE bool blocks_queued()
else
return true;
}
void allow_cold_extrudes(bool allow);
#endif