klippain icon indicating copy to clipboard operation
klippain copied to clipboard

Documentation for start print custom module is unclear

Open Zanonia opened this issue 1 year ago • 7 comments

Klippain branch

  • [X] 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 avatar Jul 02 '24 12:07 Zanonia

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

sima-it avatar Jul 04 '24 13:07 sima-it

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

Surion79 avatar Jul 14 '24 07:07 Surion79

This is the last section in my overrides.cfg

[gcode_macro _MODULE_CUSTOM1]
gcode:
    NEVERMORE_PRINT_START

its not working!

sima-it avatar Jul 15 '24 07:07 sima-it

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?

Zanonia avatar Aug 04 '24 19:08 Zanonia

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?

LuisWinter avatar Aug 31 '24 18:08 LuisWinter

@LuisWinter @Zanonia read about start print sequence here:

https://github.com/Frix-x/klippain/blob/main/user_templates/overrides.cfg

trideetztz avatar Sep 26 '24 17:09 trideetztz

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?

Zanonia avatar Oct 29 '24 09:10 Zanonia