gyrex
November 10, 2024, 8:39am
1
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
gyrex
November 10, 2024, 11:27am
3
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?
gyrex
November 10, 2024, 11:56pm
5
Sineos
November 11, 2024, 6:33am
7
[stepper_y]
position_min = 15 # <-------------------
If you limit your axis to min 15 then you cannot set a position of 10.
2 Likes