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

Documentation for start print custom module is unclear #618

Open
1 task done
Zanonia opened this issue Jul 2, 2024 · 7 comments
Open
1 task done

Documentation for start print custom module is unclear #618

Zanonia opened this issue Jul 2, 2024 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@Zanonia
Copy link

Zanonia commented Jul 2, 2024

Klippain branch

  • I confirm using the main branch

Version

v4.3.1-17-gdf5ad5bf

Describe the bug and expected behavior

I have followed the instructions in the start print macro to use the custom start print module but the code is not taken into account by klipper.

For exemple have had this code in my overrides.cfg :

[gcode_macro _MODULE_CUSTOM1]
gcode:
    # Load skew profile
    SKEW_PROFILE LOAD=my_skew_profile 

And the start sequence stay the same as before, ignoring the module.

Additional information and klippy.log

No response

@Zanonia Zanonia added bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Jul 2, 2024
@sima-it
Copy link

sima-it commented Jul 4, 2024

I have the same problem, I'm running a Nevermore Stealthmax and I'm trying to start the filter in the Start Macro:

[gcode_macro _MODULE_CUSTOM1] gcode: NEVERMORE_PRINT_START

Manual starting with this command works

@Surion79
Copy link
Collaborator

you need to add the custdom modules in the last of startprint_actions in variables.cfg to be recognized/executed

@Surion79 Surion79 added documentation Improvements or additions to documentation and removed bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Jul 14, 2024
@sima-it
Copy link

sima-it commented Jul 15, 2024

This is the last section in my overrides.cfg

[gcode_macro _MODULE_CUSTOM1]
gcode:
    NEVERMORE_PRINT_START

its not working!

@Zanonia
Copy link
Author

Zanonia commented Aug 4, 2024

you need to add the custdom modules in the last of startprint_actions in variables.cfg to be recognized/executed

I can't find "startprint_actions" in variables.cfg file. Is there an example somewhere?

@LuisWinter
Copy link

you need to add the custdom modules in the last of startprint_actions in variables.cfg to be recognized/executed

is there an explanation or example of it anywhere?

@zanmoskotevc
Copy link

zanmoskotevc commented Sep 26, 2024

@Zanonia
Copy link
Author

Zanonia commented Oct 29, 2024

Finally I have edited manually the start macro. Is there a way to deactivate the tracking of changes and the update from the git to manage again the config manually while keeping the current files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants