Update sample configs for proper debounce entry
[clinton/Smoothieware.git] / ConfigSamples / Smoothieboard.delta / config
index 6c80128..bf2673d 100644 (file)
@@ -205,7 +205,7 @@ switch.fan.output_type                       pwm              # PWM output setta
 
 ## Endstops
 # See http://smoothieware.org/endstops
-endstops_enable                              true             # The endstop module is enabled by default and can be disabled here
+endstops_enable                              true             # The endstop module is disabled by default and must be enabled here
 delta_homing                                 true             # Forces all three axis to home a the same time regardless of what is specified in G28
 alpha_min_endstop                            nc               # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
 alpha_max_endstop                            1.25^            # Pin to read max endstop, uncomment this and comment the above if using max endstops
@@ -255,7 +255,7 @@ gamma_trim                                    0                # Software trim f
 zprobe.enable                                false           # Set to true to enable a zprobe
 zprobe.probe_pin                             1.28!^          # Pin probe is attached to, if NC remove the !
 zprobe.slow_feedrate                         5               # Mm/sec probe feed rate
-#zprobe.debounce_count                       100             # Set if noisy
+#zprobe.debounce_ms                          1               # Set if noisy
 zprobe.fast_feedrate                         100             # Move feedrate mm/sec
 zprobe.probe_height                          5               # How much above bed to start probe
 #gamma_min_endstop                           nc              # Normally 1.28. Change to nc to prevent conflict,