Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TORTILLA/TORTILLA.cpp
- Revision:
- 7:dd26474d5705
- Parent:
- 6:b1b74d1f8fab
- Child:
- 8:cb15741cc314
--- a/TORTILLA/TORTILLA.cpp Wed Feb 20 21:55:53 2019 +0000
+++ b/TORTILLA/TORTILLA.cpp Wed Feb 20 22:03:58 2019 +0000
@@ -27,8 +27,10 @@
int TORTILLA::check(void){
if(TORTILLA_PRODUCTION){
if(!EXTRUDER_PRODUCTION&&!CUTTER_PRODUCTION&&!GRIDDLE_PRODUCTION&&!OVEN_PRODUCTION){
- TORTILLA_PRODUCTION=false;
- ENDED++;
+ if(ENDED==20000)
+ TORTILLA_PRODUCTION=false;
+ else
+ ENDED++;
}//if
if(extruderCount>=desiredProduction){
EXTRUDER_PRODUCTION=false;