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

fix: release command #45

Open
wants to merge 2 commits into
base: s1_pro_plus
Choose a base branch
from

Conversation

kamoteshake
Copy link

I've been pulling my hair why my S1 Plus wasn't respecting my end code from my slicer. I realized that after each SD card print, it runs the SD_FINISHED_RELEASECOMMAND which for some reason have a G1 in it. This just pushes the bed to about the middle since S1 Plus is 300x300. I thought it might be better if the user could do what they want for the end code using their preferred slicer.

Comment on lines +212 to +217
IIC::wait_ack();
IIC::send_byte(WriteAddr & 0xFF); // Send low address
IIC::wait_ack();
IIC::send_byte(DataToWrite); // Receiving mode
IIC::wait_ack();
IIC::stop(); // Generate a stop condition
Copy link
Author

Choose a reason for hiding this comment

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

Ignore these. these were just some indentation I fixed to remove some warnings when building.

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