mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 20:30:37 +08:00
Fix typo that make ESP701 resume not working
This commit is contained in:
parent
f511c37dd3
commit
8af8e8dfa7
@ -22,7 +22,7 @@
|
||||
#define _VERSION_ESP3D_H
|
||||
|
||||
//version and sources location
|
||||
#define FW_VERSION "3.0.0.a202"
|
||||
#define FW_VERSION "3.0.0.a203"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
|
||||
|
||||
#endif //_VERSION_ESP3D_H
|
||||
|
@ -440,7 +440,7 @@ bool GcodeHost::resume()
|
||||
if (_step != HOST_PAUSE_STREAM) {
|
||||
return false;
|
||||
}
|
||||
_step = HOST_PAUSE_STREAM;
|
||||
_step = _nextStep;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user