Skip to content
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

M26 does not work at start of print #302

Open
richfelker opened this issue Jun 14, 2024 · 0 comments
Open

M26 does not work at start of print #302

richfelker opened this issue Jun 14, 2024 · 0 comments

Comments

@richfelker
Copy link

The M26 (set file position) command works if there is an active print that has been paused, but does nothing (subsequent M24 starts at position zero regardless, and M27 shows position zero) if used after selecting a file with M23 but before starting the print with M24. This seems to be caused by some discrepancy between self.next_file_position (which M26 sets via set_file_position) and self.file_position, but I don't understand the async logic well enough to fix it.

This makes it gratuitously difficult to recover prints after error.

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

1 participant