Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.99k stars 5.18k forks source link

Probe pin out in Octopus Pro v1.1 #6392

Closed Mink2004 closed 7 months ago

Mink2004 commented 7 months ago

https://github.com/Klipper3d/klipper/blame/9e765daeedb2adf7641b96882326b80aeeb70c93/config/generic-bigtreetech-octopus-pro-v1.1.cfg#L273

The [probe] section is as follows: [probe] pin: PC5 # might need to be inverted as !PC5 for your sensor

x_offset = 0 # must be changed for your printer. see https://www.klipper3d.org/Probe_Calibrate.html for more info

y_offset = 0 # must be changed for your printer. see https://www.klipper3d.org/Probe_Calibrate.html for more info

samples: 7

speed: 10.0

samples_result: median

sample_retract_dist: 10.0

samples_tolerance: 0.015

samples_tolerance_retries: 3

I believe the [board_pins] section is incorrect, as it shows PC5 as part of EXP2. Should be as follows: [board_pins] aliases:

EXP1 header

EXP1_1=PE8, EXP1_2=PE7,
EXP1_3=PE9, EXP1_4=PE10,
EXP1_5=PE12, EXP1_6=PE13,    # Slot in the socket on this side
EXP1_7=PE14, EXP1_8=PE15,
EXP1_9=<GND>, EXP1_10=<5V>,

# EXP2 header
EXP2_1=PA6, EXP2_2=PA5,
EXP2_3=PB1, EXP2_4=PA4,
EXP2_5=PB2, EXP2_6=PA7,      # Slot in the socket on this side
EXP2_7=PC15, EXP2_8=<RST>,
EXP2_9=<GND>, EXP2_10=<NC>
github-actions[bot] commented 7 months ago

It looks like this ticket is a request for help (or similar). Many helpful people will not see your message here and you are unlikely to get a useful response. Instead, see the contact directions at: https://www.klipper3d.org/Contact.html

We use github to share the results of work done to improve Klipper. We don't use github for requests. (In particular, we don't use github for feature requests, to answer questions, nor to help diagnose problems with a printer.)

Please follow the directions at: https://www.klipper3d.org/Contact.html

This ticket will be automatically closed.

Best regards, ~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.