diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-26 19:29:58 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-01 11:12:30 -0400 |
commit | c5d4e14298525e0a184f42f812041b32dfea6951 (patch) | |
tree | ec9dc78e55e4cf862df408ffddb35e37ab19c33e /config/example-extras.cfg | |
parent | a9a0bb87fa472c470d5cbd4ffc78e1acb29a04c1 (diff) | |
download | kutter-c5d4e14298525e0a184f42f812041b32dfea6951.tar.gz kutter-c5d4e14298525e0a184f42f812041b32dfea6951.tar.xz kutter-c5d4e14298525e0a184f42f812041b32dfea6951.zip |
probe: Infer position_endstop when using probe:z_virtual_offset
Don't require (or permit) the user to specify a stepper_z
position_endstop when using the probe:z_virtual_offset mechanism. In
that case the position_endstop should always equal the probe's
z_offset - so no need to have the user specify it.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index ab8d8e3f..61a3d276 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -13,7 +13,9 @@ # QUERY_PROBE extended g-code commands become available. The probe # section also creates a virtual "probe:z_virtual_endstop" pin. One # may set the stepper_z endstop_pin to this virtual pin on cartesian -# style printers that use the probe in place of a z endstop. +# style printers that use the probe in place of a z endstop. If using +# "probe:z_virtual_endstop" then do not define a position_endstop in +# the stepper_z config section. #[probe] #pin: ar15 # Probe detection pin. This parameter must be provided. |