klipper config: probe related comments (#79) (#80)

Added comment for the pin configuration of the inductive probe
This commit is contained in:
Florian Heilmann 2019-11-21 12:58:42 +01:00 committed by John Jardine
parent 4c3ac44148
commit 4ce0acc6ec
3 changed files with 12 additions and 3 deletions

@ -58,6 +58,7 @@
# Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
# Microswitch (z endstop) location [homing_override] section
# Microswitch (z endstop) offset for Z0 [stepper_z] section
# Inductive Probe Type (NC/NO) [probe] section
# Probe points [quad_gantry_level] section
# Min & Max gantry corner positions [quad_gantry_level] section
# PID tune [extruder] and [heater_bed] sections
@ -258,7 +259,9 @@ max_temp: 270
# 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.
pin: ^!z:ar19
# Z_MAX on mcu_z
# Z_MAX input on mcu_z
# use '^!z:ar19' for "Normally Open" probes like the PL-08N, PL-05N, TL-Q5MC1
# use '^z:ar19' for "Normally Closed" probes like the PL-08N2, PL-05N2, TL-Q5MC2
x_offset: 0.0
y_offset: 25.0
# Offset (in mm) for inductive probe Y direction from nozzle

@ -58,6 +58,7 @@
# Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
# Microswitch (z endstop) location [homing_override] section
# Microswitch (z endstop) offset for Z0 [stepper_z] section
# Inductive Probe Type (NC/NO) [probe] section
# Probe points [quad_gantry_level] section
# Min & Max gantry corner positions [quad_gantry_level] section
# PID tune [extruder] and [heater_bed] sections
@ -258,7 +259,9 @@ max_temp: 270
# 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.
pin: ^!z:ar19
# Z_MAX on mcu_z
# Z_MAX input on mcu_z
# use '^!z:ar19' for "Normally Open" probes like the PL-08N, PL-05N, TL-Q5MC1
# use '^z:ar19' for "Normally Closed" probes like the PL-08N2, PL-05N2, TL-Q5MC2
x_offset: 0.0
y_offset: 25.0
# Offset (in mm) for inductive probe Y direction from nozzle

@ -58,6 +58,7 @@
# Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
# Microswitch (z endstop) location [homing_override] section
# Microswitch (z endstop) offset for Z0 [stepper_z] section
# Inductive Probe Type (NC/NO) [probe] section
# Probe points [quad_gantry_level] section
# Min & Max gantry corner positions [quad_gantry_level] section
# PID tune [extruder] and [heater_bed] sections
@ -258,7 +259,9 @@ max_temp: 270
# 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.
pin: ^!z:ar19
# Z_MAX on mcu_z
# Z_MAX input on mcu_z
# use '^!z:ar19' for "Normally Open" probes like the PL-08N, PL-05N, TL-Q5MC1
# use '^z:ar19' for "Normally Closed" probes like the PL-08N2, PL-05N2, TL-Q5MC2
x_offset: 0.0
y_offset: 25.0
# Offset (in mm) for inductive probe Y direction from nozzle