Error with start print macro

Basic Information:

Printer Model: Ender 3 V2
MCU / Printerboard: BIGTREETECH SKR Mini E3 V3.0
klippy.log (589.5 KB)

I had a friend help me set up the macros and klipper, I’m still learning my way through everything. But I am stuck on this, when ever I press Start Print in my macros, I always get this error, “Error evaluating ‘gcode_macro START_PRINT:gcode’: jinja2.exceptions.UndefinedError: ‘dict object’ has no attribute ‘position_min’”
Any and all help would be greatly appreciated!

Hello @Warden1of4 !

In this section:

[stepper_x]
step_pin = PB13
dir_pin = !PB12
enable_pin = !PB14
microsteps = 16
rotation_distance = 40
endstop_pin = ^PC0
position_endstop = 0
position_max = 245
homing_speed = 50

position_min is missing

I cant believe I am that blind, thanks for pointing that out!

1 Like