Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
875 stars 226 forks source link

Documentation for start print custom module is unclear #618

Open Zanonia opened 3 months ago

Zanonia commented 3 months ago

Klippain 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

sima-it commented 3 months ago

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 commented 2 months ago

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

sima-it commented 2 months ago

This is the last section in my overrides.cfg

[gcode_macro _MODULE_CUSTOM1]
gcode:
    NEVERMORE_PRINT_START

its not working!

Zanonia commented 2 months ago

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 commented 1 month ago

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 commented 1 week ago

@LuisWinter @Zanonia read about start print sequence here:

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