-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
customizable END_PRINT, similar to START_PRINT #583
Comments
how many would you like and where should they be placed? It is a bit more than just adding some custom calls. it would require some sort of endprint_actions like for start print |
📌 This issue has been marked as stale because it has not had activity in the past 30 days. |
@Frix-x is there a need for this? it seems a bit like a bigger implementation |
@Surion79 I'd love this as well. 3 custom actions for end and cancel print seems great, similar to start print (including endprint_actions/cancelprint_actions). |
before implementing something like that I require more input: |
I'm relatively new to Klippain still, so I'm probably not the best person to advise, but if you're asking how to break up the end/cancel print macros, I'd say the existing blocks (retract, turn off heaters, tach check, mesh clear, disable motors, filter, lights, reset filament sensor) would be a good start? |
I'd like to be able to customise a (safe) x_y_z travel (including speed) so the toolhead can move away quickly from the park to avoid stringing. Similar to the move defined in https://github.com/VoronDesign/Voron-2/blob/Voron2.4/firmware/klipper_configurations/SKR_1.4/Voron2_SKR_14_Config.cfg#L574 This might workable enough as some variables, instead of a full-blown action as in print_start. |
📌 This issue has been marked as stale because it has not had activity in the past 30 days. |
I would like something like this as well, or alternatively, have skew profiles in the base macro. |
📌 This issue has been marked as stale because it has not had activity in the past 30 days. |
Describe the feature or hardware support you'd like
Would be great if custom modules could be called in the end_print macro.
Additional context or information
No response
The text was updated successfully, but these errors were encountered: