-
-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude movements before first extrusion from layer time calculation (#…
…7215) Fixes #7171 If layer starts with a color change, the full layer time will be much longer, which will trick the slicer to think this layer has enough cooling time. However the actual filament extrusion time (the real "printing" part) won't necessarily have enough time to cool down, so if we don't do extra slowing down before starting next layer, the filament could still be soft and lead to worse surface quality. Please refer to #7171 for extra discussions and details. ![image](https://github.com/user-attachments/assets/b31e9e04-12bb-450e-8b9c-a560549ec35d) Before: ![image](https://github.com/user-attachments/assets/627f767a-6f48-4317-be50-14e78293ef0a) After: ![image](https://github.com/user-attachments/assets/376c2b92-e417-4e27-9dcd-db7f6300fc56) The test project is modified from #7171
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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