Skip to content

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

Closed
auxp opened this issue Feb 24, 2025 · 6 comments

Comments

@auxp
Copy link

auxp commented Feb 24, 2025

I added M2 at the end of the g-code, why doesn't sending '~' work after running the work?

@terjeio
Copy link
Contributor

terjeio commented Feb 24, 2025

It is a bug (or a really old regression). Will fix in the next commit.

terjeio added a commit that referenced this issue Feb 25, 2025
…n FS stream.

Added vfs_chmod() implementation for FatFS and littlefs vFS drivers.
Fixed rewind bug, ref. issue #8.
@terjeio
Copy link
Contributor

terjeio commented Feb 25, 2025

Fixed now, thanks for reporting.

@auxp
Copy link
Author

auxp commented Feb 25, 2025

thank

@auxp auxp closed this as completed Feb 25, 2025
@auxp
Copy link
Author

auxp commented Mar 7, 2025

现已修复,感谢您的举报。

Hi! I tested and found a problem. After sending the $FR, the ESP32 would immediately crash after running the program

@terjeio
Copy link
Contributor

terjeio commented Mar 7, 2025

Works for me - both with real time command and button input for cycle start.
You will have to decode the stack trace to find out where it crashes, I am not able to help since I do not have your board map.

@auxp
Copy link
Author

auxp commented Mar 7, 2025

对我有用 - 使用实时命令和按钮输入来启动循环。您将必须解码堆栈跟踪以找出它崩溃的位置,我无法提供帮助,因为我没有您的板图。

Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

Core 1 register dump:
PC : 0x400f6369 PS : 0x00060b30 A0 : 0x800f515c A1 : 0x3ffb6520
A2 : 0x00000000 A3 : 0x00000000 A4 : 0x?00000001 A5 : 0x3ffdb46c
A6 : 0x00000000 A7 : 0x3ffd9aa0 A8 : 0x3ffc7be0 A9 : 0x00000000
A10 : 0x00000000 A11 : 0x00159dc6 A12 : 0x3ffc3334 A13 : 0x3ffc3320
A14 : 0x00000001 A15 : 0x3ffc3838 SAR : 0x0000001b EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400def1d LEND : 0x400def39 LCOUNT : 0x00000000

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants