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

Add RawProgressCode & ProgressCode::_cnt #313

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

CZDanol
Copy link

@CZDanol CZDanol commented Jan 3, 2024

ProgressCode can be extended by printer-specific codes, so we're introducing here some code that makes that easier.

Copy link

github-actions bot commented Jan 3, 2024

All values in bytes. Δ Delta to base

ΔFlash ΔSRAM Used Flash Used SRAM Free Flash Free SRAM
0 0 28364 1669 308 891

@@ -50,5 +53,7 @@ enum class ProgressCode : uint_fast8_t {
HWTestDisplay, // P35
ErrHwTestFailed, // P36

_cnt,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏 add a comment describing the fact, that _cnt shall be kept pre-last just before the Empty item

@DRracer DRracer merged commit d510e1e into prusa3d:main Jan 3, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants