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

[feature request] Add last frame after moves in PRINT_END #63

Open
sprior opened this issue Jul 16, 2022 · 2 comments
Open

[feature request] Add last frame after moves in PRINT_END #63

sprior opened this issue Jul 16, 2022 · 2 comments
Assignees

Comments

@sprior
Copy link

sprior commented Jul 16, 2022

I've got duplicate last frames set, but I'd really prefer that last frame to be after the print head moves up and away from the print and I've got those moves in the PRINT_END macro.

Since I'm using the TIMELAPSE_TAKE_FRAME macro in Before Layer Change I thought the slicer is controlling the frames, so what I tried to do is add an additional TIMELAPSE_TAKE_FRAME after the call to print_end in the End G-code section of the slicer - my thought was that this keeps all of the timelapse control in the code generated by the slicer. I thought this would allow the print_end to move the print head and then it would take that additional frame after the move that would get stretched out by the render, but it didn't work. It appears that the render gets triggered by the print end state and not the end of the gcode.

So I'd be interested in some clean way to do this which may or may not involve a code change.

@FrYakaTKoP
Copy link
Member

That's odd, as long there is still gcode left it shouldn't start the render. I need to take a closer look at this.

@FrYakaTKoP FrYakaTKoP self-assigned this Jul 20, 2022
@sprior
Copy link
Author

sprior commented Jul 20, 2022

In case it helps here are the macros I have configured.

macros.zip

And my end g-code in Superslicer is:
print_end ;end script from macro
TIMELAPSE_TAKE_FRAME

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

No branches or pull requests

2 participants