Skip to content

Conversation

@dejaybe87
Copy link

There is an array memory overrun issue in Printer::setup due to the fact that currentPositionSteps and currentPosition are not the same length. One has a length of 3 and the other has a length of 4.

Also fixed was the missing include guard on ui_lang.h and the inclusion of Configuration.h. This ensures that ui_lang.h stays the same across the project.

- Added missing include guard.
- Added include of Configuration.h to ensure that any file including ui_lang.h would get the correct language.
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.

1 participant