Skip to content

Commit

Permalink
fix(config): zprobe pin should not be pulled
Browse files Browse the repository at this point in the history
On any rev, the zprobe pin shouldn't have its pull resistors
enabled (but it doesn't really matter on old revs).
  • Loading branch information
sfoster1 committed Jul 16, 2020
1 parent 03a8bea commit 25e5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.default
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ endstop.minc.retract 2
# TIP PROBE

zprobe.enable true
zprobe.probe_pin 0.16
zprobe.probe_pin 0.16-
zprobe.slow_feedrate 5
zprobe.fast_feedrate 150
zprobe.return_feedrate 150
Expand Down

0 comments on commit 25e5cea

Please sign in to comment.