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: main.cpp
- Revision:
- 9:369be58089c7
- Parent:
- 8:cb15741cc314
--- a/main.cpp Mon Feb 25 23:10:33 2019 +0000
+++ b/main.cpp Tue Feb 26 00:23:06 2019 +0000
@@ -245,7 +245,8 @@
#endif
}//if
if(extruder.getPosition()>=0.1){
- tortilla.setExtruder(false);
+ //tortilla.setExtruder(false);
+ tortilla.setDesiredProduction(tortilla.getExtruderCount());
#if defined(DEBUG_MODE)
pc.printf("Extruder reached end position\r\n");
#endif