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:
- 29:5b181a35ca32
- Parent:
- 28:45a8ce39dd2b
- Child:
- 30:27838f6fdfd6
--- a/main.cpp Mon May 21 17:14:19 2018 +0000
+++ b/main.cpp Mon May 21 19:47:50 2018 +0000
@@ -702,10 +702,7 @@
totalZ = 0;
}
} else if(upload){
- printf("Decoding GCODE\r\n");
- ihm_class.read_gcode(upload_buffer);
- wait_ms(10);
- //ihm_class.action_complete();
+ ihm_class.read_gcode(upload_buffer);
} else if(send_saved){
ihm_class.sendSaved();
}