_SET_TIMELAPSE_SETUP error message when printing

Basic Information:

Printer Model: Voxelab Aries
MCU / Printerboard: BKK SKR Mini v3
Host / SBC: OrangePi Lite (Armbian)
klippy.log

Describe your issue:

Every time I print, I get the following error message:

Error evaluating 'gcode_macro _SET_TIMELAPSE_SETUP:gcode': gcode.CommandError: CUSTOM_POS_Y=10.0 must be within [15.0 - 220.0]

I’ve tried running _SET_TIMELAPSE_SETUP CUSTOM_POS_Y=220 but the error persists. Can someone help me please?
klippy (1).log.zip (329.7 KB)

Obviously you did not read the linked info entirely.

1 Like

I assumed the error message I posted was sufficient to provide some advice. I’ve updated my post with the klippy log.

No.

That’s why the text you deleted is this:

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Somehow we have to know what caused the issue.

Where have you got these timelapse macros from?

I followed the instructions here: Klipper Timelapse With Fluidd or Mainsail - All You Need to Know | Obico Knowledge Base

and the macros were downloaded from here: GitHub - mainsail-crew/moonraker-timelapse: Timelapse Plugin for moonraker

You may ask them (too).

[stepper_y]
position_min = 15 # <-------------------

If you limit your axis to min 15 then you cannot set a position of 10.

2 Likes