Skip to content

Commit

Permalink
config: Add pin hints for probe header in generic-duet2-maestro.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Jun 17, 2020
1 parent b3298d8 commit 7550641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/generic-duet2-maestro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ pin: PC23 # FAN0
#[heater_fan board_cooling_fan]
#pin: PC29 # FAN2

#[bltouch]
#sensor_pin: PC15 # Z_PROBE_IN
#control_pin: PC26 # Z_PROBE_MOD
#...

[mcu]
serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00

Expand All @@ -135,7 +140,7 @@ max_z_velocity: 5
max_z_accel: 100

[static_digital_output led]
pins: !PC26
pins: !PC26 # Z_PROBE_MOD / SERVO pin

# EXP1 / EXP2 (display) pins
[board_pins]
Expand Down

0 comments on commit 7550641

Please sign in to comment.