-
Notifications
You must be signed in to change notification settings - Fork 3
Run g-code in file. If the file ends with M2 or rewind mode is active then it will be "rewound" and a cycle start command will start it again. #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is a bug (or a really old regression). Will fix in the next commit. |
…n FS stream. Added vfs_chmod() implementation for FatFS and littlefs vFS drivers. Fixed rewind bug, ref. issue #8.
Fixed now, thanks for reporting. |
thank |
Hi! I tested and found a problem. After sending the $FR, the ESP32 would immediately crash after running the program |
Works for me - both with real time command and button input for cycle start. |
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: Backtrace:0x400f6366:0x3ffb6520 0x400f5159:0x3ffb6540 0x400f5256:0x3ffb6560 0x400df9f7:0x3ffb6580 0x400d7d64:0x3ffb65c0 0x400d78a3:0x3ffb6600 ELF file SHA256: 1c380142a38475a6 CPU halted. Can you tell anything from this |
I added M2 at the end of the g-code, why doesn't sending '~' work after running the work?
The text was updated successfully, but these errors were encountered: