Frix-x / klippain

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

modular start_print issue #150

Closed jeronbernal closed 1 year ago

jeronbernal commented 1 year ago
getting a error when trying to add the primeline to my start print via variable_startprint_actions: "primeline"

i get a error of Error evaluating 'gcode_macro START_PRINT:gcode': gcode.CommandError: Unknown module called in START_PRINT! Please verify your startprint_actions variable override!

image image (1)

jeronbernal commented 1 year ago

tried to use 3.1.0 and put it in the override.cfg but get this issue

image image

Benoitone commented 1 year ago

Maybe you can't use only primeline ?

Frix-x commented 1 year ago

Yes Benoitone is right. This variable is expected to be a list of action and in Jinja it need at least two elements.

@Benoitone, I'm already discussing with him in the Klippain channel of the Voron Discord. So I'll close this issue as the solution is found :)