What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Need help with klipper error Option 'sensor_pin' is not valid in section 'gcode_macro print_end'

Hexware

New member
This is my first time using Klipper and I keep getting this error "Option 'sensor_pin' is not valid in section 'gcode_macro print_end'". I've built a Formbot 2.4 pro+ kit with a BBT M8P v1.1, BTT EBB SB 2209 (RP2040), and Voron TAP. Any help with what I need to put in the code or change to make this work will be greatly appreciated.
 

Attachments

  • klippy (2).log
    16 KB · Views: 3
So in your Printer config, there is a section "gcode_macro Print_end"

Find it, then find in that section "Sensor_pin" and set what it needs to be or Hash it out#
 
`sensor_pin` **is not** a valid option for `gcode_macro`. My guess is that you have missing empty lines or it's lest over from something you removed incompletely.
 
Top