Modifications to kamp/Start_Print.cfg to address mesh and bed temperature issues - #4
Open
smartc wants to merge 1 commit into
Open
Modifications to kamp/Start_Print.cfg to address mesh and bed temperature issues#4smartc wants to merge 1 commit into
smartc wants to merge 1 commit into
Conversation
Author
|
I was experiencing issues with poor ASA first layer quality. Traced it back to an issue with my bed warping significantly between the default 50C temperature (good for PLA and ok for PETG) and the 100C I was using for ASA. Re-sequenced a few things in the start macro to address this. Likely better ways it could be optimized, but this is working for me - finally getting reliable prints with ASA. Wanted to ensure others with this issue are able to benefit as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thermal Stability: Added BED_TEMP={bed_temp} to the CX_NOZZLE_CLEAR call to prevent the bed from reverting to default temperatures during the cleaning cycle.
Heat Soak Dwell: Added a conditional 2-minute soak (G4 P120000) for bed temperatures ≥75°C to allow for thermal expansion before homing/probing.
Logic Optimization: Reordered the sequence to ensure the nozzle is cleared, Z is re-homed (ACCURATE_G28) and bed leveling occurs after the bed has reached target temperature and stabilized.
Debug Logging: Added RESPOND messages to the console to provide better visibility into the macro's progress and the "prepare" logic path.