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 M141 S0 at end of gcode #2328

Merged

Conversation

Ocraftyone
Copy link
Contributor

@Ocraftyone Ocraftyone commented Oct 5, 2023

fixes #2306 where gcode to turn off chamber heating is hardcoded into the slicer. BBS has also removed this line of code in their source.

@discip
Copy link
Contributor

discip commented Oct 5, 2023

@Ocraftyone
If you want this PR to automatically close the corresponding issue you have to put it like that:
fixes #2306 (without issue in between) GitHub Docs 😊

src/libslic3r/GCode.cpp Show resolved Hide resolved
@Ocraftyone
Copy link
Contributor Author

@Ocraftyone
If you want this PR to automatically close the corresponding issue you have to put it like that:
fixes #2306 (without issue in between) GitHub Docs 😊

Thanks 😄

@Ocraftyone Ocraftyone force-pushed the patch-remove-hardcoded-chamber-temp branch from 705f723 to a6d0458 Compare October 5, 2023 13:01
@Ocraftyone
Copy link
Contributor Author

I looked through the gui and searched the project and only found one mention of support_chamber_temp_control, so I have it so that it will disable the heated chamber either if the support chamber temp flag is thrown or if the chamber temp was set above 0

@SoftFever
Copy link
Owner

LGTM
Thanks for fixing the issue.

@SoftFever SoftFever merged commit ee9f651 into SoftFever:main Oct 5, 2023
@Ocraftyone Ocraftyone deleted the patch-remove-hardcoded-chamber-temp branch October 6, 2023 03:02
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.

An M141 S0 appear at the end of the gcode no matter what your printer is (1.8.0-dev)
3 participants